jquery-mobile/docs/forms/api-forms.html

43 lines
1.1 KiB
HTML
Raw Normal View History

2010-10-12 22:15:52 +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">
2011-03-31 13:11:26 +00:00
<title>jQuery Mobile Docs - Forms API</title>
2011-10-17 20:51:45 +00:00
<link rel="stylesheet" href="../../css/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>
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-12 22:15:52 +00:00
</head>
<body>
2011-06-20 19:57:04 +00:00
<div data-role="page" class="type-interior">
2010-10-12 22:15:52 +00:00
2011-06-20 19:57:04 +00:00
<div data-role="header" data-theme="f">
2010-10-12 22:15:52 +00:00
<h1>Form API</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-12 22:15:52 +00:00
</div><!-- /header -->
<div data-role="content" data-theme="c">
<h2>Dependencies</h2>
<p>To be documented</p>
<h2>Options</h2>
<p>To be documented</p>
<h2>Methods</h2>
<p>To be documented</p>
<h2>Known Issues</h2>
<p>To be documented</p>
</div><!-- /content -->
</div><!-- /page -->
</body>
</html>