You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/loader.xml
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,24 @@
6
6
<longdesc>
7
7
<h2>The Loader Widget</h2>
8
8
<p>The loader widget handles the task of displaying the loading dialog when jQuery Mobile pulls in content via Ajax. It can also be displayed manually for custom loading actions using the <code>$.mobile.loading</code> helper method (See the global method docs).</p>
<code>ui-loader</code>: Outermost container for listview widget. If <code>textvisible</code> option is used <code>ui-loader-verbose</code> class will be added. Additionally if <code>textonly</code> option is used then <code>ui-loader-textonly</code> class will added. In all other cases where text is not present <code>ui-loader-default</code> class will be added.
16
+
<ul>
17
+
<li>
18
+
<code>ui-loader-item</code>: Span element of the loader representing the icon
19
+
</li>
20
+
<li>
21
+
<code>ui-loader-header</code>: Header element of the loader representing the text of the loader.
22
+
</li>
23
+
</ul>
24
+
</li>
25
+
</ul>
26
+
9
27
<p>To configure the loading dialog globally the following settings can be defined on its prototype during the <code>mobileinit</code> event.</p> Below are the defaults:
0 commit comments