Skip to content

Commit 97b879c

Browse files
committed
Dialog: Document button pass-thru options
Fixes jquerygh-208
1 parent 166f107 commit 97b879c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/dialog.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<desc>The keys are the button labels and the values are the callbacks for when the associated button is clicked.</desc>
108108
</type>
109109
<type name="Array">
110-
<desc>Each element of the array must be an object defining the attributes, properties, and event handlers to set on the button.</desc>
110+
<desc>Each element of the array must be an object defining the attributes, properties, and event handlers to set on the button. In addition, a key of <code>icons</code> can be used to control <a href="/button/#option-icons">button's <code>icons</code> option</a>, and a key of <code>showText</code> can be used to control <a href="/button/#option-text">button's <code>text</code> option</a>.</desc>
111111
</type>
112112
</option>
113113
<option name="closeOnEscape" default="true" example-value="false">

0 commit comments

Comments
 (0)