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
- Host: GitHub
- URL: https://github.com/onix-systems/ajaxloader
- Owner: Onix-Systems
- Created: 2012-07-04T11:34:37.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-04T11:40:55.000Z (almost 13 years ago)
- Last Synced: 2024-03-26T13:15:00.459Z (about 1 year ago)
- Language: PHP
- Size: 93.8 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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');