PHP Class TbInputHorizontal

Since: 0.9.8
Inheritance: extends TbInput
Afficher le fichier Open project: yinhe/yincart

Méthodes publiques

Méthode Description
run ( ) Runs the widget.

Méthodes protégées

Méthode 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.

Method Details

captcha() protected méthode

Renders a CAPTCHA.
protected captcha ( ) : string
Résultat string the rendered content

checkBox() protected méthode

Renders a checkbox.
protected checkBox ( ) : string
Résultat string the rendered content

checkBoxGroupsList() protected méthode

Renders a list of checkboxes using Button Groups.
protected checkBoxGroupsList ( ) : string
Résultat string the rendered content

checkBoxList() protected méthode

Renders a list of checkboxes.
protected checkBoxList ( ) : string
Résultat string the rendered content

checkBoxListInline() protected méthode

Renders a list of inline checkboxes.
protected checkBoxListInline ( ) : string
Résultat string the rendered content

ckEditor() protected méthode

Renders a ckEditor.
Author: antonio ramirez ([email protected])
protected ckEditor ( ) : string
Résultat string the rendered content

colorpickerField() protected méthode

Renders a colorpicker field.
Author: antonio ramirez ([email protected])
protected colorpickerField ( ) : string
Résultat string the rendered content

dateRangeField() protected méthode

Renders a daterange field.
Author: antonio ramirez ([email protected])
protected dateRangeField ( ) : string
Résultat string the rendered content

datepickerField() protected méthode

Renders a datepicker field.
Author: antonio ramirez ([email protected])
protected datepickerField ( ) : string
Résultat string the rendered content

dropDownList() protected méthode

Renders a drop down list (select).
protected dropDownList ( ) : string
Résultat string the rendered content

fileField() protected méthode

Renders a file field.
protected fileField ( ) : string
Résultat string the rendered content

getLabel() protected méthode

Returns the label for this block.
protected getLabel ( ) : string
Résultat string the label

html5Editor() protected méthode

Renders Bootstrap wysihtml5 editor.
protected html5Editor ( ) : mixed | void
Résultat mixed | void

markdownEditorJs() protected méthode

Renders a Markdown Editor.
protected markdownEditorJs ( ) : string
Résultat string the rendered content

maskedTextField() protected méthode

Renders a masked text field.
protected maskedTextField ( ) : string
Résultat string the rendered content

numberField() protected méthode

Renders a number field.
protected numberField ( ) : string
Résultat string the rendered content

passwordField() protected méthode

Renders a password field.
protected passwordField ( ) : string
Résultat string the rendered content

radioButton() protected méthode

Renders a radio button.
protected radioButton ( ) : string
Résultat string the rendered content

radioButtonGroupsList() protected méthode

Renders a list of radio buttons using Button Groups.
protected radioButtonGroupsList ( ) : string
Résultat string the rendered content

radioButtonList() protected méthode

Renders a list of radio buttons.
protected radioButtonList ( ) : string
Résultat string the rendered content

radioButtonListInline() protected méthode

Renders a list of inline radio buttons.
protected radioButtonListInline ( ) : string
Résultat string the rendered content

redactorJs() protected méthode

Renders a redactor.
protected redactorJs ( ) : string
Résultat string the rendered content

run() public méthode

Runs the widget.
public run ( )

select2Field() protected méthode

Renders a select2Field
protected select2Field ( ) : mixed | void
Résultat mixed | void

textArea() protected méthode

Renders a textarea.
protected textArea ( ) : string
Résultat string the rendered content

textField() protected méthode

Renders a text field.
protected textField ( ) : string
Résultat string the rendered content

timepickerField() protected méthode

Renders a timepicker field.
Author: Sergii Gamaiunov ([email protected])
protected timepickerField ( ) : string
Résultat string the rendered content

toggleButton() protected méthode

Renders a toogle button
protected toggleButton ( ) : string
Résultat string the rendered content

typeAheadField() protected méthode

Renders a typeAhead field.
protected typeAheadField ( ) : string
Résultat string the rendered content

uneditableField() protected méthode

Renders an uneditable field.
protected uneditableField ( ) : string
Résultat string the rendered content