HTML_QuickForm_Renderer_Default

HTML_QuickForm_Renderer_Default

HTML_QuickForm_Renderer_Default -- Default renderer

Description

This renderer directly generates and outputs form HTML. It is based on pre-3.0 built-in form output logic.

The renderer has built-in templates for elements, their format is similar to that of HTML_Template_Sigma or HTML_Template_IT (but only placeholders and blocks are supported). When renderer's renderSomething() method is called, it finds the template for the element, makes necessary substitutions and appends the result to the form's HTML.

Usage example

It is recommended to use the Default renderer when you are not using any template engine in your application or do not need to do any customization to form output. It is the fastest way to output a form.

Tip: HTML_QuickForm::toHtml() method uses the Default renderer internally.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.