new HTML_Template_Flexy_Element (Previous) (Next) $element->setOptions()

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

$element->setValue()

$element->setValue() -- Utility function to set or store values from common tag types.

Leírás

This is used to set the values of form elements, results depend on the type of element

  • text,password inputs, buttons Fills in the value attribute

  • checkboxs / radio buttons adds a checked tag to the matching element

  • textarea fills in the text area content

  • checkbox with arrays adds checked to the matching elements

  • selects adds selected to the

Paraméterek

  • $value The value to assign a form element, (use arrays for multiple selects or checkbox groups)

Lehetséges hibaértékek

throws no exceptions thrown

Megjegyzés

Ez a függvény nem hívható statikusan.

new HTML_Template_Flexy_Element (Previous) (Next) $element->setOptions()

Download Documentation Last updated: Sun, 01 Jul 2007
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.