PHP Class TbInputHorizontal

Since: 0.9.8
Inheritance: extends TbInput
Show file Open project: yinhe/yincart

Public Methods

Method Description
run ( ) Runs the widget.

Protected Methods

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.

Method Details

captcha() protected method

Renders a CAPTCHA.
protected captcha ( ) : string
return string the rendered content

checkBox() protected method

Renders a checkbox.
protected checkBox ( ) : string
return string the rendered content

checkBoxGroupsList() protected method

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

checkBoxList() protected method

Renders a list of checkboxes.
protected checkBoxList ( ) : string
return string the rendered content

checkBoxListInline() protected method

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

ckEditor() protected method

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

colorpickerField() protected method

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

dateRangeField() protected method

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

datepickerField() protected method

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

dropDownList() protected method

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

fileField() protected method

Renders a file field.
protected fileField ( ) : string
return string the rendered content

getLabel() protected method

Returns the label for this block.
protected getLabel ( ) : string
return string the label

html5Editor() protected method

Renders Bootstrap wysihtml5 editor.
protected html5Editor ( ) : mixed | void
return mixed | void

markdownEditorJs() protected method

Renders a Markdown Editor.
protected markdownEditorJs ( ) : string
return string the rendered content

maskedTextField() protected method

Renders a masked text field.
protected maskedTextField ( ) : string
return string the rendered content

numberField() protected method

Renders a number field.
protected numberField ( ) : string
return string the rendered content

passwordField() protected method

Renders a password field.
protected passwordField ( ) : string
return string the rendered content

radioButton() protected method

Renders a radio button.
protected radioButton ( ) : string
return string the rendered content

radioButtonGroupsList() protected method

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

radioButtonList() protected method

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

radioButtonListInline() protected method

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

redactorJs() protected method

Renders a redactor.
protected redactorJs ( ) : string
return string the rendered content

run() public method

Runs the widget.
public run ( )

select2Field() protected method

Renders a select2Field
protected select2Field ( ) : mixed | void
return mixed | void

textArea() protected method

Renders a textarea.
protected textArea ( ) : string
return string the rendered content

textField() protected method

Renders a text field.
protected textField ( ) : string
return string the rendered content

timepickerField() protected method

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

toggleButton() protected method

Renders a toogle button
protected toggleButton ( ) : string
return string the rendered content

typeAheadField() protected method

Renders a typeAhead field.
protected typeAheadField ( ) : string
return string the rendered content

uneditableField() protected method

Renders an uneditable field.
protected uneditableField ( ) : string
return string the rendered content