PHP kartik\builder Namespace

Classes

Name Description
ActiveFormEvent ActiveFormEvent is the event class for [[\kartik\form\ActiveForm]]. It encapsulates parameters that can be used as part of event handling to manipulate form builder and tabular form behavior.
BaseForm BaseForm is the base class for all builder widgets.
Form A form builder widget for rendering the form attributes using [[ActiveForm]]. The widget uses Bootstrap 3.x styling for generating form styles and multiple field columns.
FormAsset Asset bundle for [[Form]] widget.
FormGrid FormGrid allows you to build and generate multi columnar bootstrap form layouts using a single simple array configuration. It utilizes multiple instances of the [[Form]] widget to generate the layout.
TabularForm A tabular form builder widget using kartik\form\ActiveForm.
TabularFormAsset Asset bundle for the [[TabularForm]] widget.

Traits

Name Description
FormTrait Trait for all methods used in all the form builder widgets in `yii2-builder` and initialized within [[BaseForm]].