2017 © Pedro Peláez
 

yii2-extension yii2-widget-isloading

Simple widget ajaxStatus. Show visual feedback when loading data or any action that would take time.

image

tiagocardosos/yii2-widget-isloading

Simple widget ajaxStatus. Show visual feedback when loading data or any action that would take time.

  • Monday, August 31, 2015
  • by tiagocardosos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 452 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

yii2-widget-isloading

Simple widget show visual feedback when loading data or any action that would take time. http://hekigan.github.io/is-loading/, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist tiagocardosos/yii2-widget-isloading "*"

or add, (*4)

"tiagocardosos/yii2-widget-isloading": "*"

to the require section of your composer.json file., (*5)

Usage

Add the rules as the following example, (*6)

add view "main.php" file., (*7)


use tiagocardosos\isloading\IsLoading;

Simple


=IsLoading::widget();?>

Set Options

 'O sistema está processando...',
    'position => 'overlay', // right | inside | overlay
    'class' => 'fa fa-refresh',
    'tpl' => '%text% ',
    'disableSource' => true,
    'disableOthers' => ['$( "#load-in-div .btn" )'], //more access http://hekigan.github.io/is-loading/
    'timeout'=>true,
    'time'=>1000
]);

?>

The Versions

31/08 2015

dev-master

9999999-dev

Simple widget ajaxStatus. Show visual feedback when loading data or any action that would take time.

  Sources   Download

MIT

The Requires

 

by Tiago Cardoso

yii isloading ajaxstatus preloading

31/08 2015

dev-develop

dev-develop

Simple widget ajaxStatus. Show visual feedback when loading data or any action that would take time.

  Sources   Download

MIT

The Requires

 

by Tiago Cardoso

yii isloading ajaxstatus preloading

31/08 2015

1.0

1.0.0.0

Simple widget ajaxStatus. Show visual feedback when loading data or any action that would take time.

  Sources   Download

MIT

The Requires

 

by Tiago Cardoso

yii isloading ajaxstatus preloading