|
| getIdForSelectInput () |
|
| getIdForSelectInput () |
|
| getEditableNameIds () |
|
| __construct ($model, $attribute, $form=null, array $params=array()) |
|
| render () |
|
| getEditableNameIds () |
|
| getAttribute () |
|
| renderAsControlNonEditable () |
|
|
static | resolveDropDownArray ($model, $attribute) |
|
static | getDisplayName () |
|
static | isReadOnly () |
|
static | resolveInputNameForEditableInput ($attributeName) |
|
static | resolveInputNamePrefixIntoString ($inputNamePrefix) |
|
static | resolveInputIdPrefixIntoString ($inputIdPrefix) |
|
|
| $params |
|
| $editableTemplate = '<th>{label}</th><td colspan="{colspan}">{content}{error}</td>' |
|
| $nonEditableTemplate = '<th>{label}</th><td colspan="{colspan}">{content}</td>' |
|
| $model |
|
| $attribute |
|
| $form |
|
Displays the list of currencies from the currency model.
Definition at line 40 of file CurrencyDropDownElement.php.
renderControlEditable |
( |
| ) |
|
|
protected |
Override to utilize 'id' instead of 'value' as attribute.
- Returns
- A string containing the element's content.
Definition at line 56 of file CurrencyDropDownElement.php.
renderControlNonEditable |
( |
| ) |
|
|
protected |
Override to utilize 'id' instead of 'value' as attribute.
- Returns
- A string containing the element's content.
Definition at line 71 of file CurrencyDropDownElement.php.
The documentation for this class was generated from the following file: