e6a722e01bf9482cb52276e7561801a30480b89c
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.0.1pre / 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/" />  
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>Content formatting</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
25                 <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>
26
27                 
28
29                         
30                 <ul data-role="listview" data-inset="true">
31                         <li><a href="content-html.html">Basic HTML styles</a></li>
32                         <li><a href="content-grids.html">Layout grids (columns)</a></li>
33                         <li><a href="content-collapsible.html">Collapsible content blocks</a></li>
34                         <li><a href="content-collapsible-set.html">Collapsible sets (accordions)</a></li>
35                         <li><a href="content-themes.html">Theming content</a></li>
36                         <!--<li><a href="api-content.html">API documentation</a></li>-->
37                 </ul>
38
39         </div><!-- /ui-body wrapper --> 
40 </div><!-- /page -->
41
42 </body>
43 </html>