Skip to content

Commit 0ee15c5

Browse files
authored
Update README.md
1 parent 61f7be1 commit 0ee15c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ ajaxOptions | ajax options | Array
140140
options | HTML attributes and other options of the widget's container tag | Array
141141
tagName | the tag to use to render the button (by default is 'button'. You can specify, for example, 'a' tag) | String
142142
label | button's label | String
143+
icon | button's icon | String (e.g. 'fa fa-download')
144+
iconPosition | button icon position | const (ICON_POSITION_LEFT or ICON_POSITION_RIGHT)
143145
encodeLabel | whether the label should be HTML-encoded | Boolean
144146
clickedButtonVarName | js object name. It is unused when useWithActiveForm is enabled | String
145147
useWithActiveForm | whether the button should not be used with ActiveForm. the id of ActiveForm to use the button with | Boolean / String

0 commit comments

Comments
 (0)