jquery-mobile/docs/buttons/index.html

38 lines
1.3 KiB
HTML
Raw Normal View History

2010-10-11 18:25:08 +00:00
<!DOCTYPE html>
<html>
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-11 18:25:08 +00:00
<title>jQuery Mobile Docs - Buttons</title>
<link rel="stylesheet" href="../../themes/default/" />
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
2011-04-14 20:04:47 +00:00
<script src="../../js/jquery.js"></script>
<script src="../../js/"></script>
<script src="../docs/docs.js"></script>
2010-10-11 18:25:08 +00:00
</head>
<body>
<div data-role="page">
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>
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-11 18:25:08 +00:00
</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>