Class TbForm
Bootstrap form object that contains form input specifications.
- CForm
- TbForm
Package: bootstrap\form
Copyright: Copyright © Christoffer Niska 2013-
License: New BSD License
Author: Christoffer Niska <christoffer.niska@gmail.com>
Located at form/TbForm.php
Copyright: Copyright © Christoffer Niska 2013-
License: New BSD License
Author: Christoffer Niska <christoffer.niska@gmail.com>
Located at form/TbForm.php
public
string
|
#
renderElement( mixed $element )
Renders a single element which could be an input element, a sub-form, a string, or a button. |
public
string
|
public
string
|
$inputElementClass | 'TbFormInputElement' |
#
the name of the class for representing a form input element. |
public
string
|
$buttonElementClass | 'TbButtonElement' |
#
the name of the class for representing a form button element. |
public
array
|
$activeForm | 'TbActiveForm' |
#
the configuration used to create the active form widget. |