From 9b49cfe1a17759793b58e5dedd5fc1998c7f1a74 Mon Sep 17 00:00:00 2001 From: maggiewachs Date: Thu, 29 Sep 2011 13:40:39 -0400 Subject: [PATCH] edit to form button description --- docs/buttons/buttons-types.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/buttons/buttons-types.html b/docs/buttons/buttons-types.html index 563ae6fb..f9a30ef0 100755 --- a/docs/buttons/buttons-types.html +++ b/docs/buttons/buttons-types.html @@ -47,7 +47,7 @@ Link button

Form buttons

-

For ease of styling, the framework automatically converts any button or input element with a type of submit, reset, button, or image into a custom styled button — there is no need to add the data-role="button" attribute.

+

For ease of styling, the framework automatically converts any button or input element with a type of submit, reset, button, or image into a custom styled, link-based button — there is no need to add the data-role="button" attribute.

To preserve events bound to the original button or input, the framework hides the original element by making it transparent and positioning it over the new button markup. When a user clicks on the the custom-styled button, they're actually clicking on the original element.

Button based button: