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: