Skip to content

Commit 09eb354

Browse files
committed
Dialog: Document button pass-thru options
Fixes jquerygh-208
1 parent 0890a1c commit 09eb354

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
@@ -115,7 +115,7 @@
115115
<desc>The keys are the button labels and the values are the callbacks for when the associated button is clicked.</desc>
116116
</type>
117117
<type name="Array">
118-
<desc>Each element of the array must be an object defining the attributes, properties, and event handlers to set on the button.</desc>
118+
<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>
119119
</type>
120120
</option>
121121
<option name="closeOnEscape" default="true" example-value="false">

0 commit comments

Comments
 (0)