From bf9e3996b50f801d5d63810af0b245afe1d646b6 Mon Sep 17 00:00:00 2001 From: Todd Parker Date: Mon, 11 Oct 2010 17:31:59 -0400 Subject: [PATCH] updated button docs --- docs/pages/api-buttons.html | 38 ++++++++++++++++++++++++++++++++ docs/pages/buttons-types.html | 41 +++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100755 docs/pages/api-buttons.html create mode 100755 docs/pages/buttons-types.html diff --git a/docs/pages/api-buttons.html b/docs/pages/api-buttons.html new file mode 100755 index 00000000..81ca6945 --- /dev/null +++ b/docs/pages/api-buttons.html @@ -0,0 +1,38 @@ + + + + jQuery Mobile Docs - Buttons + + + + + +
+ +
+

Button API

+
+ +
+
+ +

Dependencies

+

To be documented

+ +

Options

+

To be documented

+ +

Methods

+

To be documented

+ +

Known Issues

+

To be documented

+ + + +
+
+
+ + + \ No newline at end of file diff --git a/docs/pages/buttons-types.html b/docs/pages/buttons-types.html new file mode 100755 index 00000000..83069b5f --- /dev/null +++ b/docs/pages/buttons-types.html @@ -0,0 +1,41 @@ + + + + jQuery Mobile Docs - Lists + + + + + + +
+ +
+

Button markup options

+
+ +
+ +

Link based button

+ Link element + +

Button based button

+ + +

Input type="button" based button

+ + +

Input type="submit" based button

+ + +

Input type="reset" based button

+ + +

Input type="image" based button

+ + +
+
+ + + \ No newline at end of file