previousconstructor HTML_QuickForm_Renderer_Array::
HTML_QuickForm_Renderer_Array()
(Previous)
(Next) HTML_QuickForm_Renderer_Array::toArray()next

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

HTML_QuickForm_Renderer_Array::setElementStyle()

HTML_QuickForm_Renderer_Array::setElementStyle() – 要素のレンダリングに使用するスタイルを設定する

Synopsis

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

void HTML_QuickForm_Renderer_Array::setElementStyle ( mixed $elementName , string $styleName = = null )

Description

要素のレンダリングに使用するスタイルを設定します (このスタイルは、例えばテンプレートエンジンなどによって後で使用されます)。

Parameter

mixed $elementName

要素名あるいは配列 ('要素名' => 'スタイル名')。

string $styleName

$elementName が配列でない場合に、スタイル名。

Throws

例外はスローされません。

Note

This function can not be called statically.

previousconstructor HTML_QuickForm_Renderer_Array::
HTML_QuickForm_Renderer_Array()
(Previous)
(Next) HTML_QuickForm_Renderer_Array::toArray()next

Download Documentation Last updated: Sun, 21 Jun 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.