Skip to content

Commit 465a22d

Browse files
jzaeffererscottgonzalez
authored andcommitted
Dialog: Remove stack and zIndex options
1 parent 232ca61 commit 465a22d

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
@@ -129,22 +129,14 @@
129129
<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>
130130
</type>
131131
</option>
132-
<option name="stack" default="true" example-value="false">
133-
<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>
134-
<type name="Boolean" />
135-
</option>
136-
<option name="title" default='""' example-value='"Dialog Title"'>
132+
<option name="title" default='null' example-value='"Dialog Title"'>
137133
<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>
138134
<type name="String" />
139135
</option>
140136
<option name="width" default="300" example-value="500">
141137
<desc>The width of the dialog, in pixels.</desc>
142138
<type name="Number" />
143139
</option>
144-
<option name="zIndex" default="1000" example-value="20">
145-
<desc>The starting z-index for the dialog.</desc>
146-
<type name="Integer" />
147-
</option>
148140
</options>
149141
<events>
150142
<event name="beforeClose">

0 commit comments

Comments
 (0)