Skip to content

Commit b7ace1b

Browse files
committed
Dialog: Note that the appendTo option applies to overlay as well.
1 parent fd3267c commit b7ace1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/dialog.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<note id="functional-css"/>
2424
<added>1.0</added>
2525
<options>
26-
<option name="appendTo" type="Selector" default='"body"' example-value='"#someElem"' added="1.10">
27-
<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>
26+
<option name="appendTo" type="Selector" default='"body"' example-value='"#someElem"' added="1.10.0">
27+
<desc>Which element the dialog (and overlay, if <a href="#option-modal">modal</a>) should be appended to.</desc>
2828
</option>
2929
<option name="autoOpen" default="true" example-value="false">
3030
<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>

0 commit comments

Comments
 (0)