프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 . |
public renderButtons ( ) : string | ||
리턴 | string |
public renderElement ( mixed $element ) : string | ||
$element | mixed | |
리턴 | string |
public $buttonElementClass |