Skip to content

Pagecontainer: change() method options argument is missing data property #331

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
Closed
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
9 changes: 9 additions & 0 deletions entries/pagecontainer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,15 @@ $( ":mobile-pagecontainer" ).on( "pagecontainershow", function( event, ui ) {
</table>
</desc>
</property>
<property name="data" default="undefined">
<desc>The data to send with an Ajax page request.</desc>
<type name="Object">
<desc></desc>
</type>
<type name="String">
<desc></desc>
</type>
</property>
<property name="dataUrl" type="String" default="undefined">
<desc>The URL to use when updating the browser location upon <code>change()</code> completion. If not specified, the value of the data-url attribute of the page element is used.</desc>
</property>
Expand Down