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.
