PHP 클래스 TbInputHorizontal

부터: 0.9.8
상속: extends TbInput
파일 보기 프로젝트 열기: yinhe/yincart

공개 메소드들

메소드 설명
run ( ) Runs the widget.

보호된 메소드들

메소드 설명
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.

메소드 상세

captcha() 보호된 메소드

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

checkBox() 보호된 메소드

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

checkBoxGroupsList() 보호된 메소드

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

checkBoxList() 보호된 메소드

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

checkBoxListInline() 보호된 메소드

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

ckEditor() 보호된 메소드

Renders a ckEditor.
저자: antonio ramirez ([email protected])
protected ckEditor ( ) : string
리턴 string the rendered content

colorpickerField() 보호된 메소드

Renders a colorpicker field.
저자: antonio ramirez ([email protected])
protected colorpickerField ( ) : string
리턴 string the rendered content

dateRangeField() 보호된 메소드

Renders a daterange field.
저자: antonio ramirez ([email protected])
protected dateRangeField ( ) : string
리턴 string the rendered content

datepickerField() 보호된 메소드

Renders a datepicker field.
저자: antonio ramirez ([email protected])
protected datepickerField ( ) : string
리턴 string the rendered content

dropDownList() 보호된 메소드

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

fileField() 보호된 메소드

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

getLabel() 보호된 메소드

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

html5Editor() 보호된 메소드

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

markdownEditorJs() 보호된 메소드

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

maskedTextField() 보호된 메소드

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

numberField() 보호된 메소드

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

passwordField() 보호된 메소드

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

radioButton() 보호된 메소드

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

radioButtonGroupsList() 보호된 메소드

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

radioButtonList() 보호된 메소드

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

radioButtonListInline() 보호된 메소드

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

redactorJs() 보호된 메소드

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

run() 공개 메소드

Runs the widget.
public run ( )

select2Field() 보호된 메소드

Renders a select2Field
protected select2Field ( ) : mixed | void
리턴 mixed | void

textArea() 보호된 메소드

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

textField() 보호된 메소드

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

timepickerField() 보호된 메소드

Renders a timepicker field.
저자: Sergii Gamaiunov ([email protected])
protected timepickerField ( ) : string
리턴 string the rendered content

toggleButton() 보호된 메소드

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

typeAheadField() 보호된 메소드

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

uneditableField() 보호된 메소드

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