Skip to content

Commit f3799d4

Browse files
jzaeffererscottgonzalez
authored andcommitted
Dialog: Remove stack and zIndex options
1 parent 7ba941b commit f3799d4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

entries/dialog.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,22 +118,14 @@
118118
<desc>If the value is an object, then <code>effect</code>, <code>duration</code>, and <code>easing</code> properties may be provided. The <code>effect</code> property must be the name of a jQuery UI effect. When using a jQuery UI effect that supports additional settings, you may include those settings in the object and they will be passed to the effect. If <code>duration</code> or <code>easing</code> is omitted, then the default values will be used.</desc>
119119
</type>
120120
</option>
121-
<option name="stack" default="true" example-value="false">
122-
<desc>Specifies whether the dialog will stack on top of other dialogs. This will cause the dialog to move to the front of other dialogs when it gains focus.</desc>
123-
<type name="Boolean" />
124-
</option>
125-
<option name="title" default='""' example-value='"Dialog Title"'>
121+
<option name="title" default='null' example-value='"Dialog Title"'>
126122
<desc>Specifies the title of the dialog. Any valid HTML may be set as the title. The title can also be specified by the <code>title</code> attribute on the dialog source element.</desc>
127123
<type name="String" />
128124
</option>
129125
<option name="width" default="300" example-value="500">
130126
<desc>The width of the dialog, in pixels.</desc>
131127
<type name="Number" />
132128
</option>
133-
<option name="zIndex" default="1000" example-value="20">
134-
<desc>The starting z-index for the dialog.</desc>
135-
<type name="Integer" />
136-
</option>
137129
</options>
138130
<events>
139131
<event name="beforeClose">

0 commit comments

Comments
 (0)