Class yii\bootstrap4\InputWidget
Inheritance | yii\bootstrap4\InputWidget » yii\widgets\InputWidget |
---|---|
Uses Traits | yii\bootstrap4\BootstrapWidgetTrait |
Subclasses | yii\bootstrap4\ToggleButtonGroup |
InputWidget is an adjusted for bootstrap needs version of \yii\widgets\InputWidget.
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$clientEvents | array | The event handlers for the underlying Bootstrap JS plugin. | yii\bootstrap4\BootstrapWidgetTrait |
$clientOptions | array | The options for the underlying Bootstrap JS plugin. | yii\bootstrap4\BootstrapWidgetTrait |
Public Methods
Method | Description | Defined By |
---|---|---|
getView() | yii\bootstrap4\BootstrapWidgetTrait | |
init() | Initializes the widget. | yii\bootstrap4\BootstrapWidgetTrait |
Protected Methods
Method | Description | Defined By |
---|---|---|
registerClientEvents() | Registers JS event handlers that are listed in $clientEvents. | yii\bootstrap4\BootstrapWidgetTrait |
registerPlugin() | Registers a specific Bootstrap plugin and the related events | yii\bootstrap4\BootstrapWidgetTrait |