dev-master
9999999-devWidgets for https://gasparesganga.com/labs/jquery-loading-overlay
MIT
The Requires
- yiisoft/yii2 >=2.0.15
- bower-asset/gasparesganga-jquery-loading-overlay ^2.1.5
by bscheshir
yii2 widget loading overlay
Widgets for https://gasparesganga.com/labs/jquery-loading-overlay
The preferred way to install this extension is through composer., (*1)
add, (*2)
"bscheshirwork/yii2-jquery-loading-overlay": "@dev"
to the require section of your composer.json
file., (*3)
@see jQuery LoadingOverlay for possible clientOptions, (*4)
We can use php notation of clientOptions, (*5)
<?= \bscheshirwork\jlo\LoadingOverlay::widget([ 'selector' => '#p1', 'clientOptions' => [ 'image' => '<svg><defs><style>.a{fill:#c5baff;}</style></defs><rect class="a" width="133" height="41"/></svg>', ] ]); ?>
also we can use js notation, (*6)
<?= \bscheshirwork\jlo\LoadingOverlay::widget([ 'clientOptions' => <<<JS { image : '<svg><defs><style>.a{fill:#c5baff;}</style></defs><rect class="a" width="133" height="41"/></svg>', imageAnimation : "2500ms rotate_right", // String/Boolean imageAutoResize : true, // Boolean imageResizeFactor : 1, // Float imageColor : "#202020", // String/Array/Boolean imageClass : "", // String/Boolean imageOrder : 1, // Integer } JS ]); ?>
Widgets for https://gasparesganga.com/labs/jquery-loading-overlay
MIT
yii2 widget loading overlay