An open API service indexing awesome lists of open source software.

https://github.com/onix-systems/ajaxloader

This widget shows the spinner at the beginning of Ajax request and hides after its completion
https://github.com/onix-systems/ajaxloader

Last synced: about 2 months ago
JSON representation

This widget shows the spinner at the beginning of Ajax request and hides after its completion

Awesome Lists containing this project

README

        

This widget shows the spinner at the beginning of ajax request and hides after its completion.

Installation
Copy folder "AjaxLoader" into "protected/extensions".

Usage
To activate the widget paste the code in Layout

$this->widget('ext.AjaxLoader.AjaxLoaderWidget');