Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / docs / forms / index.html
1 <!DOCTYPE html> 
2 <html>
3         <head>
4         <meta charset="utf-8">
5         <meta name="viewport" content="width=device-width, initial-scale=1"> 
6         <title>jQuery Mobile Docs - Forms</title> 
7         <link rel="stylesheet"  href="../../css/themes/default/jquery.mobile.css" />  
8         <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
9
10         <script src="../../js/jquery.js"></script>
11         <script src="../../docs/_assets/js/jqm-docs.js"></script>
12         <script src="../../js/"></script>
13
14 </head> 
15 <body> 
16
17         <div data-role="page" class="type-interior">
18
19                 <div data-role="header" data-theme="f">
20                 <h1>Forms</h1>
21                 <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a>
22                 <a href="../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a>
23         </div><!-- /header -->
24
25         <div data-role="content">
26                 <div class="content-primary">
27                         <h2>Form Elements</h2>
28                         <p>All form widgets begin with <a href="forms-all-native.html">native</a> form elements with rich  <a href="docs-forms.html">HTML semantics</a> that are enhanced to make them more attractive and easy to use. In browsers that don't support the custom controls, they will still have a usable experience.</p>
29                         <p>Most common form elements are included: <a href="textinputs/">text inputs</a>, <a href="search/">search</a>, <a href="slider/">sliders</a>, <a href="switch/">flip toggle switches</a>, <a href="radiobuttons/">radio buttons</a>, <a href="checkboxes/">checkboxes</a>, and <a href="selects/">select menus</a>. Available in <a href="forms-all.html">standard</a> and <a href="forms-all-mini.html">mini</a> sized versions.</p>
30       </div>
31                 <!--/content-primary -->
32
33                                 <div class="content-secondary">
34
35                                         <div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
36
37                                                         <h3>In this section</h3>
38
39                                                         <ul data-role="listview" data-theme="c" data-dividertheme="d">
40                                                                 <li data-role="list-divider">Form elements</li>
41                                                                 <li><a href="docs-forms.html">Form basics</a></li>
42                                                                 <li><a href="forms-all.html">Form element gallery</a></li>
43                                                                 <li><a href="forms-all-mini.html">Mini form element gallery</a></li>
44                                                                 <li><a href="textinputs/">Text inputs</a></li>
45                                                                 <li><a href="search/">Search inputs</a></li>
46                                                                 <li><a href="slider/">Slider</a></li>
47                                                                 <li><a href="switch/">Flip toggle switch</a></li>
48                                                                 <li><a href="radiobuttons/">Radio buttons</a></li>
49                                                                 <li><a href="checkboxes/">Checkboxes</a></li>
50                                                                 <li><a href="selects/">Select menus</a></li>
51                                                                 <li><a href="forms-themes.html">Theming forms</a></li>
52                                                                 <li><a href="forms-all-native.html">Native form elements</a></li>
53                                                                 <li><a href="forms-sample.html">Submitting forms</a></li>
54                                                         </ul>
55                                         </div>
56                                 </div>
57
58                         </div><!-- /content -->
59
60                         <div data-role="footer" class="footer-docs" data-theme="c">
61                                         <p class="jqm-version"></p>
62                                 <p>&copy; 2012 jQuery Foundation and other contributors</p>
63                         </div>
64
65                         </div><!-- /page -->
66
67 </body>
68 </html>