diff --git a/docs/buttons/buttons-options.html b/docs/buttons/buttons-options.html index f46e8569652..9d4e8763327 100644 --- a/docs/buttons/buttons-options.html +++ b/docs/buttons/buttons-options.html @@ -83,7 +83,7 @@
default: null (false)
If set to true, this will display a more compact version of the button that uses less vertical height. Possible values: true, false. This option is also exposed as a data attribute: data-mini="true"
$('a').buttonMarkup({ mini: "true" });
- Inline
+ Mini
shadow
boolean