Class yii\bootstrap\InputWidget
| Inheritance | yii\bootstrap\InputWidget » yii\widgets\InputWidget | 
|---|---|
| Uses Traits | yii\bootstrap\BootstrapWidgetTrait | 
| Subclasses | yii\bootstrap\ToggleButtonGroup | 
| Available since version | 2.0.6 | 
| Source Code | https://github.com/yiisoft/yii2-bootstrap/blob/master/InputWidget.php | 
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\bootstrap\BootstrapWidgetTrait | 
| $clientOptions | array | The options for the underlying Bootstrap JS plugin. | yii\bootstrap\BootstrapWidgetTrait | 
Public Methods
| Method | Description | Defined By | 
|---|---|---|
| getView() | yii\bootstrap\BootstrapWidgetTrait | |
| init() | Initializes the widget. | yii\bootstrap\BootstrapWidgetTrait | 
Protected Methods
| Method | Description | Defined By | 
|---|---|---|
| registerClientEvents() | Registers JS event handlers that are listed in $clientEvents. | yii\bootstrap\BootstrapWidgetTrait | 
| registerPlugin() | Registers a specific Bootstrap plugin and the related events | yii\bootstrap\BootstrapWidgetTrait |