PHP 클래스 TbForm

상속: extends CForm
파일 보기 프로젝트 열기: yinhe/yincart 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$buttonElementClass the name of the class for representing a form button element. Defaults to 'CFormButtonElement'.
$inputElementClass the name of the class for representing a form input element. Defaults to 'TbFormInputElement'.

공개 메소드들

메소드 설명
createForm ( array $config, $parent, array $options = [], CModel $model = null ) : mixed Create the TbForm and assign the TbActiveForm with options as activeForm
renderButtons ( ) : string Render the buttons as TbFormButtonElement
renderElement ( mixed $element ) : string Override parent Remove wrapper with class="row .

메소드 상세

createForm() 공개 정적인 메소드

Create the TbForm and assign the TbActiveForm with options as activeForm
public static createForm ( array $config, $parent, array $options = [], CModel $model = null ) : mixed
$config array
$parent
$options array
$model CModel
리턴 mixed

renderButtons() 공개 메소드

Render the buttons as TbFormButtonElement
public renderButtons ( ) : string
리턴 string

renderElement() 공개 메소드

.."
public renderElement ( mixed $element ) : string
$element mixed
리턴 string

프로퍼티 상세

$buttonElementClass 공개적으로 프로퍼티

the name of the class for representing a form button element. Defaults to 'CFormButtonElement'.
public $buttonElementClass

$inputElementClass 공개적으로 프로퍼티

the name of the class for representing a form input element. Defaults to 'TbFormInputElement'.
public $inputElementClass