Class insolita\wgadminlte\Box
| Inheritance | insolita\wgadminlte\Box » yii\bootstrap\Widget |
|---|
This is just an example.
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $collapse | boolean | Show or not Box - collapse button* | insolita\wgadminlte\Box |
| $collapse_remember | boolean | - set cookies for rememer collapse stage* | insolita\wgadminlte\Box |
| $custom_tools | string|array | Code of custom box toolbar - string html code, or array for yii\bootstrap\ButtonGroup $buttons option* | insolita\wgadminlte\Box |
| $footer | string | * | insolita\wgadminlte\Box |
| $header_tag | insolita\wgadminlte\Box | ||
| $left_tools | string|array | Code of custom box toolbar in left corner - string html code, or array for yii\bootstrap\ButtonGroup $buttons option* | insolita\wgadminlte\Box |
| $solid | boolean | Is solid box header* | insolita\wgadminlte\Box |
| $title | string | * | insolita\wgadminlte\Box |
| $tooltip | string | Box -tooltip* | insolita\wgadminlte\Box |
| $tooltip_placement | string | -top/bottom/left/or right * | insolita\wgadminlte\Box |
| $type | string | Color style of widget* | insolita\wgadminlte\Box |
| $withBorder | boolean | Add border after box header (for AdminLte 2. | insolita\wgadminlte\Box |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| init() | insolita\wgadminlte\Box | |
| registerJs() | insolita\wgadminlte\Box | |
| run() | insolita\wgadminlte\Box |
Constants
| Constant | Value | Description | Defined By |
|---|---|---|---|
| TYPE_DANGER | 'danger' | insolita\wgadminlte\Box | |
| TYPE_DEFAULT | 'default' | insolita\wgadminlte\Box | |
| TYPE_INFO | 'info' | insolita\wgadminlte\Box | |
| TYPE_PRIMARY | 'primary' | insolita\wgadminlte\Box | |
| TYPE_SUCCESS | 'success' | insolita\wgadminlte\Box | |
| TYPE_WARNING | 'warning' | insolita\wgadminlte\Box |
Property Details
Show or not Box - collapse button*
- set cookies for rememer collapse stage*
Code of custom box toolbar - string html code, or array for yii\bootstrap\ButtonGroup $buttons option*
*
Code of custom box toolbar in left corner - string html code, or array for yii\bootstrap\ButtonGroup $buttons option*
Is solid box header*
*
Box -tooltip*
-top/bottom/left/or right *
Color style of widget*
Add border after box header (for AdminLte 2.0)*