Public Member Functions | Data Fields | Protected Member Functions

InputElement Class Reference

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

Public Member Functions

 getValue ()
 renderLabel ()
 render ()

Data Fields

 $m_FieldName
 $m_Label
 $m_Description
 $m_DefaultValue = ""
 $m_DefaultValueRename = "Y"
 $m_Required = "N"
 $m_Enabled = "Y"
 $m_Text
 $m_Hint

Protected Member Functions

 readMetaData (&$xmlArr)
 getEnabled ()
 getRequired ()
 addSCKeyScript ()

Detailed Description

Definition at line 27 of file InputElement.php.


Member Function Documentation

addSCKeyScript (  ) [protected]

Add sort-cut key scripts

Returns:
string

Definition at line 119 of file InputElement.php.

Here is the call graph for this function:

Here is the caller graph for this function:

getEnabled (  ) [protected]

Get enable status

Returns:
string

Definition at line 70 of file InputElement.php.

Here is the call graph for this function:

Here is the caller graph for this function:

getValue (  )

Get value of element

Returns:
mixed

Reimplemented from Element.

Reimplemented in Checkbox, FileInput, FormElement, and InputPassword.

Definition at line 82 of file InputElement.php.

Here is the caller graph for this function:

readMetaData ( &$  xmlArr ) [protected]

Read array meta data, and store to meta object

Parameters:
array$xmlArr
Returns:
void

Reimplemented from Element.

Reimplemented in AutoSuggest, Button, Checkbox, CKEditor, ColorPicker, ColumnList, DropDownList, EditCombobox, FileUploader, FormElement, IDCardReader, ImageSelector, ImageUploader, InputDate, InputDatetime, InputPassword, InputPicker, InputText, LabelList, Listbox, OptionElement, Password, RowCheckbox, and Textarea.

Definition at line 45 of file InputElement.php.

Here is the call graph for this function:

render (  )
renderLabel (  )

Render label, just return label value

Returns:
string

Reimplemented from Element.

Reimplemented in ColumnList, and RowCheckbox.

Definition at line 97 of file InputElement.php.


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