Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.0.1pre / docs / buttons / 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 - Buttons</title> 
7         <link rel="stylesheet"  href="../../css/themes/default/" />  
8         <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
9         <script src="../../js/jquery.js"></script>
10         <script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
11         <script src="../_assets/js/jqm-docs.js"></script>
12         <script src="../../js/"></script>
13 </head> 
14 <body> 
15
16 <div data-role="page" class="type-index">
17
18         <div data-role="header" data-theme="f">
19                 <h1>Buttons</h1>
20                 <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
21         </div><!-- /header -->
22
23         <div data-role="content">
24                         <p>Buttons are core widgets in jQuery Mobile, and are used within a wide range of other plugins.</p>
25
26                         <ul data-role="listview" data-inset="true">
27                                         <li><a href="buttons-types.html">Button basics</a></li>
28                                         <li><a href="buttons-icons.html">Button icons</a></li>
29                                         <li><a href="buttons-inline.html">Inline buttons</a></li>
30                                         <li><a href="buttons-grouped.html">Grouped buttons</a></li>
31                                         <li><a href="buttons-themes.html">Theming buttons</a></li>
32                         </ul>
33                 </div>
34         </div><!-- /content -->
35
36
37
38         </div><!-- /page -->
39
40         </body>
41         </html>