|
| getIdForSelectInput () |
|
| getEditableNameIds () |
|
| __construct ($model, $attribute, $form=null, array $params=array()) |
|
| render () |
|
| getEditableNameIds () |
|
| getAttribute () |
|
| renderAsControlNonEditable () |
|
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 |
|
Definition at line 37 of file RadioDropDownElement.php.
renderControlEditable |
( |
| ) |
|
|
protected |
Renders the editable dropdown content as a radio list.
- Returns
- A string containing the element's content.
Definition at line 43 of file RadioDropDownElement.php.
getEditableHtmlOptions |
( |
| ) |
|
|
protected |
Clear out html options for 'empty' since it is not applicable for a rado dropdown.
- See Also
- DropDownElement::getEditableHtmlOptions()
Definition at line 69 of file RadioDropDownElement.php.
The documentation for this class was generated from the following file: