Skip to content

All: Remove deprecated entries #396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion entries/button.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ $( "[type='submit']" ).button();
</desc>
<type name="Boolean" />
</option>
<xi:include href="../includes/widget-option-initSelector.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
<option name="inline" default="null (false)">
<desc>If set to <code>true</code>, this will make the <placeholder name="name"/> act like an inline <placeholder name="name"/> so the width is determined by the <placeholder name="name"/>'s text. By default, this is null (false) so the <placeholder name="name"/> is full width, regardless of the feedback content. Possible values: true, false.
<p>This option is also exposed as a data attribute: <code>data-inline="true"</code>.</p>
Expand Down
290 changes: 0 additions & 290 deletions entries/buttonMarkup.xml

This file was deleted.

1 change: 0 additions & 1 deletion entries/checkboxradio.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@
</desc>
<type name="String" />
</option>
<xi:include href="../includes/widget-option-initSelector.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
<xi:include href="../includes/widget-option-mini.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
<option name="wrapperClass" default="null" example-value='"custom-class"'>
<desc>It is difficult to write custom CSS for the wrapper <code>div</code> around the native <code>input</code> element generated by the framework. This option allows you to specify one or more space-separated class names to be added to the wrapper <code>div</code> element by the framework.
Expand Down
1 change: 0 additions & 1 deletion entries/collapsible.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@
</desc>
<type name="String" />
</option>
<xi:include href="../includes/widget-option-initSelector.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
<option name="inset" default="true" example-value="false">
<desc>By setting this option to false the element will get a full width appearance without corners.
<p>If the value is unset for an individual collapsible container, but that container is part of a collapsible set, then the value is inherited from the parent collapsible set.</p>
Expand Down
20 changes: 0 additions & 20 deletions entries/collapsibleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,25 +120,6 @@
</desc>
<type name="String" />
</option>
<option name="initSelector" default="null" deprecated="1.4.0">
<desc>
<p>The default <code>initSelector</code> for the <placeholder name="name" /> widget is:</p>
<pre><code>
"<placeholder name="init-selector"/>"
</code></pre>
<p><strong>This option is deprecated in 1.4.0 and will be removed in 1.5.0.</strong></p>
<p><strong>The old value of the <placeholder name="name" /> widget's <code>initSelector</code> option (<code>":jqmData(role='collapsible-set')"</code>) is deprecated.</strong> As of jQuery Mobile 1.5.0, only widgets that have the attribute <code>data-role="collapsibleset"</code> will be enhanced as <placeholder name="name"/> widgets.</p>
<p>As of jQuery Mobile 1.4.0, the <code>initSelector</code> is no longer a widget option. Instead, it is declared directly on the widget prototype. Thus, you may specify a custom value by handling the <code>mobileinit</code> event and overwriting the <code>initSelector</code> on the prototype:</p>
<pre><code>
$( document ).on( "mobileinit", function() {
$.mobile.<placeholder name="name"/>.prototype.initSelector = "div.custom";
});
</code></pre>
<p><strong>Note:</strong> Remember to attach the <code>mobileinit</code> handler after you have loaded jQuery, but before you load jQuery Mobile, because the event is triggered as part of jQuery Mobile's loading process.</p>
<p>The value of this option is a jQuery selector string. The framework selects elements based on the value of this option and instantiates <placeholder name="name" /> widgets on each of the resulting list of elements.</p>
</desc>
<type name="String" />
</option>
<option name="inset" default="true" example-value="false">
<desc>By setting this option to false the collapsibles will get a full width appearance without corners. If the value is false for an individual collapsible container, but that container is part of a <placeholder name="name"/> widget, then the value is inherited from the parent <placeholder name="name"/> widget.
<p>This option is also exposed as a data attribute: <code>data-inset="true"</code>.</p>
Expand All @@ -151,7 +132,6 @@
</desc>
<type name="Boolean" />
</option>
<xi:include href="../includes/widget-option-initSelector.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
</options>
<events>
<xi:include href="../includes/widget-event-create.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
Expand Down
1 change: 0 additions & 1 deletion entries/controlgroup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
</desc>
<type name="Boolean" />
</option>
<xi:include href="../includes/widget-option-initSelector.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
<xi:include href="../includes/widget-option-mini.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
<option name="shadow" default="false" example-value="true">
<desc>
Expand Down
169 changes: 0 additions & 169 deletions entries/dialog.xml

This file was deleted.

13 changes: 0 additions & 13 deletions entries/fieldcontain.xml

This file was deleted.

10 changes: 0 additions & 10 deletions entries/jQuery.mobile.activePage.xml

This file was deleted.

Loading