|
| __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 |
|
Displays a date/time localized display.
Definition at line 41 of file DateTimeElement.php.
renderControlEditable |
( |
| ) |
|
|
protected |
Render a datetime JUI widget
- Returns
- The element's content as a string.
Definition at line 47 of file DateTimeElement.php.
renderControlNonEditable |
( |
| ) |
|
|
protected |
Renders the attribute from the model.
- Returns
- The element's content.
Definition at line 75 of file DateTimeElement.php.
resolveDatePickerOptions |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: