2010-10-11 18:25:08 +00:00
<!DOCTYPE html>
< html >
< head >
< title > jQuery Mobile Docs - Buttons< / title >
2010-10-13 16:45:10 +00:00
< link rel = "stylesheet" href = "../../themes/default" / >
2010-10-11 23:44:14 +00:00
< 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-14 03:24:35 +00:00
< div data-role = "header" data-position = "inline" >
2010-10-11 18:25:08 +00:00
< h1 > Buttons< / h1 >
< / div > <!-- /header -->
2010-10-12 19:50:28 +00:00
< div data-role = "content" >
2010-10-13 20:41:48 +00:00
< p > Buttons are one of the core widgets in jQuery Mobile and are used within a wide range of other plugins. Buttons that are used for navigation should be coded as links and those that submit forms are coded as < code > button< / code > elements -- each will be styled identically by the framework.< / p >
2010-10-11 18:25:08 +00:00
< ul data-role = "listview" data-inset = "true" >
< li > < a href = "buttons-types.html" > Button markup< / a > < / li >
< 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 >
2010-10-13 20:38:29 +00:00
< 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 >
2010-10-12 19:50:28 +00:00
< / div > <!-- /ui - body wrapper -->
2010-10-11 18:25:08 +00:00
< / div > <!-- /page -->
< / body >
< / html >