PHP 클래스 TbInputInline

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

보호된 메소드들

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

메소드 상세

dropDownList() 보호된 메소드

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

maskedTextField() 보호된 메소드

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

passwordField() 보호된 메소드

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

setPlaceholder() 보호된 메소드

protected setPlaceholder ( )

textArea() 보호된 메소드

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

textField() 보호된 메소드

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

typeAheadField() 보호된 메소드

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