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/page.xml
+22-8Lines changed: 22 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,9 @@ $.mobile.back();
74
74
</option>
75
75
<optionname="contentTheme"type="String"default="null, inherited from parent"example-value='"b"'deprecated="1.4.0">
76
76
<desc>
77
-
<strong>This option is deprecated in 1.4.0 and will be removed in 1.5.0.</strong>
77
+
<divclass="warning">
78
+
<p><strong>Note:</strong>This option is deprecated in 1.4.0 and will be removed in 1.5.0.</p>
79
+
</div>
78
80
<p>Sets the color scheme (swatch) for the content <code>div</code> of the <placeholdername="name" /> widget. It accepts a single letter from a-z that maps to the swatches included in your theme.</p>
79
81
<p>Possible values: swatch letter (a-z).</p>
80
82
<p>This option is also exposed as a data attribute: <code>data-content-theme="b"</code>.</p>
<p><strong>This option is deprecated as of jQuery Mobile 1.4.0 and will be removed in 1.5.0. Use <ahref="/global-config/#degradeInputs"><code>$.mobile.degradeInputs</code></a> instead.</strong></p>
94
+
<divclass="warning">
95
+
<p><strong>Note:</strong>This option is deprecated as of jQuery Mobile 1.4.0 and will be removed in 1.5.0. Use <ahref="/global-config/#degradeInputs"><code>$.mobile.degradeInputs</code></a> instead.</p>
<p><strong>This option is deprecated as of jQuery Mobile 1.4.0 and will be removed in 1.5.0. Use <code>$.mobile.keepNative</code> instead.</strong></p>
116
+
<divclass="warning">
117
+
<p><strong>Note:</strong>This option is deprecated as of jQuery Mobile 1.4.0 and will be removed in 1.5.0. Use <code>$.mobile.keepNative</code> instead.</p>
118
+
</div>
113
119
<p>The value of this option is a selector that will be used in addition to the <ahref="#option-keepNativeDefault">keepNativeDefault</a> option to prevent elements matching it from being enhanced.</p>
114
120
<p>This option is also exposed as a data attribute: <code>data-keep-native=".do-not-enhance</code>.</p>
<p><strong>This option is deprecated as of jQuery Mobile 1.4.0 and will be removed in 1.5.0. Use <code>$.mobile.keepNative</code> instead.</strong></p>
126
+
<divclass="warning">
127
+
<p><strong>Note:</strong>This option is deprecated as of jQuery Mobile 1.4.0 and will be removed in 1.5.0. Use <code>$.mobile.keepNative</code> instead.</p>
128
+
</div>
121
129
<p>The value of this option is a selector that will be used to prevent elements matching it from being enhanced.</p>
122
130
<p>This option is also exposed as a data attribute: <code>data-keep-native-default=".do-not-enhance</code>.</p>
<strong>This method is deprecated as of jQuery Mobile 1.4.0 and will be removed in 1.5.0. The new <ahref="/global-config/#keepNative">keepNative</a> option replaces it.</strong>
177
+
<divclass="warning">
178
+
<p><strong>Note:</strong>This method is deprecated as of jQuery Mobile 1.4.0 and will be removed in 1.5.0. The new <ahref="/global-config/#keepNative">keepNative</a> option replaces it.</p>
179
+
</div>
170
180
<p>Returns the selector used to filter elements which are not to be enhanced.</p>
0 commit comments