Revert "Export"
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / docs / content / 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 - Content formatting</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>Content formatting</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
27                 <p>The content of pages in jQuery Mobile is completely open-ended, but the jQuery Mobile framework provides a number of helpful tools and widgets &mdash; such as collapsible panels and multiple-column grid layouts &mdash; to make it easy to format your content for mobile devices.</p>
28
29                 
30
31                         
32                 <ul data-role="listview" data-inset="true">
33                         <li><a href="content-html.html">Basic HTML styles</a></li>
34                         <li><a href="content-grids.html">Layout grids (columns)</a></li>
35                         <li><a href="content-collapsible.html">Collapsible content blocks</a></li>
36                         <li><a href="content-collapsible-set.html">Collapsible sets (accordions)</a></li>
37                         <li><a href="content-themes.html">Theming content</a></li>
38                         <!--<li><a href="api-content.html">API documentation</a></li>-->
39                 </ul>
40
41         </div><!-- /ui-body wrapper --> 
42 </div><!-- /page -->
43
44 </body>
45 </html>