Skip to content

Commit

Permalink
Selectmenu: Added note about events when custom select uses a dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Feb 6, 2014
1 parent 2f4586b commit 59dd8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entries/selectmenu.xml
Expand Up @@ -166,7 +166,7 @@ $(document).on( "mobileinit", function() {
<p>When the <code>select</code> has a small number of options that will fit on the device's screen, the menu will appear as a small overlay with a pop transition:
<iframe src="/resources/select/example9.html" style="width:100%;height:270px;border:0px"></iframe></p>

<p>When it has too many options to show on the device's screen, the framework will automatically create a new &quot;page&quot; populated with a standard <a href="listview">listview</a> for the options. This allows us to use the native scrolling included on the device for moving through a long list. The text inside the <code>label</code> is used as the title for this page.
<p>When it has too many options to show on the device's screen, the framework will automatically create a new dialog-style &quot;page&quot; populated with a standard <a href="listview">listview</a> for the options. This allows us to use the native scrolling included on the device for moving through a long list. The text inside the <code>label</code> is used as the title for this page. Be aware of the page and pagecontainer events that will be fired for this generated page.
<iframe src="/resources/select/example10.html" style="width:100%;height:590px;border:0px"></iframe></p>

<h3>Disabled options</h3>
Expand Down

0 comments on commit 59dd8d5

Please sign in to comment.