jquery-mobile/docs/content/index.html

43 lines
1.6 KiB
HTML
Raw Normal View History

2010-10-13 17:43:45 +00:00
<!DOCTYPE html>
<html class="ui-mobile-rendering">
2010-11-02 01:46:29 +00:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
2010-10-13 17:43:45 +00:00
<title>jQuery Mobile Docs - Content formatting</title>
<link rel="stylesheet" href="../../css/themes/default/jquery.mobile.css" />
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
2011-12-24 08:48:08 +00:00
<script data-main="../../js/jquery.mobile.docs" src="../../external/requirejs/require.js"></script>
<script src="../../js/jquery.js"></script>
2010-10-13 17:43:45 +00:00
</head>
<body>
<div data-role="page" class="type-index">
2010-10-13 17:43:45 +00:00
2011-06-20 19:57:04 +00:00
<div data-role="header" data-theme="f">
2010-10-13 21:39:54 +00:00
<h1>Content formatting</h1>
2011-02-03 23:34:35 +00:00
<a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
2010-10-13 17:43:45 +00:00
</div><!-- /header -->
<div data-role="content">
2010-10-16 02:05:07 +00:00
<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>
2010-10-13 17:43:45 +00:00
<ul data-role="listview" data-inset="true">
2010-10-13 18:14:40 +00:00
<li><a href="content-html.html">Basic HTML styles</a></li>
2010-10-13 21:39:54 +00:00
<li><a href="content-grids.html">Layout grids (columns)</a></li>
<li><a href="content-collapsible.html">Collapsible content blocks</a></li>
<li><a href="content-collapsible-set.html">Collapsible sets (accordions)</a></li>
2010-10-13 21:39:54 +00:00
<li><a href="content-themes.html">Theming content</a></li>
<!--<li><a href="api-content.html">API documentation</a></li>-->
2010-10-13 17:43:45 +00:00
</ul>
2010-10-13 17:43:45 +00:00
</div><!-- /ui-body wrapper -->
</div><!-- /page -->
</body>
</html>