PHP Class TbInputInline

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

Protected Methods

Method Description
dropDownList ( ) : string Renders a drop down list (select).
maskedTextField ( ) : string Renders a masked text field.
passwordField ( ) : string Renders a password field.
setPlaceholder ( )
textArea ( ) : string Renders a textarea.
textField ( ) : string Renders a text field.
typeAheadField ( ) : string Renders a masked text field.

Method Details

dropDownList() protected method

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

maskedTextField() protected method

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

passwordField() protected method

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

setPlaceholder() protected method

protected setPlaceholder ( )

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

typeAheadField() protected method

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