Method | Description | |
---|---|---|
run ( ) | Runs the widget. |
Method | Description | |
---|---|---|
captcha ( ) : string | Renders a CAPTCHA. | |
checkBox ( ) : string | Renders a checkbox. | |
checkBoxGroupsList ( ) : string | Renders a list of checkboxes using Button Groups. | |
checkBoxList ( ) : string | Renders a list of checkboxes. | |
checkBoxListInline ( ) : string | Renders a list of inline checkboxes. | |
ckEditor ( ) : string | Renders a ckEditor. | |
colorpickerField ( ) : string | Renders a colorpicker field. | |
dateRangeField ( ) : string | Renders a daterange field. | |
datepickerField ( ) : string | Renders a datepicker field. | |
dropDownList ( ) : string | Renders a drop down list (select). | |
fileField ( ) : string | Renders a file field. | |
getLabel ( ) : string | Returns the label for this block. | |
html5Editor ( ) : mixed | void | Renders Bootstrap wysihtml5 editor. | |
markdownEditorJs ( ) : string | Renders a Markdown Editor. | |
maskedTextField ( ) : string | Renders a masked text field. | |
numberField ( ) : string | Renders a number field. | |
passwordField ( ) : string | Renders a password field. | |
radioButton ( ) : string | Renders a radio button. | |
radioButtonGroupsList ( ) : string | Renders a list of radio buttons using Button Groups. | |
radioButtonList ( ) : string | Renders a list of radio buttons. | |
radioButtonListInline ( ) : string | Renders a list of inline radio buttons. | |
redactorJs ( ) : string | Renders a redactor. | |
select2Field ( ) : mixed | void | Renders a select2Field | |
textArea ( ) : string | Renders a textarea. | |
textField ( ) : string | Renders a text field. | |
timepickerField ( ) : string | Renders a timepicker field. | |
toggleButton ( ) : string | Renders a toogle button | |
typeAheadField ( ) : string | Renders a typeAhead field. | |
uneditableField ( ) : string | Renders an uneditable field. |
protected checkBoxGroupsList ( ) : string | ||
return | string | the rendered content |
protected checkBoxList ( ) : string | ||
return | string | the rendered content |
protected checkBoxListInline ( ) : string | ||
return | string | the rendered content |
protected colorpickerField ( ) : string | ||
return | string | the rendered content |
protected dateRangeField ( ) : string | ||
return | string | the rendered content |
protected datepickerField ( ) : string | ||
return | string | the rendered content |
protected dropDownList ( ) : string | ||
return | string | the rendered content |
protected html5Editor ( ) : mixed | void | ||
return | mixed | void |
protected markdownEditorJs ( ) : string | ||
return | string | the rendered content |
protected maskedTextField ( ) : string | ||
return | string | the rendered content |
protected numberField ( ) : string | ||
return | string | the rendered content |
protected passwordField ( ) : string | ||
return | string | the rendered content |
protected radioButton ( ) : string | ||
return | string | the rendered content |
protected radioButtonGroupsList ( ) : string | ||
return | string | the rendered content |
protected radioButtonList ( ) : string | ||
return | string | the rendered content |
protected radioButtonListInline ( ) : string | ||
return | string | the rendered content |
protected redactorJs ( ) : string | ||
return | string | the rendered content |
protected select2Field ( ) : mixed | void | ||
return | mixed | void |
protected timepickerField ( ) : string | ||
return | string | the rendered content |
protected toggleButton ( ) : string | ||
return | string | the rendered content |
protected typeAheadField ( ) : string | ||
return | string | the rendered content |
protected uneditableField ( ) : string | ||
return | string | the rendered content |