So I've put the following simple proposal/experiment on
trunk.simile-widgets.org/exhibit/api :
If you place a div in your document with the class
exhibit-busyIndicator, e.g.
<div class="exhibit-busyIndicator" style="display:none">I AM BUSY
PREPARING YOUR DATA!</div>
then that div will be used instead of the default exhibit busy indicator
as the thing that gets displayed when exhibit is busy.
Of course you can put whatever content or CSS you want onto the div, to
customize your busy indicator.
On 1/3/2012 3:03 PM, Ryan Lee wrote:
Hi,
Unfortunately, there isn't an HTML or CSS-only way to change it.
In order to do so, you need to write your own method to override the
default one. Exhibit.UI.createBusyIndicator is defined in this file:
http://api.simile-widgets.org/exhibit/2.2.0/scripts/ui/ui.js
You will have to turn off Exhibit auto-loading to fit your own script in
after everything Exhibit related has loaded in order to correctly
reference an existing namespace, then call your own Exhibit creation
script to fire it up, like this:
http://api.simile-widgets.org/exhibit/2.2.0/scripts/create.js
On 12/5/11 11:04 , rStat wrote:
I want to change the loading message to fit in more with my web app
theme. Is there a way that I can change the html or remove the inline
styles?
--
You received this message because you are subscribed to the Google Groups "SIMILE
Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en.