Yii v2 snippet guide III

Comparing #77 with #78

Revision #78 was created by rackycz rackycz on Mar 30, 2021, 9:37:08 PM.

AdminLTE

Content

[...]
- (it affects the expand/collapse button in expandable boxes)
- $collapseButtonTemplate must be modified in order to enable removing Boxes from the screen. Namely data-widget and iconClass must be changed in method prepareBoxTools()

LteBox
- Boxes can be hidden behind the "waiting icon" overlay. This is done using following HTML at the end of the box's div:
```html
 
<div class="overlay"><i class="fa fa-refresh fa-spin"></i></div> ```
 
- This must be added manually or by modifying LteBox

**- Yiister**
--
Its web explains everything. Very usefull: http://adminlte.yiister.ru
You only need the Asset File from this article and then install Yiister. Sadly it hasn't been updated since 2015.
[...]