Public Member Functions | Data Fields | Protected Member Functions

DropDownList Class Reference

Inheritance diagram for DropDownList:
Inheritance graph
[legend]
Collaboration diagram for DropDownList:
Collaboration graph
[legend]

Public Member Functions

 render ()
 getDisplayValue ($value)
 getSQLFromList (&$list)

Data Fields

 $m_ReadOnly
 $m_DefaultDisplayValue
 $m_cssHoverClass
 $m_SelectFrom
 $m_SelectFromSQL
 $m_SelectedList

Protected Member Functions

 readMetaData (&$xmlArr)
 renderList ()
 getList ()
 getSelectFrom ()
 getSelectedList ()
 getSelectFromSQL ()
 getXMLFromList (&$list, $selectFrom)
 getDOFromList (&$list, $selectFrom)
 getSimpleFromList (&$list, $selectFrom)
 getOnChangeFunction ()
 translateList (&$list, $tag)

Detailed Description

Definition at line 27 of file DropDownList.php.


Member Function Documentation

readMetaData ( &$  xmlArr ) [protected]

Read array meta data, and store to meta object

Parameters:
array$xmlArr
Returns:
void

Reimplemented from InputElement.

Definition at line 37 of file DropDownList.php.

render (  )

Render, draw the control according to the mode

Returns:
string HTML text

Reimplemented from InputElement.

Definition at line 57 of file DropDownList.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file: