This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Custom styled loader #3103
Closed
Description
Top style is applied to the element div of the ui-loader. It should be possible to override this somehow as styling the position of the loader would now require workarounds.
In addition changing the string through $.mobile.loadingMessage will escape any html characters, making it impossible to add simple html like
etc. It would be great if the innerHtml of the div.ui-loader could be overridden, allowing for more flexibility (.e.g. additional elements)
Activity
Swaagie commentedon Nov 18, 2011
change
.mobile.loadingMessage )
.mobile.loadingHtml)
to
or a choice between the both, replace loadingMessage with object
loadingContent = {use: 'message', text: 'loading', html: 'loading'} (no html elements as it brakes github, e.g. we get styling)
toddparker commentedon Nov 21, 2011
This is a good idea. Can you link this up to the feature request wiki page?