Public Member Functions | |
render () | |
getFromList (&$list, $selectFrom=null) | |
getSQLFromList (&$list) | |
Data Fields | |
$m_SelectFrom | |
$m_SelectFromSQL | |
$m_SelectedList | |
Protected Member Functions | |
readMetaData (&$xmlArr) | |
getSelectFrom () | |
getSelectedList () | |
getSelectFromSQL () | |
getXMLFromList (&$list, $selectFrom) | |
getDOFromList (&$list, $selectFrom) | |
getSimpleFromList (&$list, $selectFrom) | |
translateList (&$list, $tag) |
Definition at line 34 of file OptionElement.php.
getFromList | ( | &$ | list, |
$ | selectFrom = null |
||
) |
Get from list
array | $list |
Definition at line 93 of file OptionElement.php.
getSelectFrom | ( | ) | [protected] |
Get select from
Definition at line 59 of file OptionElement.php.
readMetaData | ( | &$ | xmlArr ) | [protected] |
Read metadata info from metadata array and store to class variable
array | $xmlArr | metadata array |
Reimplemented from InputElement.
Reimplemented in AutoSuggest, Checkbox, ColumnList, EditCombobox, ImageSelector, LabelList, Listbox, and Textarea.
Definition at line 46 of file OptionElement.php.
render | ( | ) |
Render, draw the control according to the mode
Reimplemented from InputElement.
Reimplemented in AutoSuggest, Checkbox, CheckListbox, ColumnList, EditCombobox, ImageSelector, LabelList, Listbox, Radio, Textarea, and TreeLabelText.
Definition at line 82 of file OptionElement.php.