From 410ca0972f76d2990f8b594c88cae51a7022f734 Mon Sep 17 00:00:00 2001 From: Maurice Gottlieb Date: Sun, 23 Oct 2011 13:32:35 +0300 Subject: [PATCH] docs: repeated explanation for disable link based buttons removed --- docs/forms/docs-forms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/forms/docs-forms.html b/docs/forms/docs-forms.html index 614d5494..3757a05b 100755 --- a/docs/forms/docs-forms.html +++ b/docs/forms/docs-forms.html @@ -68,7 +68,7 @@

Disabling form elements

-

All jQuery Mobile widgets can be disabled in the markup by adding the standard disabled attribute to the element, just like you would with native controls. Each form widget also has standard disable and enable methods that are documented with each form widget. Here are a few examples of disabled widgets. Note that you can disable form buttons, but not links with a role of button because links don't have a parallel disabled feature in HTML. If you need to disable a link-based button, it's possible to apply the same disabled class ui-disabled with JavaScript to the enhanced button markup generated to achieve this effect.

+

All jQuery Mobile widgets can be disabled in the markup by adding the standard disabled attribute to the element, just like you would with native controls. Each form widget also has standard disable and enable methods that are documented with each form widget. Here are a few examples of disabled widgets: