Skip to content

Commit

Permalink
Dialog: Added appendTo option.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Dec 7, 2012
1 parent 2708135 commit eb3b8ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entries/dialog.xml
Expand Up @@ -12,6 +12,9 @@
<note id="functional-css"/> <note id="functional-css"/>
<added>1.0</added> <added>1.0</added>
<options> <options>
<option name="appendTo" type="Selector" default='"body"' example-value='"#someElem"' added="1.10">
<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>
</option>
<option name="autoOpen" default="true" example-value="false"> <option name="autoOpen" default="true" example-value="false">
<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> <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>
<type name="Boolean" /> <type name="Boolean" />
Expand Down

0 comments on commit eb3b8ce

Please sign in to comment.