Revision #78 has been created by rackycz on Mar 30, 2021, 9:37:08 PM with the memo:
AdminLTE
« previous (#77) next (#79) »
Changes
Title
unchanged
Yii v2 snippet guide III
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,yii2,beginer
Content
changed
[...]
- (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.[...]