diff --git a/entries/button.xml b/entries/button.xml index 0ce8dbbe..f25e63d0 100644 --- a/entries/button.xml +++ b/entries/button.xml @@ -45,11 +45,15 @@
Icons to display, with or without text (see text
option). By default, the primary icon is displayed on the left of the label text and the secondary is displayed on the right. The positioning can be controlled via CSS.
The value for the primary
and secondary
properties must match an icon class name, e.g., "ui-icon-gear"
. For using only one icon: icons: { primary: "ui-icon-locked" }
. For using two icons: icons: { primary: "ui-icon-gear", secondary: "ui-icon-triangle-1-s" }
.
When using an input of type button, submit or reset, icons are not supported.