previousHTML_QuickForm_Renderer_Default::
setGroupElementTemplate()
(Previous)
(Next) HTML_QuickForm_Renderer_Default::
setHeaderTemplate()
next

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

HTML_QuickForm_Renderer_Default::setGroupTemplate()

HTML_QuickForm_Renderer_Default::setGroupTemplate() – Définit le template pour un groupe

Synopsis

require_once 'HTML/QuickForm/Renderer/Default.php';

void HTML_QuickForm_Renderer_Default::setGroupTemplate ( string $html , string $group )

Description

Définit le template pour un groupe.

Ce template est contenu dans un template de groupe d'éléments définit via setElementTemplate() et contient les templates des éléments du groupe, définit via setGroupElementTemplate().

Par défaut, ce template est vide.

Parameter

string $html

Le HTML entourant les éléments groupés

string $group

Nom du groupe où l'on doit appliquer le template

Throws

No exceptions thrown.

Note

This function can not be called statically.

previousHTML_QuickForm_Renderer_Default::
setGroupElementTemplate()
(Previous)
(Next) HTML_QuickForm_Renderer_Default::
setHeaderTemplate()
next

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.