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
<desc>Fullscreen fixed toolbars sit on top of the content at all times when they are visible, and unlike regular fixed toolbars, fullscreen toolbars do not fall back to static positioning when toggled, instead they disappear from the screen entirely. Fullscreen toolbars are ideal for more immersive interfaces, like a photo viewer that is meant to fill the entire screen with the photo itself and no distractions.
106
106
<p>This option is also exposed as a data attribute: <code>data-fullscreen="true"</code>.</p>
107
-
<divstyle="padding: 0.4em 15px; background: #FFF3A5; "><b>Note:</b> While the data attribute syntax for this option has not changed, it is now only supported on the toolbar element itself, and not the page element.</div>
107
+
<divclass="warning"><b>Note:</b> While the data attribute syntax for this option has not changed, it is now only supported on the toolbar element itself, and not the page element.</div>
<desc>Enable or disable the user's ability to toggle toolbar visibility with a tap on the screen (or a click, for mouse users).
113
113
<p>This option is also exposed as a data attribute: <code>data-tap-toggle="false"</code>.</p>
114
-
<divstyle="padding: 0.4em 15px; background: #FFF3A5; "><b>Note:</b> This behavior was formerly configurable as follows, but as of version 1.1 this syntax is no longer supported: <br /><code>$.mobile.fixedToolbars.setTouchToggleEnabled(false);</code></div>
114
+
<divclass="warning"><b>Note:</b> This behavior was formerly configurable as follows, but as of version 1.1 this syntax is no longer supported: <br /><code>$.mobile.fixedToolbars.setTouchToggleEnabled(false);</code></div>
<p><divstyle="padding: 0.4em 15px; background: #FFF3A5; "><b>Note:</b> Prior to version 1.1, the following syntax was used to show the toolbars, but it is no longer supported:<br />
174
+
<p><divclass="warning"><b>Note:</b> Prior to version 1.1, the following syntax was used to show the toolbars, but it is no longer supported:<br />
Copy file name to clipboardExpand all lines: entries/listview.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
<h3>Nested lists</h3>
24
24
<p>By nesting child <code>ul</code> or <code>ol</code> inside list items, you can create nested lists. When a list item with a child list is clicked, the framework will show a new page populated with the title of the parent in the header and the list of child elements. These dynamic nested lists are styled with the "b" theme swatch (blue in the default theme) to indicate that you are in a secondary level of navigation. Lists can be nested multiple levels deep and all pages and linking will be automatically handled by the framework. Note that the page of each nested listview is created when the parent page loads and for each nested page the page-events will trigger. Please also note that the title of subpages will contain the text of the first element in the parent list item including its elements. So make sure to use a single element for the list item caption and put other elements like count bubbles behind that caption as shown in the demo below.</p>
25
25
<p>To set the swatch color of the child listviews, set the <code>data-theme</code> attribute on each list inside.</p>
26
-
<divstyle="padding: 0.4em 15px; background: #FFF3A5; "><b>Note:</b> Nested lists are deprecated in version 1.3.0</div>
26
+
<divclass="warning"><b>Note:</b> Nested lists are deprecated in version 1.3.0</div>
Copy file name to clipboardExpand all lines: entries/orientationchange.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<p>The jQuery Mobile <code>orientationchange</code> event triggers when a device orientation changes, either by turning the device vertically or horizontally. When bound to this event the callback function has the event object. The event object contains an <code>orientation</code> property equal to either <code>"portrait"</code> or <code>"landscape"</code>.</p>
7
7
<p>Note that we bind to the browser's resize event when <code>orientationchange</code> is not natively supported or if <code>$.mobile.orientationChangeEnabled</code> is set to <code>false</code>.</p>
<p>The timing of the <code>orientationchange</code> event with relation to the change of the client height and width is different between browsers, though the current implementation will give you the correct value for <code>event.orientation</code> derived from <code>window.orientation</code>. This means that if your bindings are dependent on the height and width values you may want to disable <code>orientationChange</code> altogether with <code>$.mobile.orientationChangeEnabled = false</code> to let the fallback resize code trigger your bindings.</p>
Set the text that appears when a page is loading. If set to false, the message will not appear at all.
105
-
<divstyle="padding: 0.5em 1em; margin: 1em; background: #FFF3A5;"><strong>Deprecated</strong> in 1.2 - use <code>$.mobile.loader.prototype.options.text</code> instead. See the <ahref="page-loading">loader docs</a> for more.</div>
105
+
<divclass="warning"><strong>Deprecated</strong> in 1.2 - use <code>$.mobile.loader.prototype.options.text</code> instead. See the <ahref="page-loading">loader docs</a> for more.</div>
Whether the text should be visible when a loading message is shown. The text is always visible for loading errors.
111
-
<divstyle="padding: 0.5em 1em; margin: 1em; background: #FFF3A5;"><strong>Deprecated</strong> in 1.2 - use <code>$.mobile.loader.prototype.options.textVisible</code> instead. See the <ahref="page-loading">loader docs</a> for more.</div>
111
+
<divclass="warning"><strong>Deprecated</strong> in 1.2 - use <code>$.mobile.loader.prototype.options.textVisible</code> instead. See the <ahref="page-loading">loader docs</a> for more.</div>
The theme that the loading message box uses when text is visible.
117
-
<divstyle="padding: 0.5em 1em; margin: 1em; background: #FFF3A5;"><strong>Deprecated</strong> in 1.2 - use <code>$.mobile.loader.prototype.options.theme</code> instead. See the <ahref="page-loading">loader docs</a> for more.</div>
117
+
<divclass="warning"><strong>Deprecated</strong> in 1.2 - use <code>$.mobile.loader.prototype.options.theme</code> instead. See the <ahref="page-loading">loader docs</a> for more.</div>
Enable smoother page transitions and true fixed toolbars in devices that support both the <code>overflow:</code> and <code>overflow-scrolling: touch; </code> CSS properties.
153
-
<divstyle="padding: 0.5em 1em; margin: 1em; background: #FFF3A5;"><strong>Deprecated</strong> in 1.1.0</div>
153
+
<divclass="warning"><strong>Deprecated</strong> in 1.1.0</div>
0 commit comments