HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
renderButtons () | |
renderBegin () | |
renderElement ($element) |
Public Attributes | |
$inputElementClass = 'TbFormInputElement' | |
$buttonElementClass = 'TbFormButtonElement' | |
$activeForm = array('class' => 'TbActiveForm') |
YiiBooster project. New BSD License TbForm is adaptation of CFrom class for fast form building with bootstrap. Its public interface does not differs from original CFrom class. Please refer to CFrom for further information.
Definition at line 14 of file TbForm.php.
TbForm::renderBegin | ( | ) |
Renders the open tag of the form. The default implementation will render the open form tag.
Definition at line 63 of file TbForm.php.
TbForm::renderButtons | ( | ) |
Renders the buttons in this form.
Definition at line 45 of file TbForm.php.
TbForm::renderElement | ( | $element | ) |
Renders a single element which could be an input element, a sub-form, a string, or a button.
mixed | $element | The form element to be rendered. This can be either a CFormElement instance or a string representing the name of the form element. |
Definition at line 78 of file TbForm.php.
TbForm::$activeForm = array('class' => 'TbActiveForm') |
Definition at line 39 of file TbForm.php.
TbForm::$buttonElementClass = 'TbFormButtonElement' |
Definition at line 28 of file TbForm.php.
TbForm::$inputElementClass = 'TbFormInputElement' |
Definition at line 21 of file TbForm.php.