diff --git a/entries/button.xml b/entries/button.xml index 21b90ad1..a3e99052 100644 --- a/entries/button.xml +++ b/entries/button.xml @@ -52,9 +52,14 @@ $( "[type='submit']" ).button(); 1.0 - - Applies the theme button border-radius if set to true. + + + This option is deprecated as of jQuery Mobile 1.5.0. Applies the theme button border-radius if set to true. + Add class ui-corner-none to the wrapperClass option to disable this option. This option is also exposed as a data attribute: data-corners="false". + +]]> @@ -89,9 +94,14 @@ $( "[type='submit']" ).button(); - - Applies the drop shadow style to the if set to true. + + + This option is deprecated as of jQuery Mobile 1.5.0. Applies the drop shadow style to the if set to true. + Add class ui-shadow-none to the wrapperClass option to disable this option. This option is also exposed as a data attribute: data-shadow="false". + +]]>
This option is deprecated as of jQuery Mobile 1.5.0. Applies the theme button border-radius if set to true.
Add class ui-corner-none to the wrapperClass option to disable this option.
ui-corner-none
This option is also exposed as a data attribute: data-corners="false".
data-corners="false"
+]]>
This option is deprecated as of jQuery Mobile 1.5.0. Applies the drop shadow style to the if set to true.
Add class ui-shadow-none to the wrapperClass option to disable this option.
ui-shadow-none
This option is also exposed as a data attribute: data-shadow="false".
data-shadow="false"