jquery-mobile/docs/buttons/buttons-inline.html

39 lines
No EOL
1.2 KiB
HTML
Executable file

<!DOCTYPE html>
<html>
<head>
<title>jQuery Mobile Docs - Buttons</title>
<link rel="stylesheet" media="only all" href="css/all" />
<script type="text/javascript" src="js/all"></script>
<script type="text/javascript" src="docs/docs.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header">
<h1>Inline buttons</h1>
</div><!-- /header -->
<div data-role="content" class="ui-body">
<p><strong>Inline</strong> buttons</p>
<a href="index.html" data-role="button" data-inline="true">Cancel</a>
<a href="index.html" data-role="button" data-theme="b" data-inline="true">Save</a>
<p><strong>Inline toolbar</strong> buttons</p>
<div data-role="footer" data-position="inline">
<a href="index.html" data-role="button" data-icon="delete" data-inline="true">Remove</a>
<a href="index.html" data-role="button" data-icon="plus" data-inline="true">Add</a>
<a href="index.html" data-role="button" data-icon="arrow-u" data-inline="true">Move up</a>
<a href="index.html" data-role="button" data-icon="arrow-d" data-inline="true">Move down</a>
</div>
</div><!-- /content -->
</div><!-- /page -->
</body>
</html>