$inputElementClass
$inputElementClass : string
The name of the class for representing a form input element. Defaults to 'TbFormInputElement'.
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 {@link CFrom} for further information.
$activeForm : array
The configuration used to create the active form widget.
The widget will be used to render the form tag and the error messages. The 'class' option is required, which specifies the class of the widget. The rest of the options will be passed to {@link CBaseController::beginWidget()} call. Defaults to array('class'=>'TbActiveForm').
renderElement(mixed $element) : string
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 {@link CFormElement} instance or a string representing the name of the form element. |
The rendering result.