

Public Member Functions | |
| __construct ($name='', $value='', $label='', $size=10, $hint='', $validator=NULL, $isReadOnly=false) | |
| getValidator () | |
| setValidator ($value) | |
| generateInner () | |
Public Attributes | |
| $size | |
| $type | |
| $validator | |
| $rows | |
| $cols | |
Definition at line 3 of file inputcontrols.class.
| MTextField::__construct | ( | $ | name = '', |
|
| $ | value = '', |
|||
| $ | label = '', |
|||
| $ | size = 10, |
|||
| $ | hint = '', |
|||
| $ | validator = NULL, |
|||
| $ | isReadOnly = false | |||
| ) |
Definition at line 11 of file inputcontrols.class.
References MFormControl::$hint, MFormControl::$label, MComponent::$name, $size, $validator, MFormControl::$value, MControl::FORM_MODE_SHOW_SIDE, MControl::setReadOnly(), and setValidator().
Here is the call graph for this function:

| MTextField::getValidator | ( | ) |
Definition at line 26 of file inputcontrols.class.
Referenced by generateInner().
Here is the caller graph for this function:

| MTextField::setValidator | ( | $ | value | ) |
Definition at line 39 of file inputcontrols.class.
References MFormControl::$label, MComponent::$name, and MFormControl::$value.
Referenced by MCalendarField::__construct(), and __construct().
Here is the caller graph for this function:

| MTextField::generateInner | ( | ) |
Reimplemented from MControl.
Reimplemented in MCalendarField, MCurrencyField, and MMultiTextField2.
Definition at line 44 of file inputcontrols.class.
References $size, MControl::addAttribute(), MFormControl::generateLabel(), MControl::getClass(), MControl::getRender(), getValidator(), and MControl::setClass().
Here is the call graph for this function:

| MTextField::$size |
Definition at line 5 of file inputcontrols.class.
Referenced by MHtmlArea::__construct(), MLookupTextFieldAjax::__construct(), MActiveLookup::__construct(), MLookupFieldValue::__construct(), MLookupTextField1::__construct(), MCurrencyField::__construct(), MCalendarField::__construct(), MFileField::__construct(), MMultiLineField::__construct(), MPasswordField::__construct(), __construct(), TextField::__construct(), and generateInner().
| MTextField::$type |
| MTextField::$validator |
Definition at line 7 of file inputcontrols.class.
Referenced by MHtmlArea::__construct(), MLookupTextFieldAjax::__construct(), MActiveLookup::__construct(), MLookupFieldValue::__construct(), MLookupTextField1::__construct(), MMultiLineField::__construct(), MPasswordField::__construct(), and __construct().
| MTextField::$rows |
Definition at line 8 of file inputcontrols.class.
Referenced by MHtmlArea::__construct(), and MMultiLineField::__construct().
| MTextField::$cols |
Definition at line 9 of file inputcontrols.class.
Referenced by MHtmlArea::__construct(), and MMultiLineField::__construct().