2010-10-12 22:15:52 +00:00
<!DOCTYPE html>
< html >
< head >
< title > jQuery Mobile Docs - Forms< / title >
2010-10-13 16:45:10 +00:00
< link rel = "stylesheet" href = "../../themes/default" / >
2010-10-12 22:15:52 +00:00
< script type = "text/javascript" src = "../../js/all" > < / script >
< script type = "text/javascript" src = "../docs/docs.js" > < / script >
< / head >
< body >
2010-10-12 22:41:04 +00:00
< div data-role = "page" data-theme = "b" >
2010-10-12 22:15:52 +00:00
2010-10-15 00:43:16 +00:00
< div data-role = "header" data-theme = "b" >
2010-10-12 22:15:52 +00:00
< h1 > Form elements< / h1 >
< / div > <!-- /header -->
< div data-role = "content" >
2010-10-14 19:11:34 +00:00
< p > All form elements begin with standard html controls that are enhanced to make them more attractive and easy-to-use. In browsers that don't support the custom controls, they will still have a usable experience because these are all based on native form elements.< / p >
2010-10-12 22:15:52 +00:00
< ul data-role = "listview" data-inset = "true" >
< li > < a href = "docs-forms.html" > Form basics< / a > < / li >
2010-10-15 00:28:22 +00:00
< li > < a href = "forms-all.html" > Form element gallery< / a > < / li >
2010-10-14 21:27:08 +00:00
< li > < a href = "forms-text.html" > Text inputs< / a > < / li >
< li > < a href = "forms-search.html" > Search inputs< / a > < / li >
< li > < a href = "forms-slider.html" > Slider< / a > < / li >
< li > < a href = "forms-switch.html" > Flip toggle switch< / a > < / li >
< li > < a href = "forms-radiobuttons.html" > Radio buttons< / a > < / li >
< li > < a href = "forms-checkboxes.html" > Checkboxes< / a > < / li >
2010-10-15 00:28:22 +00:00
< li > < a href = "forms-selects.html" > Select menus< / a > < / li >
2010-10-12 22:15:52 +00:00
< li > < a href = "forms-themes.html" > Theming forms< / a > < / li >
2010-10-13 22:23:35 +00:00
< li > < a href = "api-forms.html" > API documentation< / a > < / li >
2010-10-12 22:15:52 +00:00
< / ul >
< / div > <!-- /ui - body wrapper -->
< / div > <!-- /page -->
< / body >
< / html >