Merge pull request #3209 from agcolom/patch-43

Update docs/forms/selects/index.html
This commit is contained in:
Todd Parker 2011-12-02 09:14:31 -08:00
commit f7c7e90134

View file

@ -406,7 +406,8 @@ $('select').selectmenu();
<h2>Custom select menus</h2>
<p>For the sake of advanced styling, the framework also offers a method of generating <a href="custom.html">custom menus</a> from existing select menu markup instead of the native OS menu. The custom menu supports disabled options and multiple selection (whereas native mobile OS support for both is inconsistent), adds an elegant way to handle placeholder values, and restores missing functionality on certain platforms such as <code>optgroup</code> support on Android.
<a href="custom.html" data-role="button">Custom select menu docs</a>
<div align="right"><a href="custom.html" data-role="button" data-icon="arrow-r" data-iconpos="right" data-inline="true" align="right">Custom select menu docs</a>
</div>
</p>
</div><!--/content-primary -->