jquery-mobile/docs/toolbars/index.html
2010-10-14 00:12:17 -04:00

38 lines
No EOL
1.3 KiB
HTML
Executable file

<!DOCTYPE html>
<html>
<head>
<title>jQuery Mobile Docs - Toolbars</title>
<link rel="stylesheet" href="../../themes/default" />
<script type="text/javascript" src="../../js/all"></script>
</head>
<body>
<div data-role="page" data-theme="b">
<div data-role="header" data-position="inline">
<h1>Toolbars</h1>
</div><!-- /header -->
<div data-role="content">
<p>Toolbars are used for headers, footers and utility bars throughout a mobile app so jQuery Mobile provides a standard set of bars and navigation tools to cover most standard scenarios.</p>
<ul data-role="listview" data-inset="true">
<li><a href="docs-bars.html">Toolbar basics</a></li>
<li><a href="docs-headers.html">Header configuration</a></li>
<li><a href="docs-footers.html">Footer configuration</a></li>
<li><a href="bars-fixed.html">Fixed toolbar example</a></li>
<li><a href="bars-inline.html">Inline toolbar example</a></li>
<li><a href="bars-fullscreen.html">Fullscreen toolbar example</a></li>
<li><a href="navbar.html">Nav bar in header example</a></li>
<li><a href="footer-persist.html">Persistent footer nav bar</a></li>
<li><a href="bars-themes.html">Theming toolbars</a></li>
<li><a href="api-bars.html">API documentation</a></li>
</ul>
</div><!-- /content -->
</div><!-- /page -->
</body>
</html>