Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17482 программиста и 1872 робота. Сейчас ищут 1833 программиста ...
HTML_QuickForm_Renderer_Default::setGroupElementTemplate()
Вернуться к: Basic renderers
HTML_QuickForm_Renderer_Default::setGroupElementTemplate()
HTML_QuickForm_Renderer_Default::setGroupElementTemplate() – Sets template for group elements
Synopsis
require_once 'HTML/QuickForm/Renderer/Default.php';
void HTML_QuickForm_Renderer_Default::setGroupElementTemplate ( string $html , string $group )
Sets element template for elements within a group.
By default, the template is empty.
Parameter
- string $html
-
The HTML surrounding an element
- string $group
-
Name of the group to apply template for
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Basic renderers