https://github.com/dpi/ajax_loader
Fork of https://www.drupal.org/project/ajax_loader
https://github.com/dpi/ajax_loader
Last synced: 5 months ago
JSON representation
Fork of https://www.drupal.org/project/ajax_loader
- Host: GitHub
- URL: https://github.com/dpi/ajax_loader
- Owner: dpi
- Created: 2016-05-06T08:19:33.000Z (about 10 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2016-05-06T10:25:28.000Z (about 10 years ago)
- Last Synced: 2026-01-20T15:47:28.836Z (5 months ago)
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Description
-----------
This module provides allows you to change the default drupal ajax throbber.
Installation
------------
To install this module, do the following:
1. Extract the tar ball that you downloaded from Drupal.org.
2. Upload the entire directory and all its contents to your modules directory.
Configuration
-------------
To enable and configure this module do the following:
1. Go to Admin -> Extend, and enable "Ajax loader".
2. Go to Admin -> Configuration -> User Interface -> Ajax loader, and make
any necessary configuration changes.
3. You are done, the default ajax throbber is now sexy!
Extend
------
Define your own "throbber" plugins to add custom throbbers. See src/Plugin/ajax_loader for examples.