2010-10-10 14:41:34 +00:00
<!DOCTYPE html>
< html >
2010-11-02 01:46:29 +00:00
< head >
2011-02-18 20:00:18 +00:00
< meta charset = "utf-8" >
2011-05-17 21:28:19 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2010-10-10 14:41:34 +00:00
< title > jQuery Mobile Docs - Toolbars< / title >
2011-01-06 00:19:24 +00:00
< link rel = "stylesheet" href = "../../themes/default/" / >
2010-11-11 19:15:42 +00:00
< link rel = "stylesheet" href = "../_assets/css/jqm-docs.css" / >
2011-04-14 20:04:47 +00:00
< script src = "../../js/jquery.js" > < / script >
2011-06-20 19:41:40 +00:00
< script src = "../../experiments/themeswitcher/jquery.mobile.themeswitcher.js" > < / script >
< script src = "../_assets/js/jqm-docs.js" > < / script >
2011-04-14 20:04:47 +00:00
< script src = "../../js/" > < / script >
2010-10-10 14:41:34 +00:00
< / head >
< body >
2011-06-20 19:57:04 +00:00
< div data-role = "page" class = "type-index" >
2010-10-10 14:41:34 +00:00
2011-06-20 19:57:04 +00:00
< div data-role = "header" data-theme = "f" >
2010-10-10 14:41:34 +00:00
< h1 > Toolbars< / 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-10 14:41:34 +00:00
< / div > <!-- /header -->
2010-10-12 19:50:28 +00:00
< div data-role = "content" >
2010-10-11 19:51:59 +00:00
2010-10-16 00:07:12 +00:00
< p > Toolbars are used for headers, footers and utility bars throughout a mobile sites and applications, so jQuery Mobile provides a standard set of bars and navigation tools to cover most standard scenarios.< / p >
2010-10-12 19:50:28 +00:00
2010-10-10 14:41:34 +00:00
< ul data-role = "listview" data-inset = "true" >
< li > < a href = "docs-bars.html" > Toolbar basics< / a > < / li >
2010-10-15 18:49:24 +00:00
< li > < a href = "docs-headers.html" > Header bars< / a > < / li >
< li > < a href = "docs-footers.html" > Footer bars< / a > < / li >
2010-11-11 17:50:32 +00:00
< li > < a href = "docs-navbar.html" > Navbars< / a > < / li >
2010-10-15 18:49:24 +00:00
< li > < a href = "bars-fixed.html" > Fixed positioning< / a > < / li >
< li > < a href = "bars-fullscreen.html" > Fullscreen positioning< / a > < / li >
2010-10-16 00:05:35 +00:00
< li > < a href = "footer-persist-a.html" > Persistent footer nav bar< / a > < / li >
2010-10-13 22:23:35 +00:00
< li > < a href = "bars-themes.html" > Theming toolbars< / a > < / li >
2010-10-16 02:48:09 +00:00
<!-- <li><a href="api - bars.html">API documentation</a></li> -->
2010-10-12 19:50:28 +00:00
< / ul >
2010-10-10 14:41:34 +00:00
< / div > <!-- /content -->
< / div > <!-- /page -->
< / body >
2010-10-16 02:48:09 +00:00
< / html >