PHP Class TbInputInline

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

Méthodes protégées

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

Renders a drop down list (select).
protected dropDownList ( ) : 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

passwordField() protected méthode

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

setPlaceholder() protected méthode

protected setPlaceholder ( )

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

typeAheadField() protected méthode

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