Свойство | Type | Description | |
---|---|---|---|
$appendOptions | append html attributes. | ||
$appendText | text to append. | ||
$captchaOptions | captcha html attributes. | ||
$data | the data for list inputs. | ||
$enableAjaxValidation | This property allows you to disable AJAX valiadtion for certain fields within a form. | ||
$enableClientValidation | This property allows you to disable client valiadtion for certain fields within a form. | ||
$errorOptions | error html attributes. | ||
$form | the associated form widget. | ||
$hintOptions | hint html attributes. | ||
$hintText | the hint text. | ||
$label | the input label text. | ||
$labelOptions | label html attributes. | ||
$prependOptions | prepend html attributes. | ||
$prependText | text to prepend. | ||
$type | the input type. Following types are supported: checkbox, checkboxlist, dropdownlist, filefield, password, radiobutton, radiobuttonlist, textarea, textfield, captcha and uneditable. |
Méthode | Description | |
---|---|---|
init ( ) | ### .init() | |
run ( ) | ### .run() |
Méthode | Description | |
---|---|---|
captcha ( ) : string | ### .captcha() | |
checkBox ( ) : string | ### .checkBox() | |
checkBoxGroupsList ( ) : string | ### .checkBoxGroupsList() | |
checkBoxList ( ) : string | ### .checkBoxList() | |
checkBoxListInline ( ) : string | ### .checkBoxListInline() | |
ckEditor ( ) : mixed | ### .ckEditor() | |
colorpickerField ( ) : string | ### .colorpickerField() | |
dateRangeField ( ) : mixed | ### .dateRangeField() | |
datepickerField ( ) : string | ### .datepicketField() | |
dropDownList ( ) : string | ### .dropDownList() | |
fileField ( ) : string | ### .fileField() | |
getAddonCssClass ( ) : string | ### .getAddonCssClass() | |
getAppend ( ) : string | ### .getAppend() | |
getAttributeId ( string $attribute ) : string | ### .getAppend() | |
getContainerCssClass ( ) : string | ### .getContainerCssClass() | |
getError ( ) : string | ### .getError() | |
getHint ( ) : string | ### .getHint() | |
getLabel ( ) : string | ### .getLabel() | |
getPrepend ( ) : string | ### .getPrepend() | |
hasAddOn ( ) : boolean | ### .hasAddOn() | |
html5Editor ( ) : mixed | ### .html5Editor() | |
markdownEditorJs ( ) : mixed | ### .markdownEditorJs() | |
maskedTextField ( ) : string | ### .maskedTextField() | |
numberField ( ) : string | ### . numberField() | |
passwordField ( ) : string | ### .passwordField() | |
processHtmlOptions ( ) | ### .processHtmlOptions() | |
radioButton ( ) : string | ### .radioButton() | |
radioButtonGroupsList ( ) : string | ### .radioButtonGroupsList() | |
radioButtonList ( ) : string | ### .radioButtonList() | |
radioButtonListInline ( ) : string | ### .radioButtonListInline() | |
redactorJs ( ) : mixed | ### .redactorJs() | |
select2Field ( ) : mixed | ### .select2Field() | |
textArea ( ) : string | ### .textArea() | |
textField ( ) : string | ### .textField() | |
timepickerField ( ) : string | ### .timepickerField() | |
toggleButton ( ) : string | ### .toggleButton() | |
typeAheadField ( ) : mixed | Renders a typeAhead field. | |
uneditableField ( ) : string | ### .uneditableField() |
abstract protected checkBoxGroupsList ( ) : string | ||
Résultat | string | the rendered content |
abstract protected checkBoxList ( ) : string | ||
Résultat | string | the rendered content |
abstract protected checkBoxListInline ( ) : string | ||
Résultat | string | the rendered content |
abstract protected colorpickerField ( ) : string | ||
Résultat | string | the rendered content |
abstract protected dateRangeField ( ) : mixed | ||
Résultat | mixed |
abstract protected datepickerField ( ) : string | ||
Résultat | string | the rendered content |
abstract protected dropDownList ( ) : string | ||
Résultat | string | the rendered content |
protected getAddonCssClass ( ) : string | ||
Résultat | string | the CSS class |
protected getAttributeId ( string $attribute ) : string | ||
$attribute | string | the attribute |
Résultat | string | the id |
protected getContainerCssClass ( ) : string | ||
Résultat | string | the CSS class |
protected getPrepend ( ) : string | ||
Résultat | string | the element |
abstract protected html5Editor ( ) : mixed | ||
Résultat | mixed |
abstract protected markdownEditorJs ( ) : mixed | ||
Résultat | mixed |
abstract protected maskedTextField ( ) : string | ||
Résultat | string | the rendered content |
abstract protected numberField ( ) : string | ||
Résultat | string | the rendered content |
abstract protected passwordField ( ) : string | ||
Résultat | string | the rendered content |
abstract protected radioButton ( ) : string | ||
Résultat | string | the rendered content |
abstract protected radioButtonGroupsList ( ) : string | ||
Résultat | string | the rendered content |
abstract protected radioButtonList ( ) : string | ||
Résultat | string | the rendered content |
abstract protected radioButtonListInline ( ) : string | ||
Résultat | string | the rendered content |
abstract protected redactorJs ( ) : mixed | ||
Résultat | mixed |
abstract protected select2Field ( ) : mixed | ||
Résultat | mixed |
abstract protected timepickerField ( ) : string | ||
Résultat | string | the rendered content |
abstract protected toggleButton ( ) : string | ||
Résultat | string | the rendered content |
abstract protected typeAheadField ( ) : mixed | ||
Résultat | mixed |
abstract protected uneditableField ( ) : string | ||
Résultat | string | the rendered content |
public $enableAjaxValidation |
public $enableClientValidation |