jquery-mobile/docs/buttons/index.html

33 lines
1 KiB
HTML
Raw Normal View History

2010-10-11 18:25:08 +00:00
<!DOCTYPE html>
<html>
<head>
<title>jQuery Mobile Docs - Buttons</title>
<link rel="stylesheet" href="../../themes/default" />
<script type="text/javascript" src="../../js/all"></script>
<script type="text/javascript" src="../docs/docs.js"></script>
2010-10-11 18:25:08 +00:00
</head>
<body>
2010-10-12 22:41:04 +00:00
<div data-role="page" data-theme="b">
2010-10-11 18:25:08 +00:00
2010-10-15 20:15:58 +00:00
<div data-role="header" data-theme="b">
2010-10-11 18:25:08 +00:00
<h1>Buttons</h1>
</div><!-- /header -->
<div data-role="content">
2010-10-15 21:34:00 +00:00
<p>Buttons are core widgets in jQuery Mobile, and are used within a wide range of other plugins.</p>
2010-10-11 18:25:08 +00:00
<ul data-role="listview" data-inset="true">
2010-10-15 21:34:00 +00:00
<li><a href="buttons-types.html">Button markup options</a></li>
2010-10-11 18:25:08 +00:00
<li><a href="buttons-icons.html">Button icons</a></li>
<li><a href="buttons-inline.html">Inline buttons</a></li>
<li><a href="buttons-grouped.html">Grouped buttons</a></li>
<li><a href="buttons-themes.html">Theming buttons</a></li>
<!--<li><a href="api-buttons.html">API documentation</a></li>-->
2010-10-11 18:25:08 +00:00
</ul>
</div><!-- /ui-body wrapper -->
2010-10-11 18:25:08 +00:00
</div><!-- /page -->
</body>
</html>