Class yii\bootstrap\Html
| Inheritance | yii\bootstrap\Html » yii\bootstrap\BaseHtml » yii\helpers\Html |
|---|---|
| Available since version | 2.0.5 |
Html is an enhanced version of \yii\helpers\Html helper class dedicated to the Bootstrap needs.
This class inherits all functionality available at \yii\helpers\Html and can be used as substitute.
Attention: do not confuse yii\bootstrap\Html and \yii\helpers\Html, be careful in which class you are using inside your views.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| activeStaticControl() | Generates a Bootstrap static form control for the given model attribute. | yii\bootstrap\BaseHtml |
| checkboxList() | yii\bootstrap\BaseHtml | |
| error() | yii\bootstrap\BaseHtml | |
| icon() | Composes icon HTML for bootstrap Glyphicons. | yii\bootstrap\BaseHtml |
| radioList() | yii\bootstrap\BaseHtml | |
| staticControl() | Renders Bootstrap static form control. | yii\bootstrap\BaseHtml |