Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 aperonnet 1
        <div class="body-wrap">
2
        <div class="top-tools">
3
            <a class="inner-link" href="#Ext.WindowMgr-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4
            <a class="inner-link" href="#Ext.WindowMgr-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5
            <a class="inner-link" href="#Ext.WindowMgr-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6
                        <a class="bookmark" href="../docs/?class=Ext.WindowMgr"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
7
        </div>
8
                <div class="inheritance res-block">
9
<pre class="res-block-inner"><a ext:cls="Ext.WindowGroup" ext:member="" href="output/Ext.WindowGroup.html">WindowGroup</a>
10
  <img src="resources/elbow-end.gif"/>WindowMgr</pre></div>
11
                <h1>Class Ext.WindowMgr</h1>
12
        <table cellspacing="0">
13
            <tr><td class="label">Package:</td><td class="hd-info">Ext</td></tr>
14
            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../source/widgets/WindowManager.js" target="_blank">WindowManager.js</a></td></tr>
15
            <tr><td class="label">Class:</td><td class="hd-info">WindowMgr</td></tr>
16
                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.WindowGroup" ext:member="" href="output/Ext.WindowGroup.html">WindowGroup</a></td></tr>
17
                    </table>
18
        <div class="description">
19
            The default global window group that is available automatically.  To have more than one group of windows
20
with separate z-order stacks, create additional instances of <a ext:cls="Ext.WindowGroup" href="output/Ext.WindowGroup.html">Ext.WindowGroup</a> as needed.<br><br><i>This class is a singleton and cannot be created directly.</i>        </div>
21
 
22
        <div class="hr"></div>
23
                <a id="Ext.WindowMgr-props"></a>
24
        <h2>Public Properties</h2>
25
                <table cellspacing="0" class="member-table">
26
            <tr>
27
                <th class="sig-header" colspan="2">Property</th>
28
                <th class="msource-header">Defined By</th>
29
            </tr>
30
                <tr class="property-row inherited">
31
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
32
        <td class="sig">
33
        <a id="Ext.WindowMgr-zseed"></a>
34
            <b>zseed</b> : Number            <div class="mdesc">
35
                            The starting z-index for windows (defaults to 9000)                        </div>
36
        </td>
37
        <td class="msource"><a ext:cls="Ext.WindowGroup" ext:member="#zseed" href="output/Ext.WindowGroup.html#zseed">WindowGroup</a></td>
38
    </tr>
39
            </table>
40
                <a id="Ext.WindowMgr-methods"></a>
41
        <h2>Public Methods</h2>
42
                <table cellspacing="0" class="member-table">
43
            <tr>
44
                <th class="sig-header" colspan="2">Method</th>
45
                <th class="msource-header">Defined By</th>
46
            </tr>
47
                <tr class="method-row inherited expandable">
48
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
49
        <td class="sig">
50
        <a id="Ext.WindowMgr-bringToFront"></a>
51
            <b>bringToFront</b>(&nbsp;<code>String/Object win</code>&nbsp;) : Boolean            <div class="mdesc">
52
                        <div class="short">Brings the specified window to the front of any other active windows.</div>
53
            <div class="long">
54
                Brings the specified window to the front of any other active windows.    <div class="mdetail-params">
55
        <strong>Parameters:</strong>
56
        <ul><li><code>win</code> : String/Object<div class="sub-desc">The id of the window or a <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a> instance</div></li>        </ul>
57
        <strong>Returns:</strong>
58
        <ul>
59
            <li><code>Boolean</code><div class="sub-desc">True if the dialog was brought to the front, else false if it was already in front</div></li>
60
        </ul>
61
    </div>
62
                </div>
63
                        </div>
64
        </td>
65
        <td class="msource"><a ext:cls="Ext.WindowGroup" ext:member="#bringToFront" href="output/Ext.WindowGroup.html#bringToFront">WindowGroup</a></td>
66
    </tr>
67
        <tr class="method-row inherited alt expandable">
68
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
69
        <td class="sig">
70
        <a id="Ext.WindowMgr-each"></a>
