|
| setValueFunction ($index, $callback) |
|
| _getFieldName ($index) |
|
| _getFieldCaption ($index) |
|
| _buttonAsSubmit (BaseHtml &$button, $event, $url, $responseElement=NULL, $parameters=NULL) |
|
| _applyAttributes (BaseHtml $element, &$attributes, $index, $instance=null) |
|
| _getLabelField ($caption, $icon=NULL) |
|
| _addRules (HtmlFormField $element, &$attributes) |
|
| _prepareFormFields (HtmlFormField &$field, $name, &$attributes) |
|
| _fieldAs ($elementCallback, &$index, $attributes=NULL, $prefix=null) |
|
| setPropertyValues ($property, $indexValues) |
| Defines the values for the fields for a property (or html attribute). More...
|
|
| fieldAsProgress ($index, $label=NULL, $attributes=array()) |
|
| fieldAsRating ($index, $max=5, $icon="") |
|
| fieldAsLabel ($index, $icon=NULL, $attributes=NULL) |
|
| fieldAsHeader ($index, $niveau=1, $icon=NULL, $attributes=NULL) |
|
| fieldAsImage ($index, $size=Size::MINI, $circular=false) |
|
| fieldAsFlag ($index) |
|
| fieldAsIcon ($index) |
|
| fieldAsAvatar ($index, $attributes=NULL) |
|
| fieldAsRadio ($index, $attributes=NULL) |
|
| fieldAsRadios ($index, $elements=[], $attributes=NULL) |
|
| fieldAsList ($index, $classNames="", $attributes=NULL) |
|
| fieldAsInput ($index, $attributes=NULL) |
|
| fieldAsLabeledInput ($index, $attributes=NULL) |
|
| fieldAsDataList ($index, ?array $items=[], $attributes=NULL) |
|
| fieldAsFile ($index, $attributes=NULL) |
|
| fieldAsTextarea ($index, $attributes=NULL) |
|
| fieldAsElement ($index, $tagName="div", $baseClass="", $attributes=NULL) |
|
| fieldAsHidden ($index, $attributes=NULL) |
|
| fieldAsCheckbox ($index, $attributes=NULL) |
|
| fieldAsDropDown ($index, $elements=[], $multiple=false, $attributes=NULL) |
|
| fieldAsMessage ($index, $attributes=NULL) |
|
| fieldAsLink ($index, $attributes=NULL) |
|
| fieldsAs (array $types) |
| Change fields type. More...
|
|
| fieldAs ($index, $type, $attributes=NULL) |
|
| fieldAsSubmit ($index, $cssStyle=NULL, $url=NULL, $responseElement=NULL, $attributes=NULL) |
|
| fieldAsButton ($index, $cssStyle=NULL, $attributes=NULL) |
|
| fieldAsDataTable ($index, $model, $instances=null, $fields=[], $attributes=NULL) |
|