HTML_QuickForm_Renderer_Default::setGroupElementTemplate()

HTML_QuickForm_Renderer_Default::setGroupElementTemplate() – Définit un template pour les éléments d'un groupe

Synopsis

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

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

Description

Définit un template pour les éléments d'un groupe.

Par défaut, ce template est vide.

Parameter

string $html

Le HTML entourant un élément

string $group

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

Throws

No exceptions thrown.

Note

This function can not be called statically.