2.0_beta sync to rsa
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / 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/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-index">
18
19         <div data-role="header" data-theme="f">
20                 <h1>Buttons</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                         <p>Buttons are core widgets in jQuery Mobile, and are used within a wide range of other plugins.</p>
27
28                         <ul data-role="listview" data-inset="true">
29                                         <li><a href="buttons-types.html">Button basics</a></li>
30                                         <li><a href="buttons-icons.html">Button icons</a></li>
31                                         <li><a href="buttons-inline.html">Inline buttons</a></li>
32                                         <li><a href="buttons-grouped.html">Grouped buttons</a></li>
33                                         <li><a href="buttons-themes.html">Theming buttons</a></li>
34                         </ul>
35                 </div>
36         </div><!-- /content -->
37
38
39
40         </div><!-- /page -->
41
42         </body>
43         </html>