mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
50 lines
No EOL
1.6 KiB
HTML
Executable file
50 lines
No EOL
1.6 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>jQuery Mobile Docs - Toolbars</title>
|
|
<link rel="stylesheet" media="only all" href="css/all" />
|
|
<script type="text/javascript" src="js/all"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div data-role="page">
|
|
|
|
<div data-role="header">
|
|
<h1>Toolbars</h1>
|
|
</div><!-- /header -->
|
|
|
|
<div data-role="content">
|
|
<div class="ui-body ">
|
|
<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>
|
|
</div><!-- /ui-body wrapper -->
|
|
|
|
<ul data-role="listview" data-inset="true">
|
|
<li data-role="list-divider">Documentation</li>
|
|
<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="docs-navbars.html">Navbar configuration</a></li>
|
|
<li><a href="api-bars.html">API documentation</a></li>
|
|
|
|
</ul>
|
|
|
|
<ul data-role="listview" data-inset="true">
|
|
<li data-role="list-divider">Toolbar examples</li>
|
|
<li><a href="bars-fixed.html">Fixed toolbars</a></li>
|
|
<li><a href="bars-inline.html">Inline toolbars</a></li>
|
|
<li><a href="bars-fullscreen.html">Fullscreen toolbars</a></li>
|
|
<li><a href="navbar.html">Nav bars</a></li>
|
|
<li><a href="footer-persist.html">Persistent footer</a></li>
|
|
</ul>
|
|
|
|
<ul data-role="listview" data-inset="true">
|
|
<li data-role="list-divider">Styles & theming</li>
|
|
<li><a href="bars-themes.html">Applying themes</a></li>
|
|
</ul>
|
|
|
|
|
|
</div><!-- /content -->
|
|
</div><!-- /page -->
|
|
|
|
</body>
|
|
</html> |