71
            <b>each</b>(&nbsp;<code>Function fn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">
72
                        <div class="short">Executes the specified function once for every window in the group, passing each
73
window as the only parameter. Return...</div>
74
            <div class="long">
75
                Executes the specified function once for every window in the group, passing each
76
window as the only parameter. Returning false from the function will stop the iteration.    <div class="mdetail-params">
77
        <strong>Parameters:</strong>
78
        <ul><li><code>fn</code> : Function<div class="sub-desc">The function to execute for each item</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the function</div></li>        </ul>
79
        <strong>Returns:</strong>
80
        <ul>
81
            <li><code>void</code></li>
82
        </ul>
83
    </div>
84
                </div>
85
                        </div>
86
        </td>
87
        <td class="msource"><a ext:cls="Ext.WindowGroup" ext:member="#each" href="output/Ext.WindowGroup.html#each">WindowGroup</a></td>
88
    </tr>
89
        <tr class="method-row inherited expandable">
90
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
91
        <td class="sig">
92
        <a id="Ext.WindowMgr-get"></a>
93
            <b>get</b>(&nbsp;<code>String/Object id</code>&nbsp;) : Ext.Window            <div class="mdesc">
94
                        <div class="short">Gets a registered window by id.</div>
95
            <div class="long">
96
                Gets a registered window by id.    <div class="mdetail-params">
97
        <strong>Parameters:</strong>
98
        <ul><li><code>id</code> : String/Object<div class="sub-desc">The id of the window or a <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a> instance</div></li>        </ul>
99
        <strong>Returns:</strong>
100
        <ul>
101
            <li><code>Ext.Window</code></li>
102
        </ul>
103
    </div>
104
                </div>
105
                        </div>
106
        </td>
107
        <td class="msource"><a ext:cls="Ext.WindowGroup" ext:member="#get" href="output/Ext.WindowGroup.html#get">WindowGroup</a></td>
108
    </tr>
109
        <tr class="method-row inherited alt expandable">
110
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
111
        <td class="sig">
112
        <a id="Ext.WindowMgr-getActive"></a>
113
            <b>getActive</b>() : Ext.Window            <div class="mdesc">
114
                        <div class="short">Gets the currently-active window in the group.</div>
115
            <div class="long">
116
                Gets the currently-active window in the group.    <div class="mdetail-params">
117
        <strong>Parameters:</strong>
118
        <ul><li>None.</li>        </ul>
119
        <strong>Returns:</strong>
120
        <ul>
121
            <li><code>Ext.Window</code><div class="sub-desc">The active window</div></li>
122
        </ul>
123
    </div>
124
                </div>
125
                        </div>
126
        </td>
127
        <td class="msource"><a ext:cls="Ext.WindowGroup" ext:member="#getActive" href="output/Ext.WindowGroup.html#getActive">WindowGroup</a></td>
128
    </tr>
129
        <tr class="method-row inherited expandable">
130
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
131
        <td class="sig">
132
        <a id="Ext.WindowMgr-getBy"></a>
133
            <b>getBy</b>(&nbsp;<code>Function fn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Array            <div class="mdesc">
134
                        <div class="short">Returns zero or more windows in the group using the custom search function passed to this method.
135
The function should...</div>
136
            <div class="long">
137
                Returns zero or more windows in the group using the custom search function passed to this method.
138
The function should accept a single <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a> reference as its only argument and should
139
return true if the window matches the search criteria, otherwise it should return false.    <div class="mdetail-params">
140
        <strong>Parameters:</strong>
141
        <ul><li><code>fn</code> : Function<div class="sub-desc">The search function</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the function (defaults to the window
142
that gets passed to the function if not specified)</div></li>        </ul>
143
        <strong>Returns:</strong>
144
        <ul>
145
            <li><code>Array</code><div class="sub-desc">An array of zero or more matching windows</div></li>
146
        </ul>
147
    </div>
148
                </div>
149
                        </div>
150
        </td>
151
        <td class="msource"><a ext:cls="Ext.WindowGroup" ext:member="#getBy" href="output/Ext.WindowGroup.html#getBy">WindowGroup</a></td>
152
    </tr>
153
        <tr class="method-row inherited alt expandable">
154
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
155
        <td class="sig">
156
        <a id="Ext.WindowMgr-hideAll"></a>
157
            <b>hideAll</b>() : void            <div class="mdesc">
158
                        <div class="short">Hides all windows in the group.</div>
159
            <div class="long">
160
                Hides all windows in the group.    <div class="mdetail-params">
161
        <strong>Parameters:</strong>
162
        <ul><li>None.</li>        </ul>
163
        <strong>Returns:</strong>
164
        <ul>
165
            <li><code>void</code></li>
166
        </ul>
167
    </div>
168
                </div>
169
                        </div>
170
        </td>
171
        <td class="msource"><a ext:cls="Ext.WindowGroup" ext:member="#hideAll" href="output/Ext.WindowGroup.html#hideAll">WindowGroup</a></td>
172
    </tr>
173
        <tr class="method-row inherited expandable">
174
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
175
        <td class="sig">
176
        <a id="Ext.WindowMgr-sendToBack"></a>
177
            <b>sendToBack</b>(&nbsp;<code>String/Object win</code>&nbsp;) : Ext.Window            <div class="mdesc">
178
                        <div class="short">Sends the specified window to the back of other active windows.</div>
179
            <div class="long">
180
                Sends the specified window to the back of other active windows.    <div class="mdetail-params">
181
        <strong>Parameters:</strong>
182
        <ul><li><code>win</code> : String/Object<div class="sub-desc">The id of the window or a <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a> instance</div></li>        </ul>
183
        <strong>Returns:</strong>
184
        <ul>
185
            <li><code>Ext.Window</code><div class="sub-desc">The window</div></li>
186
        </ul>
187
    </div>
188
                </div>
189
                        </div>
190
        </td>
191
        <td class="msource"><a ext:cls="Ext.WindowGroup" ext:member="#sendToBack" href="output/Ext.WindowGroup.html#sendToBack">WindowGroup</a></td>
192
    </tr>
193
            </table>
194
                <a id="Ext.WindowMgr-events"></a>
195
        <h2>Public Events</h2>
196
        <div class="no-members">This class has no public events.</div>
197
        </div>