Skip to content

Commit eb3b8ce

Browse files
committed
Dialog: Added appendTo option.
1 parent 2708135 commit eb3b8ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entries/dialog.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<note id="functional-css"/>
1313
<added>1.0</added>
1414
<options>
15+
<option name="appendTo" type="Selector" default='"body"' example-value='"#someElem"' added="1.10">
16+
<desc>Which element the dialog should be appended to. Regardless of the value set, the overlay for modal dialogs will always be appended to the body and cover the entire window.</desc>
17+
</option>
1518
<option name="autoOpen" default="true" example-value="false">
1619
<desc>If set to <code>true</code>, the dialog will automatically open upon initialization. If <code>false</code>, the dialog will stay hidden until the <a href="#method-open"><code>open()</code></a> method is called.</desc>
1720
<type name="Boolean" />

0 commit comments

Comments
 (0)