|
0
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
|
2 |
<html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#">
|
|
|
3 |
<head>
|
|
|
4 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
|
5 |
<title>API: yui Loader (YUI Library)</title>
|
|
|
6 |
|
|
|
7 |
<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" />
|
|
|
8 |
<link rel="stylesheet" type="text/css" href="assets/api.css" />
|
|
|
9 |
|
|
|
10 |
<script type="text/javascript" src="assets/api-js"></script>
|
|
|
11 |
<script type="text/javascript" src="assets/ac-js"></script>
|
|
|
12 |
</head>
|
|
|
13 |
|
|
|
14 |
<body id="yahoo-com">
|
|
|
15 |
|
|
|
16 |
<div id="doc3" class="yui-t2">
|
|
|
17 |
<div id="hd">
|
|
|
18 |
<h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1>
|
|
|
19 |
<h3>yui <span class="subtitle">3.0.0b1</span></h3>
|
|
|
20 |
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a>
|
|
|
21 |
> <a href="./module_yui.html" title="yui">yui</a>
|
|
|
22 |
> Loader
|
|
|
23 |
|
|
|
24 |
<form onsubmit="return false">
|
|
|
25 |
<div id="propertysearch">
|
|
|
26 |
Search: <input autocomplete="off" id="searchinput" />
|
|
|
27 |
<div id="searchresults">
|
|
|
28 |
|
|
|
29 |
</div>
|
|
|
30 |
</div>
|
|
|
31 |
</form>
|
|
|
32 |
</div>
|
|
|
33 |
|
|
|
34 |
<div id="bd">
|
|
|
35 |
<div id="yui-main">
|
|
|
36 |
<div class="yui-b">
|
|
|
37 |
<form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form">
|
|
|
38 |
<fieldset>
|
|
|
39 |
<legend>Filters</legend>
|
|
|
40 |
<span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span>
|
|
|
41 |
<span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span>
|
|
|
42 |
<span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span>
|
|
|
43 |
</fieldset>
|
|
|
44 |
</form>
|
|
|
45 |
|
|
|
46 |
<h2>
|
|
|
47 |
|
|
|
48 |
|
|
|
49 |
|
|
|
50 |
|
|
|
51 |
Class <b property="yui:name">Loader</b>
|
|
|
52 |
<span class="extends">
|
|
|
53 |
</span>
|
|
|
54 |
|
|
|
55 |
</h2>
|
|
|
56 |
<!-- class tree goes here -->
|
|
|
57 |
|
|
|
58 |
|
|
|
59 |
|
|
|
60 |
|
|
|
61 |
<div class="summary description" property="yui:description">
|
|
|
62 |
Loader dynamically loads script and css files. It includes the dependency
|
|
|
63 |
info for the version of the library in use, and will automatically pull in
|
|
|
64 |
dependencies for the modules requested. It supports rollup files and will
|
|
|
65 |
automatically use these when appropriate in order to minimize the number of
|
|
|
66 |
http connections required to load all of the dependencies. It can load the
|
|
|
67 |
files from the Yahoo! CDN, and it can utilize the combo service provided on
|
|
|
68 |
this network to reduce the number of http connections required to download
|
|
|
69 |
YUI files.
|
|
|
70 |
</div>
|
|
|
71 |
|
|
|
72 |
<div class="section constructor details" rel="yui:constructor" resource="#constructor">
|
|
|
73 |
<h3 id="constructor">Constructor</h3>
|
|
|
74 |
<div class="content">
|
|
|
75 |
<div class="detail">
|
|
|
76 |
<strong property="yui:name">Loader</strong>
|
|
|
77 |
<code>
|
|
|
78 |
(
|
|
|
79 |
|
|
|
80 |
|
|
|
81 |
|
|
|
82 |
o
|
|
|
83 |
)
|
|
|
84 |
</code>
|
|
|
85 |
<div class="description">
|
|
|
86 |
<dl rel="yui:parameters">
|
|
|
87 |
<dt>Parameters:</dt>
|
|
|
88 |
<dd rel="yui:parameter">
|
|
|
89 |
<code><span property="yui:name">o</span>
|
|
|
90 |
<<span property="yui:type">object</span>>
|
|
|
91 |
</code>
|
|
|
92 |
<span property="yui:description"> an optional set of configuration options. Valid options:
|
|
|
93 |
<ul>
|
|
|
94 |
<li>base:
|
|
|
95 |
The base dir</li>
|
|
|
96 |
<li>secureBase:
|
|
|
97 |
The secure base dir (not implemented)</li>
|
|
|
98 |
<li>comboBase:
|
|
|
99 |
The YUI combo service base dir. Ex: http://yui.yahooapis.com/combo?</li>
|
|
|
100 |
<li>root:
|
|
|
101 |
The root path to prepend to module names for the combo service. Ex: 2.5.2/build/</li>
|
|
|
102 |
<li>filter:
|
|
|
103 |
A filter to apply to result urls. This filter will modify the default
|
|
|
104 |
path for all modules. The default path for the YUI library is the
|
|
|
105 |
minified version of the files (e.g., event-min.js). The filter property
|
|
|
106 |
can be a predefined filter or a custom filter. The valid predefined
|
|
|
107 |
filters are:
|
|
|
108 |
<dl>
|
|
|
109 |
<dt>DEBUG</dt>
|
|
|
110 |
<dd>Selects the debug versions of the library (e.g., event-debug.js).
|
|
|
111 |
This option will automatically include the Logger widget</dd>
|
|
|
112 |
<dt>RAW</dt>
|
|
|
113 |
<dd>Selects the non-minified version of the library (e.g., event.js).</dd>
|
|
|
114 |
</dl>
|
|
|
115 |
You can also define a custom filter, which must be an object literal
|
|
|
116 |
containing a search expression and a replace string:
|
|
|
117 |
<pre>
|
|
|
118 |
myFilter: {
|
|
|
119 |
'searchExp': "-min\\.js",
|
|
|
120 |
'replaceStr': "-debug.js"
|
|
|
121 |
}
|
|
|
122 |
</pre>
|
|
|
123 |
</li>
|
|
|
124 |
<li>filters: per-component filter specification. If specified for a given component, this overrides the filter config</li>
|
|
|
125 |
<li>combine:
|
|
|
126 |
Use the YUI combo service to reduce the number of http connections required to load your dependencies</li>
|
|
|
127 |
<li>ignore:
|
|
|
128 |
A list of modules that should never be dynamically loaded</li>
|
|
|
129 |
<li>force:
|
|
|
130 |
A list of modules that should always be loaded when required, even if already present on the page</li>
|
|
|
131 |
<li>insertBefore:
|
|
|
132 |
Node or id for a node that should be used as the insertion point for new nodes</li>
|
|
|
133 |
<li>charset:
|
|
|
134 |
charset for dynamic nodes (deprecated, use jsAttributes or cssAttributes)</li>
|
|
|
135 |
<li>jsAttributes: object literal containing attributes to add to script nodes</li>
|
|
|
136 |
<li>cssAttributes: object literal containing attributes to add to link nodes</li>
|
|
|
137 |
<li>timeout:
|
|
|
138 |
number of milliseconds before a timeout occurs when dynamically loading nodes. in not set, there is no timeout</li>
|
|
|
139 |
<li>context:
|
|
|
140 |
execution context for all callbacks</li>
|
|
|
141 |
<li>onSuccess:
|
|
|
142 |
callback for the 'success' event</li>
|
|
|
143 |
<li>onFailure: callback for the 'failure' event</li>
|
|
|
144 |
<li>onCSS: callback for the 'CSSComplete' event. When loading YUI components with CSS
|
|
|
145 |
the CSS is loaded first, then the script. This provides a moment you can tie into to improve
|
|
|
146 |
the presentation of the page while the script is loading.</li>
|
|
|
147 |
<li>onTimeout:
|
|
|
148 |
callback for the 'timeout' event</li>
|
|
|
149 |
<li>onProgress:
|
|
|
150 |
callback executed each time a script or css file is loaded</li>
|
|
|
151 |
<li>modules:
|
|
|
152 |
A list of module definitions. See Loader.addModule for the supported module metadata</li>
|
|
|
153 |
</ul></span>
|
|
|
154 |
</dd>
|
|
|
155 |
</dl>
|
|
|
156 |
|
|
|
157 |
|
|
|
158 |
</div>
|
|
|
159 |
</div>
|
|
|
160 |
</div>
|
|
|
161 |
</div>
|
|
|
162 |
|
|
|
163 |
<div rel="yui:properties" resource="#properties">
|
|
|
164 |
<div class="section field details">
|
|
|
165 |
<h3 id="properties">Properties</h3>
|
|
|
166 |
<div class="content">
|
|
|
167 |
<div class="private" rel="yui:property" resource="#property__internalCallback">
|
|
|
168 |
<h4><a name="property__internalCallback" property="yui:name">_internalCallback</a>
|
|
|
169 |
- <code>private <span property="yui:type">object</span></code>
|
|
|
170 |
</h4>
|
|
|
171 |
<div class="detail">
|
|
|
172 |
<div class="description" property="yui:description">
|
|
|
173 |
Internal callback to handle multiple internal insert() calls
|
|
|
174 |
so that css is inserted prior to js
|
|
|
175 |
</div>
|
|
|
176 |
</div>
|
|
|
177 |
|
|
|
178 |
|
|
|
179 |
|
|
|
180 |
|
|
|
181 |
<hr />
|
|
|
182 |
</div>
|
|
|
183 |
<div class="private" rel="yui:property" resource="#property__useYahooListener">
|
|
|
184 |
<h4><a name="property__useYahooListener" property="yui:name">_useYahooListener</a>
|
|
|
185 |
- <code>private <span property="yui:type">object</span></code>
|
|
|
186 |
</h4>
|
|
|
187 |
<div class="detail">
|
|
|
188 |
<div class="description" property="yui:description">
|
|
|
189 |
Use the YUI environment listener to detect script load. This
|
|
|
190 |
is only switched on for Safari 2.x and below.
|
|
|
191 |
</div>
|
|
|
192 |
</div>
|
|
|
193 |
|
|
|
194 |
|
|
|
195 |
|
|
|
196 |
|
|
|
197 |
<hr />
|
|
|
198 |
</div>
|
|
|
199 |
<div class="" rel="yui:property" resource="#property_allowRollup">
|
|
|
200 |
<h4><a name="property_allowRollup" property="yui:name">allowRollup</a>
|
|
|
201 |
- <code><span property="yui:type">boolean</span></code>
|
|
|
202 |
</h4>
|
|
|
203 |
<div class="detail">
|
|
|
204 |
<div class="description" property="yui:description">
|
|
|
205 |
Should we allow rollups
|
|
|
206 |
</div>
|
|
|
207 |
</div>
|
|
|
208 |
|
|
|
209 |
|
|
|
210 |
<div class="default" property="yui:defaultValue">
|
|
|
211 |
Default Value: true
|
|
|
212 |
</div>
|
|
|
213 |
|
|
|
214 |
|
|
|
215 |
<hr />
|
|
|
216 |
</div>
|
|
|
217 |
<div class="" rel="yui:property" resource="#property_attaching">
|
|
|
218 |
<h4><a name="property_attaching" property="yui:name">attaching</a>
|
|
|
219 |
- <code><span property="yui:type">object</span></code>
|
|
|
220 |
</h4>
|
|
|
221 |
<div class="detail">
|
|
|
222 |
<div class="description" property="yui:description">
|
|
|
223 |
A list of modules to attach to the YUI instance when complete.
|
|
|
224 |
If not supplied, the sorted list of dependencies are applied.
|
|
|
225 |
</div>
|
|
|
226 |
</div>
|
|
|
227 |
|
|
|
228 |
|
|
|
229 |
|
|
|
230 |
|
|
|
231 |
<hr />
|
|
|
232 |
</div>
|
|
|
233 |
<div class="" rel="yui:property" resource="#property_base">
|
|
|
234 |
<h4><a name="property_base" property="yui:name">base</a>
|
|
|
235 |
- <code><span property="yui:type">string</span></code>
|
|
|
236 |
</h4>
|
|
|
237 |
<div class="detail">
|
|
|
238 |
<div class="description" property="yui:description">
|
|
|
239 |
The base directory.
|
|
|
240 |
</div>
|
|
|
241 |
</div>
|
|
|
242 |
|
|
|
243 |
|
|
|
244 |
<div class="default" property="yui:defaultValue">
|
|
|
245 |
Default Value: http://yui.yahooapis.com/[YUI VERSION]/build/
|
|
|
246 |
</div>
|
|
|
247 |
|
|
|
248 |
|
|
|
249 |
<hr />
|
|
|
250 |
</div>
|
|
|
251 |
<div class=" deprecated" rel="yui:property" resource="#property_charset">
|
|
|
252 |
<h4><a name="property_charset" property="yui:name">charset</a>
|
|
|
253 |
- <code><span property="yui:type">string</span></code>
|
|
|
254 |
</h4>
|
|
|
255 |
<div class="detail">
|
|
|
256 |
<div class="description" property="yui:description">
|
|
|
257 |
The charset attribute for inserted nodes
|
|
|
258 |
</div>
|
|
|
259 |
</div>
|
|
|
260 |
|
|
|
261 |
|
|
|
262 |
|
|
|
263 |
<div class="deprecated" property="yui:deprecated">
|
|
|
264 |
<strong>Deprecated:</strong> , use cssAttributes or jsAttributes
|
|
|
265 |
</div>
|
|
|
266 |
|
|
|
267 |
<hr />
|
|
|
268 |
</div>
|
|
|
269 |
<div class="" rel="yui:property" resource="#property_combine">
|
|
|
270 |
<h4><a name="property_combine" property="yui:name">combine</a>
|
|
|
271 |
- <code><span property="yui:type">boolean</span></code>
|
|
|
272 |
</h4>
|
|
|
273 |
<div class="detail">
|
|
|
274 |
<div class="description" property="yui:description">
|
|
|
275 |
If configured, YUI JS resources will use the combo
|
|
|
276 |
handler
|
|
|
277 |
</div>
|
|
|
278 |
</div>
|
|
|
279 |
|
|
|
280 |
|
|
|
281 |
<div class="default" property="yui:defaultValue">
|
|
|
282 |
Default Value: true if a base dir isn't in the config
|
|
|
283 |
</div>
|
|
|
284 |
|
|
|
285 |
|
|
|
286 |
<hr />
|
|
|
287 |
</div>
|
|
|
288 |
<div class="" rel="yui:property" resource="#property_comboBase">
|
|
|
289 |
<h4><a name="property_comboBase" property="yui:name">comboBase</a>
|
|
|
290 |
- <code><span property="yui:type">string</span></code>
|
|
|
291 |
</h4>
|
|
|
292 |
<div class="detail">
|
|
|
293 |
<div class="description" property="yui:description">
|
|
|
294 |
Base path for the combo service
|
|
|
295 |
</div>
|
|
|
296 |
</div>
|
|
|
297 |
|
|
|
298 |
|
|
|
299 |
<div class="default" property="yui:defaultValue">
|
|
|
300 |
Default Value: http://yui.yahooapis.com/combo?
|
|
|
301 |
</div>
|
|
|
302 |
|
|
|
303 |
|
|
|
304 |
<hr />
|
|
|
305 |
</div>
|
|
|
306 |
<div class="" rel="yui:property" resource="#property_context">
|
|
|
307 |
<h4><a name="property_context" property="yui:name">context</a>
|
|
|
308 |
- <code><span property="yui:type">object</span></code>
|
|
|
309 |
</h4>
|
|
|
310 |
<div class="detail">
|
|
|
311 |
<div class="description" property="yui:description">
|
|
|
312 |
The execution context for all callbacks
|
|
|
313 |
</div>
|
|
|
314 |
</div>
|
|
|
315 |
|
|
|
316 |
|
|
|
317 |
<div class="default" property="yui:defaultValue">
|
|
|
318 |
Default Value: {YUI} the YUI instance
|
|
|
319 |
</div>
|
|
|
320 |
|
|
|
321 |
|
|
|
322 |
<hr />
|
|
|
323 |
</div>
|
|
|
324 |
<div class="" rel="yui:property" resource="#property_cssAttributes">
|
|
|
325 |
<h4><a name="property_cssAttributes" property="yui:name">cssAttributes</a>
|
|
|
326 |
- <code><span property="yui:type">object</span></code>
|
|
|
327 |
</h4>
|
|
|
328 |
<div class="detail">
|
|
|
329 |
<div class="description" property="yui:description">
|
|
|
330 |
An object literal containing attributes to add to link nodes
|
|
|
331 |
</div>
|
|
|
332 |
</div>
|
|
|
333 |
|
|
|
334 |
|
|
|
335 |
|
|
|
336 |
|
|
|
337 |
<hr />
|
|
|
338 |
</div>
|
|
|
339 |
<div class="" rel="yui:property" resource="#property_data">
|
|
|
340 |
<h4><a name="property_data" property="yui:name">data</a>
|
|
|
341 |
- <code><span property="yui:type">object</span></code>
|
|
|
342 |
</h4>
|
|
|
343 |
<div class="detail">
|
|
|
344 |
<div class="description" property="yui:description">
|
|
|
345 |
Data that is passed to all callbacks
|
|
|
346 |
</div>
|
|
|
347 |
</div>
|
|
|
348 |
|
|
|
349 |
|
|
|
350 |
|
|
|
351 |
|
|
|
352 |
<hr />
|
|
|
353 |
</div>
|
|
|
354 |
<div class="" rel="yui:property" resource="#property_dirty">
|
|
|
355 |
<h4><a name="property_dirty" property="yui:name">dirty</a>
|
|
|
356 |
- <code><span property="yui:type">boolean</span></code>
|
|
|
357 |
</h4>
|
|
|
358 |
<div class="detail">
|
|
|
359 |
<div class="description" property="yui:description">
|
|
|
360 |
Flag to indicate the dependency tree needs to be recomputed
|
|
|
361 |
if insert is called again.
|
|
|
362 |
</div>
|
|
|
363 |
</div>
|
|
|
364 |
|
|
|
365 |
|
|
|
366 |
<div class="default" property="yui:defaultValue">
|
|
|
367 |
Default Value: true
|
|
|
368 |
</div>
|
|
|
369 |
|
|
|
370 |
|
|
|
371 |
<hr />
|
|
|
372 |
</div>
|
|
|
373 |
<div class="" rel="yui:property" resource="#property_filter">
|
|
|
374 |
<h4><a name="property_filter" property="yui:name">filter</a>
|
|
|
375 |
- <code><span property="yui:type">string|{searchExp: string, replaceStr: string}</span></code>
|
|
|
376 |
</h4>
|
|
|
377 |
<div class="detail">
|
|
|
378 |
<div class="description" property="yui:description">
|
|
|
379 |
A filter to apply to result urls. This filter will modify the default
|
|
|
380 |
path for all modules. The default path for the YUI library is the
|
|
|
381 |
minified version of the files (e.g., event-min.js). The filter property
|
|
|
382 |
can be a predefined filter or a custom filter. The valid predefined
|
|
|
383 |
filters are:
|
|
|
384 |
<dl>
|
|
|
385 |
<dt>DEBUG</dt>
|
|
|
386 |
<dd>Selects the debug versions of the library (e.g., event-debug.js).
|
|
|
387 |
This option will automatically include the Logger widget</dd>
|
|
|
388 |
<dt>RAW</dt>
|
|
|
389 |
<dd>Selects the non-minified version of the library (e.g., event.js).</dd>
|
|
|
390 |
</dl>
|
|
|
391 |
You can also define a custom filter, which must be an object literal
|
|
|
392 |
containing a search expression and a replace string:
|
|
|
393 |
<pre>
|
|
|
394 |
myFilter: {
|
|
|
395 |
'searchExp': "-min\\.js",
|
|
|
396 |
'replaceStr': "-debug.js"
|
|
|
397 |
}
|
|
|
398 |
</pre>
|
|
|
399 |
</div>
|
|
|
400 |
</div>
|
|
|
401 |
|
|
|
402 |
|
|
|
403 |
|
|
|
404 |
|
|
|
405 |
<hr />
|
|
|
406 |
</div>
|
|
|
407 |
<div class="" rel="yui:property" resource="#property_filters">
|
|
|
408 |
<h4><a name="property_filters" property="yui:name">filters</a>
|
|
|
409 |
- <code><span property="yui:type">object</span></code>
|
|
|
410 |
</h4>
|
|
|
411 |
<div class="detail">
|
|
|
412 |
<div class="description" property="yui:description">
|
|
|
413 |
per-component filter specification. If specified for a given component, this
|
|
|
414 |
overrides the filter config.
|
|
|
415 |
</div>
|
|
|
416 |
</div>
|
|
|
417 |
|
|
|
418 |
|
|
|
419 |
|
|
|
420 |
|
|
|
421 |
<hr />
|
|
|
422 |
</div>
|
|
|
423 |
<div class="" rel="yui:property" resource="#property_force">
|
|
|
424 |
<h4><a name="property_force" property="yui:name">force</a>
|
|
|
425 |
- <code><span property="yui:type">string[]</span></code>
|
|
|
426 |
</h4>
|
|
|
427 |
<div class="detail">
|
|
|
428 |
<div class="description" property="yui:description">
|
|
|
429 |
A list of modules that should always be loaded, even
|
|
|
430 |
if they have already been inserted into the page.
|
|
|
431 |
</div>
|
|
|
432 |
</div>
|
|
|
433 |
|
|
|
434 |
|
|
|
435 |
|
|
|
436 |
|
|
|
437 |
<hr />
|
|
|
438 |
</div>
|
|
|
439 |
<div class="" rel="yui:property" resource="#property_ignore">
|
|
|
440 |
<h4><a name="property_ignore" property="yui:name">ignore</a>
|
|
|
441 |
- <code><span property="yui:type">string[]</span></code>
|
|
|
442 |
</h4>
|
|
|
443 |
<div class="detail">
|
|
|
444 |
<div class="description" property="yui:description">
|
|
|
445 |
A list of modules that should not be loaded, even if
|
|
|
446 |
they turn up in the dependency tree
|
|
|
447 |
</div>
|
|
|
448 |
</div>
|
|
|
449 |
|
|
|
450 |
|
|
|
451 |
|
|
|
452 |
|
|
|
453 |
<hr />
|
|
|
454 |
</div>
|
|
|
455 |
<div class="" rel="yui:property" resource="#property_ignoreRegistered">
|
|
|
456 |
<h4><a name="property_ignoreRegistered" property="yui:name">ignoreRegistered</a>
|
|
|
457 |
- <code><span property="yui:type">object</span></code>
|
|
|
458 |
</h4>
|
|
|
459 |
<div class="detail">
|
|
|
460 |
<div class="description" property="yui:description">
|
|
|
461 |
Ignore modules registered on the YUI global
|
|
|
462 |
</div>
|
|
|
463 |
</div>
|
|
|
464 |
|
|
|
465 |
|
|
|
466 |
<div class="default" property="yui:defaultValue">
|
|
|
467 |
Default Value: false
|
|
|
468 |
</div>
|
|
|
469 |
|
|
|
470 |
|
|
|
471 |
<hr />
|
|
|
472 |
</div>
|
|
|
473 |
<div class="" rel="yui:property" resource="#property_insertBefore">
|
|
|
474 |
<h4><a name="property_insertBefore" property="yui:name">insertBefore</a>
|
|
|
475 |
- <code><span property="yui:type">string|HTMLElement</span></code>
|
|
|
476 |
</h4>
|
|
|
477 |
<div class="detail">
|
|
|
478 |
<div class="description" property="yui:description">
|
|
|
479 |
Node reference or id where new nodes should be inserted before
|
|
|
480 |
</div>
|
|
|
481 |
</div>
|
|
|
482 |
|
|
|
483 |
|
|
|
484 |
|
|
|
485 |
|
|
|
486 |
<hr />
|
|
|
487 |
</div>
|
|
|
488 |
<div class="" rel="yui:property" resource="#property_inserted">
|
|
|
489 |
<h4><a name="property_inserted" property="yui:name">inserted</a>
|
|
|
490 |
- <code><span property="yui:type">{string: boolean}</span></code>
|
|
|
491 |
</h4>
|
|
|
492 |
<div class="detail">
|
|
|
493 |
<div class="description" property="yui:description">
|
|
|
494 |
List of modules inserted by the utility
|
|
|
495 |
</div>
|
|
|
496 |
</div>
|
|
|
497 |
|
|
|
498 |
|
|
|
499 |
|
|
|
500 |
|
|
|
501 |
<hr />
|
|
|
502 |
</div>
|
|
|
503 |
<div class="" rel="yui:property" resource="#property_jsAttributes">
|
|
|
504 |
<h4><a name="property_jsAttributes" property="yui:name">jsAttributes</a>
|
|
|
505 |
- <code><span property="yui:type">object</span></code>
|
|
|
506 |
</h4>
|
|
|
507 |
<div class="detail">
|
|
|
508 |
<div class="description" property="yui:description">
|
|
|
509 |
An object literal containing attributes to add to script nodes
|
|
|
510 |
</div>
|
|
|
511 |
</div>
|
|
|
512 |
|
|
|
513 |
|
|
|
514 |
|
|
|
515 |
|
|
|
516 |
<hr />
|
|
|
517 |
</div>
|
|
|
518 |
<div class="" rel="yui:property" resource="#property_loaded">
|
|
|
519 |
<h4><a name="property_loaded" property="yui:name">loaded</a>
|
|
|
520 |
- <code><span property="yui:type">{string: boolean}</span></code>
|
|
|
521 |
</h4>
|
|
|
522 |
<div class="detail">
|
|
|
523 |
<div class="description" property="yui:description">
|
|
|
524 |
Set when beginning to compute the dependency tree.
|
|
|
525 |
Composed of what YUI reports to be loaded combined
|
|
|
526 |
with what has been loaded by any instance on the page
|
|
|
527 |
with the version number specified in the metadata.
|
|
|
528 |
</div>
|
|
|
529 |
</div>
|
|
|
530 |
|
|
|
531 |
|
|
|
532 |
|
|
|
533 |
|
|
|
534 |
<hr />
|
|
|
535 |
</div>
|
|
|
536 |
<div class="" rel="yui:property" resource="#property_loadOptional">
|
|
|
537 |
<h4><a name="property_loadOptional" property="yui:name">loadOptional</a>
|
|
|
538 |
- <code><span property="yui:type">boolean</span></code>
|
|
|
539 |
</h4>
|
|
|
540 |
<div class="detail">
|
|
|
541 |
<div class="description" property="yui:description">
|
|
|
542 |
Whether or not to load optional dependencies for
|
|
|
543 |
the requested modules
|
|
|
544 |
</div>
|
|
|
545 |
</div>
|
|
|
546 |
|
|
|
547 |
|
|
|
548 |
<div class="default" property="yui:defaultValue">
|
|
|
549 |
Default Value: false
|
|
|
550 |
</div>
|
|
|
551 |
|
|
|
552 |
|
|
|
553 |
<hr />
|
|
|
554 |
</div>
|
|
|
555 |
<div class="" rel="yui:property" resource="#property_moduleInfo">
|
|
|
556 |
<h4><a name="property_moduleInfo" property="yui:name">moduleInfo</a>
|
|
|
557 |
- <code><span property="yui:type">object</span></code>
|
|
|
558 |
</h4>
|
|
|
559 |
<div class="detail">
|
|
|
560 |
<div class="description" property="yui:description">
|
|
|
561 |
The library metadata
|
|
|
562 |
</div>
|
|
|
563 |
</div>
|
|
|
564 |
|
|
|
565 |
|
|
|
566 |
|
|
|
567 |
|
|
|
568 |
<hr />
|
|
|
569 |
</div>
|
|
|
570 |
<div class="" rel="yui:property" resource="#property_required">
|
|
|
571 |
<h4><a name="property_required" property="yui:name">required</a>
|
|
|
572 |
- <code><span property="yui:type">{string: boolean}</span></code>
|
|
|
573 |
</h4>
|
|
|
574 |
<div class="detail">
|
|
|
575 |
<div class="description" property="yui:description">
|
|
|
576 |
The list of requested modules
|
|
|
577 |
</div>
|
|
|
578 |
</div>
|
|
|
579 |
|
|
|
580 |
|
|
|
581 |
|
|
|
582 |
|
|
|
583 |
<hr />
|
|
|
584 |
</div>
|
|
|
585 |
<div class="" rel="yui:property" resource="#property_rollups">
|
|
|
586 |
<h4><a name="property_rollups" property="yui:name">rollups</a>
|
|
|
587 |
- <code><span property="yui:type">object</span></code>
|
|
|
588 |
</h4>
|
|
|
589 |
<div class="detail">
|
|
|
590 |
<div class="description" property="yui:description">
|
|
|
591 |
List of rollup files found in the library metadata
|
|
|
592 |
</div>
|
|
|
593 |
</div>
|
|
|
594 |
|
|
|
595 |
|
|
|
596 |
|
|
|
597 |
|
|
|
598 |
<hr />
|
|
|
599 |
</div>
|
|
|
600 |
<div class="" rel="yui:property" resource="#property_root">
|
|
|
601 |
<h4><a name="property_root" property="yui:name">root</a>
|
|
|
602 |
- <code><span property="yui:type">string</span></code>
|
|
|
603 |
</h4>
|
|
|
604 |
<div class="detail">
|
|
|
605 |
<div class="description" property="yui:description">
|
|
|
606 |
Root path to prepend to module path for the combo
|
|
|
607 |
service
|
|
|
608 |
</div>
|
|
|
609 |
</div>
|
|
|
610 |
|
|
|
611 |
|
|
|
612 |
<div class="default" property="yui:defaultValue">
|
|
|
613 |
Default Value: [YUI VERSION]/build/
|
|
|
614 |
</div>
|
|
|
615 |
|
|
|
616 |
|
|
|
617 |
<hr />
|
|
|
618 |
</div>
|
|
|
619 |
<div class="" rel="yui:property" resource="#property_skin">
|
|
|
620 |
<h4><a name="property_skin" property="yui:name">skin</a>
|
|
|
621 |
- <code><span property="yui:type">object</span></code>
|
|
|
622 |
</h4>
|
|
|
623 |
<div class="detail">
|
|
|
624 |
<div class="description" property="yui:description">
|
|
|
625 |
Provides the information used to skin the skinnable components.
|
|
|
626 |
The following skin definition would result in 'skin1' and 'skin2'
|
|
|
627 |
being loaded for calendar (if calendar was requested), and
|
|
|
628 |
'sam' for all other skinnable components:
|
|
|
629 |
<code>
|
|
|
630 |
skin: {
|
|
|
631 |
// The default skin, which is automatically applied if not
|
|
|
632 |
// overriden by a component-specific skin definition.
|
|
|
633 |
// Change this in to apply a different skin globally
|
|
|
634 |
defaultSkin: 'sam',
|
|
|
635 |
// This is combined with the loader base property to get
|
|
|
636 |
// the default root directory for a skin. ex:
|
|
|
637 |
// http://yui.yahooapis.com/2.3.0/build/assets/skins/sam/
|
|
|
638 |
base: 'assets/skins/',
|
|
|
639 |
// The name of the rollup css file for the skin
|
|
|
640 |
path: 'skin.css',
|
|
|
641 |
// The number of skinnable components requested that are
|
|
|
642 |
// required before using the rollup file rather than the
|
|
|
643 |
// individual component css files
|
|
|
644 |
rollup: 3,
|
|
|
645 |
// Any component-specific overrides can be specified here,
|
|
|
646 |
// making it possible to load different skins for different
|
|
|
647 |
// components. It is possible to load more than one skin
|
|
|
648 |
// for a given component as well.
|
|
|
649 |
overrides: {
|
|
|
650 |
calendar: ['skin1', 'skin2']
|
|
|
651 |
}
|
|
|
652 |
}
|
|
|
653 |
</code>
|
|
|
654 |
</div>
|
|
|
655 |
</div>
|
|
|
656 |
|
|
|
657 |
|
|
|
658 |
|
|
|
659 |
|
|
|
660 |
<hr />
|
|
|
661 |
</div>
|
|
|
662 |
<div class="" rel="yui:property" resource="#property_skipped">
|
|
|
663 |
<h4><a name="property_skipped" property="yui:name">skipped</a>
|
|
|
664 |
- <code><span property="yui:type">object</span></code>
|
|
|
665 |
</h4>
|
|
|
666 |
<div class="detail">
|
|
|
667 |
<div class="description" property="yui:description">
|
|
|
668 |
List of skipped modules during insert() because the module
|
|
|
669 |
was not defined
|
|
|
670 |
</div>
|
|
|
671 |
</div>
|
|
|
672 |
|
|
|
673 |
|
|
|
674 |
|
|
|
675 |
|
|
|
676 |
<hr />
|
|
|
677 |
</div>
|
|
|
678 |
<div class="" rel="yui:property" resource="#property_sorted">
|
|
|
679 |
<h4><a name="property_sorted" property="yui:name">sorted</a>
|
|
|
680 |
- <code><span property="yui:type">string[]</span></code>
|
|
|
681 |
</h4>
|
|
|
682 |
<div class="detail">
|
|
|
683 |
<div class="description" property="yui:description">
|
|
|
684 |
All of the derived dependencies in sorted order, which
|
|
|
685 |
will be populated when either calculate() or insert()
|
|
|
686 |
is called
|
|
|
687 |
</div>
|
|
|
688 |
</div>
|
|
|
689 |
|
|
|
690 |
|
|
|
691 |
|
|
|
692 |
|
|
|
693 |
<hr />
|
|
|
694 |
</div>
|
|
|
695 |
<div class="" rel="yui:property" resource="#property_timeout">
|
|
|
696 |
<h4><a name="property_timeout" property="yui:name">timeout</a>
|
|
|
697 |
- <code><span property="yui:type">int</span></code>
|
|
|
698 |
</h4>
|
|
|
699 |
<div class="detail">
|
|
|
700 |
<div class="description" property="yui:description">
|
|
|
701 |
Timeout value in milliseconds. If set, this value will be used by
|
|
|
702 |
the get utility. the timeout event will fire if
|
|
|
703 |
a timeout occurs.
|
|
|
704 |
</div>
|
|
|
705 |
</div>
|
|
|
706 |
|
|
|
707 |
|
|
|
708 |
|
|
|
709 |
|
|
|
710 |
<hr />
|
|
|
711 |
</div>
|
|
|
712 |
</div>
|
|
|
713 |
</div>
|
|
|
714 |
|
|
|
715 |
</div>
|
|
|
716 |
|
|
|
717 |
<div rel="yui:methods" resource="#methods">
|
|
|
718 |
<div class="section method details">
|
|
|
719 |
<h3 id="methods">Methods</h3>
|
|
|
720 |
<div class="content">
|
|
|
721 |
<div class="private" rel="yui:method" resource="#method__addSkin">
|
|
|
722 |
<h4>
|
|
|
723 |
<a name="method__addSkin">_addSkin</a></h4>
|
|
|
724 |
<div class="detail" >
|
|
|
725 |
<code>
|
|
|
726 |
private
|
|
|
727 |
|
|
|
728 |
|
|
|
729 |
string
|
|
|
730 |
<strong property="yui:name">_addSkin</strong>
|
|
|
731 |
(
|
|
|
732 |
|
|
|
733 |
|
|
|
734 |
skin
|
|
|
735 |
|
|
|
736 |
|
|
|
737 |
,
|
|
|
738 |
mod
|
|
|
739 |
|
|
|
740 |
|
|
|
741 |
,
|
|
|
742 |
parent
|
|
|
743 |
|
|
|
744 |
|
|
|
745 |
)
|
|
|
746 |
</code>
|
|
|
747 |
|
|
|
748 |
<div class="description" property="yui:description">
|
|
|
749 |
Adds the skin def to the module info
|
|
|
750 |
</div>
|
|
|
751 |
|
|
|
752 |
<div class="description">
|
|
|
753 |
|
|
|
754 |
<dl rel="yui:parameters">
|
|
|
755 |
<dt>Parameters:</dt>
|
|
|
756 |
<dd rel="yui:parameter">
|
|
|
757 |
<code><span property="yui:name">skin</span>
|
|
|
758 |
<<span property="yui:type">string</span>>
|
|
|
759 |
</code>
|
|
|
760 |
<span property="yui:description"> the name of the skin</span>
|
|
|
761 |
</dd>
|
|
|
762 |
<dd rel="yui:parameter">
|
|
|
763 |
<code><span property="yui:name">mod</span>
|
|
|
764 |
<<span property="yui:type">string</span>>
|
|
|
765 |
</code>
|
|
|
766 |
<span property="yui:description"> the name of the module</span>
|
|
|
767 |
</dd>
|
|
|
768 |
<dd rel="yui:parameter">
|
|
|
769 |
<code><span property="yui:name">parent</span>
|
|
|
770 |
<<span property="yui:type">string</span>>
|
|
|
771 |
</code>
|
|
|
772 |
<span property="yui:description"> parent module if this is a skin of a
|
|
|
773 |
submodule or plugin</span>
|
|
|
774 |
</dd>
|
|
|
775 |
</dl>
|
|
|
776 |
|
|
|
777 |
<dl>
|
|
|
778 |
<dt>Returns:
|
|
|
779 |
<code property="yui:return">
|
|
|
780 |
string
|
|
|
781 |
</code></dt>
|
|
|
782 |
<dd property="yui:returnInfo">the module name for the skin</dd>
|
|
|
783 |
</dl>
|
|
|
784 |
|
|
|
785 |
|
|
|
786 |
|
|
|
787 |
|
|
|
788 |
</div>
|
|
|
789 |
|
|
|
790 |
</div>
|
|
|
791 |
<hr />
|
|
|
792 |
</div>
|
|
|
793 |
<div class="private" rel="yui:method" resource="#method__explode">
|
|
|
794 |
<h4>
|
|
|
795 |
<a name="method__explode">_explode</a></h4>
|
|
|
796 |
<div class="detail" >
|
|
|
797 |
<code>
|
|
|
798 |
private
|
|
|
799 |
|
|
|
800 |
|
|
|
801 |
void
|
|
|
802 |
<strong property="yui:name">_explode</strong>
|
|
|
803 |
(
|
|
|
804 |
)
|
|
|
805 |
</code>
|
|
|
806 |
|
|
|
807 |
<div class="description" property="yui:description">
|
|
|
808 |
Inspects the required modules list looking for additional
|
|
|
809 |
dependencies. Expands the required list to include all
|
|
|
810 |
required modules. Called by calculate()
|
|
|
811 |
</div>
|
|
|
812 |
|
|
|
813 |
<div class="description">
|
|
|
814 |
|
|
|
815 |
|
|
|
816 |
<dl>
|
|
|
817 |
<dt>Returns:
|
|
|
818 |
<code property="yui:return">
|
|
|
819 |
void
|
|
|
820 |
</code></dt>
|
|
|
821 |
<dd property="yui:returnInfo"></dd>
|
|
|
822 |
</dl>
|
|
|
823 |
|
|
|
824 |
|
|
|
825 |
|
|
|
826 |
|
|
|
827 |
</div>
|
|
|
828 |
|
|
|
829 |
</div>
|
|
|
830 |
<hr />
|
|
|
831 |
</div>
|
|
|
832 |
<div class="private" rel="yui:method" resource="#method__filter">
|
|
|
833 |
<h4>
|
|
|
834 |
<a name="method__filter">_filter</a></h4>
|
|
|
835 |
<div class="detail" >
|
|
|
836 |
<code>
|
|
|
837 |
private
|
|
|
838 |
|
|
|
839 |
|
|
|
840 |
string
|
|
|
841 |
<strong property="yui:name">_filter</strong>
|
|
|
842 |
(
|
|
|
843 |
|
|
|
844 |
|
|
|
845 |
u
|
|
|
846 |
|
|
|
847 |
|
|
|
848 |
,
|
|
|
849 |
name
|
|
|
850 |
|
|
|
851 |
|
|
|
852 |
)
|
|
|
853 |
</code>
|
|
|
854 |
|
|
|
855 |
<div class="description" property="yui:description">
|
|
|
856 |
Apply filter defined for this instance to a url/path
|
|
|
857 |
method _filter
|
|
|
858 |
</div>
|
|
|
859 |
|
|
|
860 |
<div class="description">
|
|
|
861 |
|
|
|
862 |
<dl rel="yui:parameters">
|
|
|
863 |
<dt>Parameters:</dt>
|
|
|
864 |
<dd rel="yui:parameter">
|
|
|
865 |
<code><span property="yui:name">u</span>
|
|
|
866 |
<<span property="yui:type">string</span>>
|
|
|
867 |
</code>
|
|
|
868 |
<span property="yui:description"> the string to filter</span>
|
|
|
869 |
</dd>
|
|
|
870 |
<dd rel="yui:parameter">
|
|
|
871 |
<code><span property="yui:name">name</span>
|
|
|
872 |
<<span property="yui:type">string</span>>
|
|
|
873 |
</code>
|
|
|
874 |
<span property="yui:description"> the name of the module, if we are processing
|
|
|
875 |
a single module as opposed to a combined url</span>
|
|
|
876 |
</dd>
|
|
|
877 |
</dl>
|
|
|
878 |
|
|
|
879 |
<dl>
|
|
|
880 |
<dt>Returns:
|
|
|
881 |
<code property="yui:return">
|
|
|
882 |
string
|
|
|
883 |
</code></dt>
|
|
|
884 |
<dd property="yui:returnInfo">the filtered string</dd>
|
|
|
885 |
</dl>
|
|
|
886 |
|
|
|
887 |
|
|
|
888 |
|
|
|
889 |
|
|
|
890 |
</div>
|
|
|
891 |
|
|
|
892 |
</div>
|
|
|
893 |
<hr />
|
|
|
894 |
</div>
|
|
|
895 |
<div class="private" rel="yui:method" resource="#method__reduce">
|
|
|
896 |
<h4>
|
|
|
897 |
<a name="method__reduce">_reduce</a></h4>
|
|
|
898 |
<div class="detail" >
|
|
|
899 |
<code>
|
|
|
900 |
private
|
|
|
901 |
|
|
|
902 |
|
|
|
903 |
void
|
|
|
904 |
<strong property="yui:name">_reduce</strong>
|
|
|
905 |
(
|
|
|
906 |
)
|
|
|
907 |
</code>
|
|
|
908 |
|
|
|
909 |
<div class="description" property="yui:description">
|
|
|
910 |
Remove superceded modules and loaded modules. Called by
|
|
|
911 |
calculate() after we have the mega list of all dependencies
|
|
|
912 |
</div>
|
|
|
913 |
|
|
|
914 |
<div class="description">
|
|
|
915 |
|
|
|
916 |
|
|
|
917 |
<dl>
|
|
|
918 |
<dt>Returns:
|
|
|
919 |
<code property="yui:return">
|
|
|
920 |
void
|
|
|
921 |
</code></dt>
|
|
|
922 |
<dd property="yui:returnInfo"></dd>
|
|
|
923 |
</dl>
|
|
|
924 |
|
|
|
925 |
|
|
|
926 |
|
|
|
927 |
|
|
|
928 |
</div>
|
|
|
929 |
|
|
|
930 |
</div>
|
|
|
931 |
<hr />
|
|
|
932 |
</div>
|
|
|
933 |
<div class="private" rel="yui:method" resource="#method__rollup">
|
|
|
934 |
<h4>
|
|
|
935 |
<a name="method__rollup">_rollup</a></h4>
|
|
|
936 |
<div class="detail" >
|
|
|
937 |
<code>
|
|
|
938 |
private
|
|
|
939 |
|
|
|
940 |
|
|
|
941 |
void
|
|
|
942 |
<strong property="yui:name">_rollup</strong>
|
|
|
943 |
(
|
|
|
944 |
)
|
|
|
945 |
</code>
|
|
|
946 |
|
|
|
947 |
<div class="description" property="yui:description">
|
|
|
948 |
Look for rollup packages to determine if all of the modules a
|
|
|
949 |
rollup supersedes are required. If so, include the rollup to
|
|
|
950 |
help reduce the total number of connections required. Called
|
|
|
951 |
by calculate()
|
|
|
952 |
</div>
|
|
|
953 |
|
|
|
954 |
<div class="description">
|
|
|
955 |
|
|
|
956 |
|
|
|
957 |
<dl>
|
|
|
958 |
<dt>Returns:
|
|
|
959 |
<code property="yui:return">
|
|
|
960 |
void
|
|
|
961 |
</code></dt>
|
|
|
962 |
<dd property="yui:returnInfo"></dd>
|
|
|
963 |
</dl>
|
|
|
964 |
|
|
|
965 |
|
|
|
966 |
|
|
|
967 |
|
|
|
968 |
</div>
|
|
|
969 |
|
|
|
970 |
</div>
|
|
|
971 |
<hr />
|
|
|
972 |
</div>
|
|
|
973 |
<div class="private" rel="yui:method" resource="#method__setup">
|
|
|
974 |
<h4>
|
|
|
975 |
<a name="method__setup">_setup</a></h4>
|
|
|
976 |
<div class="detail" >
|
|
|
977 |
<code>
|
|
|
978 |
private
|
|
|
979 |
|
|
|
980 |
|
|
|
981 |
void
|
|
|
982 |
<strong property="yui:name">_setup</strong>
|
|
|
983 |
(
|
|
|
984 |
)
|
|
|
985 |
</code>
|
|
|
986 |
|
|
|
987 |
<div class="description" property="yui:description">
|
|
|
988 |
Investigates the current YUI configuration on the page. By default,
|
|
|
989 |
modules already detected will not be loaded again unless a force
|
|
|
990 |
option is encountered. Called by calculate()
|
|
|
991 |
</div>
|
|
|
992 |
|
|
|
993 |
<div class="description">
|
|
|
994 |
|
|
|
995 |
|
|
|
996 |
<dl>
|
|
|
997 |
<dt>Returns:
|
|
|
998 |
<code property="yui:return">
|
|
|
999 |
void
|
|
|
1000 |
</code></dt>
|
|
|
1001 |
<dd property="yui:returnInfo"></dd>
|
|
|
1002 |
</dl>
|
|
|
1003 |
|
|
|
1004 |
|
|
|
1005 |
|
|
|
1006 |
|
|
|
1007 |
</div>
|
|
|
1008 |
|
|
|
1009 |
</div>
|
|
|
1010 |
<hr />
|
|
|
1011 |
</div>
|
|
|
1012 |
<div class="private" rel="yui:method" resource="#method__sort">
|
|
|
1013 |
<h4>
|
|
|
1014 |
<a name="method__sort">_sort</a></h4>
|
|
|
1015 |
<div class="detail" >
|
|
|
1016 |
<code>
|
|
|
1017 |
private
|
|
|
1018 |
|
|
|
1019 |
|
|
|
1020 |
void
|
|
|
1021 |
<strong property="yui:name">_sort</strong>
|
|
|
1022 |
(
|
|
|
1023 |
)
|
|
|
1024 |
</code>
|
|
|
1025 |
|
|
|
1026 |
<div class="description" property="yui:description">
|
|
|
1027 |
Sorts the dependency tree. The last step of calculate()
|
|
|
1028 |
</div>
|
|
|
1029 |
|
|
|
1030 |
<div class="description">
|
|
|
1031 |
|
|
|
1032 |
|
|
|
1033 |
<dl>
|
|
|
1034 |
<dt>Returns:
|
|
|
1035 |
<code property="yui:return">
|
|
|
1036 |
void
|
|
|
1037 |
</code></dt>
|
|
|
1038 |
<dd property="yui:returnInfo"></dd>
|
|
|
1039 |
</dl>
|
|
|
1040 |
|
|
|
1041 |
|
|
|
1042 |
|
|
|
1043 |
|
|
|
1044 |
</div>
|
|
|
1045 |
|
|
|
1046 |
</div>
|
|
|
1047 |
<hr />
|
|
|
1048 |
</div>
|
|
|
1049 |
<div class="private" rel="yui:method" resource="#method__url">
|
|
|
1050 |
<h4>
|
|
|
1051 |
<a name="method__url">_url</a></h4>
|
|
|
1052 |
<div class="detail" >
|
|
|
1053 |
<code>
|
|
|
1054 |
private
|
|
|
1055 |
|
|
|
1056 |
|
|
|
1057 |
string
|
|
|
1058 |
<strong property="yui:name">_url</strong>
|
|
|
1059 |
(
|
|
|
1060 |
|
|
|
1061 |
|
|
|
1062 |
path
|
|
|
1063 |
|
|
|
1064 |
|
|
|
1065 |
)
|
|
|
1066 |
</code>
|
|
|
1067 |
|
|
|
1068 |
<div class="description" property="yui:description">
|
|
|
1069 |
Generates the full url for a module
|
|
|
1070 |
method _url
|
|
|
1071 |
</div>
|
|
|
1072 |
|
|
|
1073 |
<div class="description">
|
|
|
1074 |
|
|
|
1075 |
<dl rel="yui:parameters">
|
|
|
1076 |
<dt>Parameters:</dt>
|
|
|
1077 |
<dd rel="yui:parameter">
|
|
|
1078 |
<code><span property="yui:name">path</span>
|
|
|
1079 |
<<span property="yui:type">string</span>>
|
|
|
1080 |
</code>
|
|
|
1081 |
<span property="yui:description"> the path fragment</span>
|
|
|
1082 |
</dd>
|
|
|
1083 |
</dl>
|
|
|
1084 |
|
|
|
1085 |
<dl>
|
|
|
1086 |
<dt>Returns:
|
|
|
1087 |
<code property="yui:return">
|
|
|
1088 |
string
|
|
|
1089 |
</code></dt>
|
|
|
1090 |
<dd property="yui:returnInfo">the full url</dd>
|
|
|
1091 |
</dl>
|
|
|
1092 |
|
|
|
1093 |
|
|
|
1094 |
|
|
|
1095 |
|
|
|
1096 |
</div>
|
|
|
1097 |
|
|
|
1098 |
</div>
|
|
|
1099 |
<hr />
|
|
|
1100 |
</div>
|
|
|
1101 |
<div class="" rel="yui:method" resource="#method_addModule">
|
|
|
1102 |
<h4>
|
|
|
1103 |
<a name="method_addModule">addModule</a></h4>
|
|
|
1104 |
<div class="detail" >
|
|
|
1105 |
<code>
|
|
|
1106 |
|
|
|
1107 |
|
|
|
1108 |
|
|
|
1109 |
boolean
|
|
|
1110 |
<strong property="yui:name">addModule</strong>
|
|
|
1111 |
(
|
|
|
1112 |
|
|
|
1113 |
|
|
|
1114 |
o
|
|
|
1115 |
|
|
|
1116 |
|
|
|
1117 |
,
|
|
|
1118 |
name
|
|
|
1119 |
|
|
|
1120 |
|
|
|
1121 |
)
|
|
|
1122 |
</code>
|
|
|
1123 |
|
|
|
1124 |
<div class="description" property="yui:description">
|
|
|
1125 |
Add a new module to the component metadata.
|
|
|
1126 |
<dl>
|
|
|
1127 |
<dt>name:</dt> <dd>required, the component name</dd>
|
|
|
1128 |
<dt>type:</dt> <dd>required, the component type (js or css)</dd>
|
|
|
1129 |
<dt>path:</dt> <dd>required, the path to the script from "base"</dd>
|
|
|
1130 |
<dt>requires:</dt> <dd>array of modules required by this component</dd>
|
|
|
1131 |
<dt>optional:</dt> <dd>array of optional modules for this component</dd>
|
|
|
1132 |
<dt>supersedes:</dt> <dd>array of the modules this component replaces</dd>
|
|
|
1133 |
<dt>after:</dt> <dd>array of modules the components which, if present, should be sorted above this one</dd>
|
|
|
1134 |
<dt>rollup:</dt> <dd>the number of superseded modules required for automatic rollup</dd>
|
|
|
1135 |
<dt>fullpath:</dt> <dd>If fullpath is specified, this is used instead of the configured base + path</dd>
|
|
|
1136 |
<dt>skinnable:</dt> <dd>flag to determine if skin assets should automatically be pulled in</dd>
|
|
|
1137 |
<dt>submodules:</dt> <dd>a has of submodules</dd>
|
|
|
1138 |
</dl>
|
|
|
1139 |
</div>
|
|
|
1140 |
|
|
|
1141 |
<div class="description">
|
|
|
1142 |
|
|
|
1143 |
<dl rel="yui:parameters">
|
|
|
1144 |
<dt>Parameters:</dt>
|
|
|
1145 |
<dd rel="yui:parameter">
|
|
|
1146 |
<code><span property="yui:name">o</span>
|
|
|
1147 |
<<span property="yui:type">object</span>>
|
|
|
1148 |
</code>
|
|
|
1149 |
<span property="yui:description"> An object containing the module data</span>
|
|
|
1150 |
</dd>
|
|
|
1151 |
<dd rel="yui:parameter">
|
|
|
1152 |
<code><span property="yui:name">name</span>
|
|
|
1153 |
<<span property="yui:type">object</span>>
|
|
|
1154 |
</code>
|
|
|
1155 |
<span property="yui:description"> the module name (optional), required if not in the module data</span>
|
|
|
1156 |
</dd>
|
|
|
1157 |
</dl>
|
|
|
1158 |
|
|
|
1159 |
<dl>
|
|
|
1160 |
<dt>Returns:
|
|
|
1161 |
<code property="yui:return">
|
|
|
1162 |
boolean
|
|
|
1163 |
</code></dt>
|
|
|
1164 |
<dd property="yui:returnInfo">true if the module was added, false if
|
|
|
1165 |
the object passed in did not provide all required attributes</dd>
|
|
|
1166 |
</dl>
|
|
|
1167 |
|
|
|
1168 |
|
|
|
1169 |
|
|
|
1170 |
|
|
|
1171 |
</div>
|
|
|
1172 |
|
|
|
1173 |
</div>
|
|
|
1174 |
<hr />
|
|
|
1175 |
</div>
|
|
|
1176 |
<div class="" rel="yui:method" resource="#method_calculate">
|
|
|
1177 |
<h4>
|
|
|
1178 |
<a name="method_calculate">calculate</a></h4>
|
|
|
1179 |
<div class="detail" >
|
|
|
1180 |
<code>
|
|
|
1181 |
|
|
|
1182 |
|
|
|
1183 |
|
|
|
1184 |
void
|
|
|
1185 |
<strong property="yui:name">calculate</strong>
|
|
|
1186 |
(
|
|
|
1187 |
|
|
|
1188 |
|
|
|
1189 |
o
|
|
|
1190 |
|
|
|
1191 |
|
|
|
1192 |
)
|
|
|
1193 |
</code>
|
|
|
1194 |
|
|
|
1195 |
<div class="description" property="yui:description">
|
|
|
1196 |
Calculates the dependency tree, the result is stored in the sorted
|
|
|
1197 |
property
|
|
|
1198 |
</div>
|
|
|
1199 |
|
|
|
1200 |
<div class="description">
|
|
|
1201 |
|
|
|
1202 |
<dl rel="yui:parameters">
|
|
|
1203 |
<dt>Parameters:</dt>
|
|
|
1204 |
<dd rel="yui:parameter">
|
|
|
1205 |
<code><span property="yui:name">o</span>
|
|
|
1206 |
<<span property="yui:type">object</span>>
|
|
|
1207 |
</code>
|
|
|
1208 |
<span property="yui:description"> optional options object</span>
|
|
|
1209 |
</dd>
|
|
|
1210 |
</dl>
|
|
|
1211 |
|
|
|
1212 |
<dl>
|
|
|
1213 |
<dt>Returns:
|
|
|
1214 |
<code property="yui:return">
|
|
|
1215 |
void
|
|
|
1216 |
</code></dt>
|
|
|
1217 |
<dd property="yui:returnInfo"></dd>
|
|
|
1218 |
</dl>
|
|
|
1219 |
|
|
|
1220 |
|
|
|
1221 |
|
|
|
1222 |
|
|
|
1223 |
</div>
|
|
|
1224 |
|
|
|
1225 |
</div>
|
|
|
1226 |
<hr />
|
|
|
1227 |
</div>
|
|
|
1228 |
<div class="" rel="yui:method" resource="#method_formatSkin">
|
|
|
1229 |
<h4>
|
|
|
1230 |
<a name="method_formatSkin">formatSkin</a></h4>
|
|
|
1231 |
<div class="detail" >
|
|
|
1232 |
<code>
|
|
|
1233 |
|
|
|
1234 |
|
|
|
1235 |
|
|
|
1236 |
string
|
|
|
1237 |
<strong property="yui:name">formatSkin</strong>
|
|
|
1238 |
(
|
|
|
1239 |
|
|
|
1240 |
|
|
|
1241 |
skin
|
|
|
1242 |
|
|
|
1243 |
|
|
|
1244 |
,
|
|
|
1245 |
mod
|
|
|
1246 |
|
|
|
1247 |
|
|
|
1248 |
)
|
|
|
1249 |
</code>
|
|
|
1250 |
|
|
|
1251 |
<div class="description" property="yui:description">
|
|
|
1252 |
Returns the skin module name for the specified skin name. If a
|
|
|
1253 |
module name is supplied, the returned skin module name is
|
|
|
1254 |
specific to the module passed in.
|
|
|
1255 |
</div>
|
|
|
1256 |
|
|
|
1257 |
<div class="description">
|
|
|
1258 |
|
|
|
1259 |
<dl rel="yui:parameters">
|
|
|
1260 |
<dt>Parameters:</dt>
|
|
|
1261 |
<dd rel="yui:parameter">
|
|
|
1262 |
<code><span property="yui:name">skin</span>
|
|
|
1263 |
<<span property="yui:type">string</span>>
|
|
|
1264 |
</code>
|
|
|
1265 |
<span property="yui:description"> the name of the skin</span>
|
|
|
1266 |
</dd>
|
|
|
1267 |
<dd rel="yui:parameter">
|
|
|
1268 |
<code><span property="yui:name">mod</span>
|
|
|
1269 |
<<span property="yui:type">string</span>>
|
|
|
1270 |
</code>
|
|
|
1271 |
<span property="yui:description"> optional: the name of a module to skin</span>
|
|
|
1272 |
</dd>
|
|
|
1273 |
</dl>
|
|
|
1274 |
|
|
|
1275 |
<dl>
|
|
|
1276 |
<dt>Returns:
|
|
|
1277 |
<code property="yui:return">
|
|
|
1278 |
string
|
|
|
1279 |
</code></dt>
|
|
|
1280 |
<dd property="yui:returnInfo">the full skin module name</dd>
|
|
|
1281 |
</dl>
|
|
|
1282 |
|
|
|
1283 |
|
|
|
1284 |
|
|
|
1285 |
|
|
|
1286 |
</div>
|
|
|
1287 |
|
|
|
1288 |
</div>
|
|
|
1289 |
<hr />
|
|
|
1290 |
</div>
|
|
|
1291 |
<div class="" rel="yui:method" resource="#method_getProvides">
|
|
|
1292 |
<h4>
|
|
|
1293 |
<a name="method_getProvides">getProvides</a></h4>
|
|
|
1294 |
<div class="detail" >
|
|
|
1295 |
<code>
|
|
|
1296 |
|
|
|
1297 |
|
|
|
1298 |
|
|
|
1299 |
|
|
|
1300 |
<strong property="yui:name">getProvides</strong>
|
|
|
1301 |
(
|
|
|
1302 |
|
|
|
1303 |
|
|
|
1304 |
name
|
|
|
1305 |
|
|
|
1306 |
|
|
|
1307 |
,
|
|
|
1308 |
notMe
|
|
|
1309 |
|
|
|
1310 |
|
|
|
1311 |
)
|
|
|
1312 |
</code>
|
|
|
1313 |
|
|
|
1314 |
<div class="description" property="yui:description">
|
|
|
1315 |
Returns an object literal of the modules the supplied module satisfies
|
|
|
1316 |
</div>
|
|
|
1317 |
|
|
|
1318 |
<div class="description">
|
|
|
1319 |
|
|
|
1320 |
<dl rel="yui:parameters">
|
|
|
1321 |
<dt>Parameters:</dt>
|
|
|
1322 |
<dd rel="yui:parameter">
|
|
|
1323 |
<code><span property="yui:name">name</span>
|
|
|
1324 |
<<span property="yui:type">string</span>>
|
|
|
1325 |
</code>
|
|
|
1326 |
<span property="yui:description"> The name of the module</span>
|
|
|
1327 |
</dd>
|
|
|
1328 |
<dd rel="yui:parameter">
|
|
|
1329 |
<code><span property="yui:name">notMe</span>
|
|
|
1330 |
<<span property="yui:type">string</span>>
|
|
|
1331 |
</code>
|
|
|
1332 |
<span property="yui:description"> don't add this module name, only include superseded modules</span>
|
|
|
1333 |
</dd>
|
|
|
1334 |
</dl>
|
|
|
1335 |
|
|
|
1336 |
|
|
|
1337 |
|
|
|
1338 |
|
|
|
1339 |
|
|
|
1340 |
</div>
|
|
|
1341 |
|
|
|
1342 |
</div>
|
|
|
1343 |
<hr />
|
|
|
1344 |
</div>
|
|
|
1345 |
<div class="" rel="yui:method" resource="#method_getRequires">
|
|
|
1346 |
<h4>
|
|
|
1347 |
<a name="method_getRequires">getRequires</a></h4>
|
|
|
1348 |
<div class="detail" >
|
|
|
1349 |
<code>
|
|
|
1350 |
|
|
|
1351 |
|
|
|
1352 |
|
|
|
1353 |
void
|
|
|
1354 |
<strong property="yui:name">getRequires</strong>
|
|
|
1355 |
(
|
|
|
1356 |
|
|
|
1357 |
|
|
|
1358 |
mod
|
|
|
1359 |
|
|
|
1360 |
|
|
|
1361 |
)
|
|
|
1362 |
</code>
|
|
|
1363 |
|
|
|
1364 |
<div class="description" property="yui:description">
|
|
|
1365 |
Returns an object containing properties for all modules required
|
|
|
1366 |
in order to load the requested module
|
|
|
1367 |
</div>
|
|
|
1368 |
|
|
|
1369 |
<div class="description">
|
|
|
1370 |
|
|
|
1371 |
<dl rel="yui:parameters">
|
|
|
1372 |
<dt>Parameters:</dt>
|
|
|
1373 |
<dd rel="yui:parameter">
|
|
|
1374 |
<code><span property="yui:name">mod</span>
|
|
|
1375 |
<<span property="yui:type">object</span>>
|
|
|
1376 |
</code>
|
|
|
1377 |
<span property="yui:description"> The module definition from moduleInfo</span>
|
|
|
1378 |
</dd>
|
|
|
1379 |
</dl>
|
|
|
1380 |
|
|
|
1381 |
<dl>
|
|
|
1382 |
<dt>Returns:
|
|
|
1383 |
<code property="yui:return">
|
|
|
1384 |
void
|
|
|
1385 |
</code></dt>
|
|
|
1386 |
<dd property="yui:returnInfo"></dd>
|
|
|
1387 |
</dl>
|
|
|
1388 |
|
|
|
1389 |
|
|
|
1390 |
|
|
|
1391 |
|
|
|
1392 |
</div>
|
|
|
1393 |
|
|
|
1394 |
</div>
|
|
|
1395 |
<hr />
|
|
|
1396 |
</div>
|
|
|
1397 |
<div class="" rel="yui:method" resource="#method_insert">
|
|
|
1398 |
<h4>
|
|
|
1399 |
<a name="method_insert">insert</a></h4>
|
|
|
1400 |
<div class="detail" >
|
|
|
1401 |
<code>
|
|
|
1402 |
|
|
|
1403 |
|
|
|
1404 |
|
|
|
1405 |
void
|
|
|
1406 |
<strong property="yui:name">insert</strong>
|
|
|
1407 |
(
|
|
|
1408 |
|
|
|
1409 |
|
|
|
1410 |
o
|
|
|
1411 |
|
|
|
1412 |
|
|
|
1413 |
,
|
|
|
1414 |
type
|
|
|
1415 |
|
|
|
1416 |
|
|
|
1417 |
)
|
|
|
1418 |
</code>
|
|
|
1419 |
|
|
|
1420 |
<div class="description" property="yui:description">
|
|
|
1421 |
inserts the requested modules and their dependencies.
|
|
|
1422 |
<code>type</code> can be "js" or "css". Both script and
|
|
|
1423 |
css are inserted if type is not provided.
|
|
|
1424 |
</div>
|
|
|
1425 |
|
|
|
1426 |
<div class="description">
|
|
|
1427 |
|
|
|
1428 |
<dl rel="yui:parameters">
|
|
|
1429 |
<dt>Parameters:</dt>
|
|
|
1430 |
<dd rel="yui:parameter">
|
|
|
1431 |
<code><span property="yui:name">o</span>
|
|
|
1432 |
<<span property="yui:type">object</span>>
|
|
|
1433 |
</code>
|
|
|
1434 |
<span property="yui:description"> optional options object</span>
|
|
|
1435 |
</dd>
|
|
|
1436 |
<dd rel="yui:parameter">
|
|
|
1437 |
<code><span property="yui:name">type</span>
|
|
|
1438 |
<<span property="yui:type">string</span>>
|
|
|
1439 |
</code>
|
|
|
1440 |
<span property="yui:description"> the type of dependency to insert</span>
|
|
|
1441 |
</dd>
|
|
|
1442 |
</dl>
|
|
|
1443 |
|
|
|
1444 |
<dl>
|
|
|
1445 |
<dt>Returns:
|
|
|
1446 |
<code property="yui:return">
|
|
|
1447 |
void
|
|
|
1448 |
</code></dt>
|
|
|
1449 |
<dd property="yui:returnInfo"></dd>
|
|
|
1450 |
</dl>
|
|
|
1451 |
|
|
|
1452 |
|
|
|
1453 |
|
|
|
1454 |
|
|
|
1455 |
</div>
|
|
|
1456 |
|
|
|
1457 |
</div>
|
|
|
1458 |
<hr />
|
|
|
1459 |
</div>
|
|
|
1460 |
<div class="" rel="yui:method" resource="#method_loadNext">
|
|
|
1461 |
<h4>
|
|
|
1462 |
<a name="method_loadNext">loadNext</a></h4>
|
|
|
1463 |
<div class="detail" >
|
|
|
1464 |
<code>
|
|
|
1465 |
|
|
|
1466 |
|
|
|
1467 |
|
|
|
1468 |
void
|
|
|
1469 |
<strong property="yui:name">loadNext</strong>
|
|
|
1470 |
(
|
|
|
1471 |
|
|
|
1472 |
|
|
|
1473 |
mname
|
|
|
1474 |
|
|
|
1475 |
|
|
|
1476 |
)
|
|
|
1477 |
</code>
|
|
|
1478 |
|
|
|
1479 |
<div class="description" property="yui:description">
|
|
|
1480 |
Executed every time a module is loaded, and if we are in a load
|
|
|
1481 |
cycle, we attempt to load the next script. Public so that it
|
|
|
1482 |
is possible to call this if using a method other than
|
|
|
1483 |
Y.register to determine when scripts are fully loaded
|
|
|
1484 |
</div>
|
|
|
1485 |
|
|
|
1486 |
<div class="description">
|
|
|
1487 |
|
|
|
1488 |
<dl rel="yui:parameters">
|
|
|
1489 |
<dt>Parameters:</dt>
|
|
|
1490 |
<dd rel="yui:parameter">
|
|
|
1491 |
<code><span property="yui:name">mname</span>
|
|
|
1492 |
<<span property="yui:type">string</span>>
|
|
|
1493 |
</code>
|
|
|
1494 |
<span property="yui:description"> optional the name of the module that has
|
|
|
1495 |
been loaded (which is usually why it is time to load the next
|
|
|
1496 |
one)</span>
|
|
|
1497 |
</dd>
|
|
|
1498 |
</dl>
|
|
|
1499 |
|
|
|
1500 |
<dl>
|
|
|
1501 |
<dt>Returns:
|
|
|
1502 |
<code property="yui:return">
|
|
|
1503 |
void
|
|
|
1504 |
</code></dt>
|
|
|
1505 |
<dd property="yui:returnInfo"></dd>
|
|
|
1506 |
</dl>
|
|
|
1507 |
|
|
|
1508 |
|
|
|
1509 |
|
|
|
1510 |
|
|
|
1511 |
</div>
|
|
|
1512 |
|
|
|
1513 |
</div>
|
|
|
1514 |
<hr />
|
|
|
1515 |
</div>
|
|
|
1516 |
<div class="" rel="yui:method" resource="#method_onCSS">
|
|
|
1517 |
<h4>
|
|
|
1518 |
<a name="method_onCSS">onCSS</a></h4>
|
|
|
1519 |
<div class="detail" >
|
|
|
1520 |
<code>
|
|
|
1521 |
|
|
|
1522 |
|
|
|
1523 |
|
|
|
1524 |
void
|
|
|
1525 |
<strong property="yui:name">onCSS</strong>
|
|
|
1526 |
(
|
|
|
1527 |
)
|
|
|
1528 |
</code>
|
|
|
1529 |
|
|
|
1530 |
<div class="description" property="yui:description">
|
|
|
1531 |
Callback for the 'CSSComplete' event. When loading YUI components with CSS
|
|
|
1532 |
the CSS is loaded first, then the script. This provides a moment you can tie into to improve
|
|
|
1533 |
the presentation of the page while the script is loading.
|
|
|
1534 |
</div>
|
|
|
1535 |
|
|
|
1536 |
<div class="description">
|
|
|
1537 |
|
|
|
1538 |
|
|
|
1539 |
<dl>
|
|
|
1540 |
<dt>Returns:
|
|
|
1541 |
<code property="yui:return">
|
|
|
1542 |
void
|
|
|
1543 |
</code></dt>
|
|
|
1544 |
<dd property="yui:returnInfo"></dd>
|
|
|
1545 |
</dl>
|
|
|
1546 |
|
|
|
1547 |
|
|
|
1548 |
|
|
|
1549 |
|
|
|
1550 |
</div>
|
|
|
1551 |
|
|
|
1552 |
</div>
|
|
|
1553 |
<hr />
|
|
|
1554 |
</div>
|
|
|
1555 |
<div class="" rel="yui:method" resource="#method_onFailure">
|
|
|
1556 |
<h4>
|
|
|
1557 |
<a name="method_onFailure">onFailure</a></h4>
|
|
|
1558 |
<div class="detail" >
|
|
|
1559 |
<code>
|
|
|
1560 |
|
|
|
1561 |
|
|
|
1562 |
|
|
|
1563 |
void
|
|
|
1564 |
<strong property="yui:name">onFailure</strong>
|
|
|
1565 |
(
|
|
|
1566 |
)
|
|
|
1567 |
</code>
|
|
|
1568 |
|
|
|
1569 |
<div class="description" property="yui:description">
|
|
|
1570 |
Callback that will be executed if there is a failure
|
|
|
1571 |
</div>
|
|
|
1572 |
|
|
|
1573 |
<div class="description">
|
|
|
1574 |
|
|
|
1575 |
|
|
|
1576 |
<dl>
|
|
|
1577 |
<dt>Returns:
|
|
|
1578 |
<code property="yui:return">
|
|
|
1579 |
void
|
|
|
1580 |
</code></dt>
|
|
|
1581 |
<dd property="yui:returnInfo"></dd>
|
|
|
1582 |
</dl>
|
|
|
1583 |
|
|
|
1584 |
|
|
|
1585 |
|
|
|
1586 |
|
|
|
1587 |
</div>
|
|
|
1588 |
|
|
|
1589 |
</div>
|
|
|
1590 |
<hr />
|
|
|
1591 |
</div>
|
|
|
1592 |
<div class="" rel="yui:method" resource="#method_onProgress">
|
|
|
1593 |
<h4>
|
|
|
1594 |
<a name="method_onProgress">onProgress</a></h4>
|
|
|
1595 |
<div class="detail" >
|
|
|
1596 |
<code>
|
|
|
1597 |
|
|
|
1598 |
|
|
|
1599 |
|
|
|
1600 |
void
|
|
|
1601 |
<strong property="yui:name">onProgress</strong>
|
|
|
1602 |
(
|
|
|
1603 |
)
|
|
|
1604 |
</code>
|
|
|
1605 |
|
|
|
1606 |
<div class="description" property="yui:description">
|
|
|
1607 |
Callback executed each time a script or css file is loaded
|
|
|
1608 |
</div>
|
|
|
1609 |
|
|
|
1610 |
<div class="description">
|
|
|
1611 |
|
|
|
1612 |
|
|
|
1613 |
<dl>
|
|
|
1614 |
<dt>Returns:
|
|
|
1615 |
<code property="yui:return">
|
|
|
1616 |
void
|
|
|
1617 |
</code></dt>
|
|
|
1618 |
<dd property="yui:returnInfo"></dd>
|
|
|
1619 |
</dl>
|
|
|
1620 |
|
|
|
1621 |
|
|
|
1622 |
|
|
|
1623 |
|
|
|
1624 |
</div>
|
|
|
1625 |
|
|
|
1626 |
</div>
|
|
|
1627 |
<hr />
|
|
|
1628 |
</div>
|
|
|
1629 |
<div class="" rel="yui:method" resource="#method_onSuccess">
|
|
|
1630 |
<h4>
|
|
|
1631 |
<a name="method_onSuccess">onSuccess</a></h4>
|
|
|
1632 |
<div class="detail" >
|
|
|
1633 |
<code>
|
|
|
1634 |
|
|
|
1635 |
|
|
|
1636 |
|
|
|
1637 |
void
|
|
|
1638 |
<strong property="yui:name">onSuccess</strong>
|
|
|
1639 |
(
|
|
|
1640 |
)
|
|
|
1641 |
</code>
|
|
|
1642 |
|
|
|
1643 |
<div class="description" property="yui:description">
|
|
|
1644 |
Callback that will be executed when the loader is finished
|
|
|
1645 |
with an insert
|
|
|
1646 |
</div>
|
|
|
1647 |
|
|
|
1648 |
<div class="description">
|
|
|
1649 |
|
|
|
1650 |
|
|
|
1651 |
<dl>
|
|
|
1652 |
<dt>Returns:
|
|
|
1653 |
<code property="yui:return">
|
|
|
1654 |
void
|
|
|
1655 |
</code></dt>
|
|
|
1656 |
<dd property="yui:returnInfo"></dd>
|
|
|
1657 |
</dl>
|
|
|
1658 |
|
|
|
1659 |
|
|
|
1660 |
|
|
|
1661 |
|
|
|
1662 |
</div>
|
|
|
1663 |
|
|
|
1664 |
</div>
|
|
|
1665 |
<hr />
|
|
|
1666 |
</div>
|
|
|
1667 |
<div class="" rel="yui:method" resource="#method_onTimeout">
|
|
|
1668 |
<h4>
|
|
|
1669 |
<a name="method_onTimeout">onTimeout</a></h4>
|
|
|
1670 |
<div class="detail" >
|
|
|
1671 |
<code>
|
|
|
1672 |
|
|
|
1673 |
|
|
|
1674 |
|
|
|
1675 |
void
|
|
|
1676 |
<strong property="yui:name">onTimeout</strong>
|
|
|
1677 |
(
|
|
|
1678 |
)
|
|
|
1679 |
</code>
|
|
|
1680 |
|
|
|
1681 |
<div class="description" property="yui:description">
|
|
|
1682 |
Callback that will be executed if a timeout occurs
|
|
|
1683 |
</div>
|
|
|
1684 |
|
|
|
1685 |
<div class="description">
|
|
|
1686 |
|
|
|
1687 |
|
|
|
1688 |
<dl>
|
|
|
1689 |
<dt>Returns:
|
|
|
1690 |
<code property="yui:return">
|
|
|
1691 |
void
|
|
|
1692 |
</code></dt>
|
|
|
1693 |
<dd property="yui:returnInfo"></dd>
|
|
|
1694 |
</dl>
|
|
|
1695 |
|
|
|
1696 |
|
|
|
1697 |
|
|
|
1698 |
|
|
|
1699 |
</div>
|
|
|
1700 |
|
|
|
1701 |
</div>
|
|
|
1702 |
<hr />
|
|
|
1703 |
</div>
|
|
|
1704 |
<div class="" rel="yui:method" resource="#method_require">
|
|
|
1705 |
<h4>
|
|
|
1706 |
<a name="method_require">require</a></h4>
|
|
|
1707 |
<div class="detail" >
|
|
|
1708 |
<code>
|
|
|
1709 |
|
|
|
1710 |
|
|
|
1711 |
|
|
|
1712 |
void
|
|
|
1713 |
<strong property="yui:name">require</strong>
|
|
|
1714 |
(
|
|
|
1715 |
|
|
|
1716 |
|
|
|
1717 |
what
|
|
|
1718 |
|
|
|
1719 |
|
|
|
1720 |
)
|
|
|
1721 |
</code>
|
|
|
1722 |
|
|
|
1723 |
<div class="description" property="yui:description">
|
|
|
1724 |
Add a requirement for one or more module
|
|
|
1725 |
</div>
|
|
|
1726 |
|
|
|
1727 |
<div class="description">
|
|
|
1728 |
|
|
|
1729 |
<dl rel="yui:parameters">
|
|
|
1730 |
<dt>Parameters:</dt>
|
|
|
1731 |
<dd rel="yui:parameter">
|
|
|
1732 |
<code><span property="yui:name">what</span>
|
|
|
1733 |
<<span property="yui:type">string[] | string*</span>>
|
|
|
1734 |
</code>
|
|
|
1735 |
<span property="yui:description"> the modules to load</span>
|
|
|
1736 |
</dd>
|
|
|
1737 |
</dl>
|
|
|
1738 |
|
|
|
1739 |
<dl>
|
|
|
1740 |
<dt>Returns:
|
|
|
1741 |
<code property="yui:return">
|
|
|
1742 |
void
|
|
|
1743 |
</code></dt>
|
|
|
1744 |
<dd property="yui:returnInfo"></dd>
|
|
|
1745 |
</dl>
|
|
|
1746 |
|
|
|
1747 |
|
|
|
1748 |
|
|
|
1749 |
|
|
|
1750 |
</div>
|
|
|
1751 |
|
|
|
1752 |
</div>
|
|
|
1753 |
<hr />
|
|
|
1754 |
</div>
|
|
|
1755 |
</div>
|
|
|
1756 |
</div>
|
|
|
1757 |
|
|
|
1758 |
</div>
|
|
|
1759 |
|
|
|
1760 |
<div rel="yui:events" resource="#events">
|
|
|
1761 |
|
|
|
1762 |
|
|
|
1763 |
</div>
|
|
|
1764 |
|
|
|
1765 |
<div rel="yui:attributes" resource="#configattributes">
|
|
|
1766 |
|
|
|
1767 |
</div>
|
|
|
1768 |
|
|
|
1769 |
</div>
|
|
|
1770 |
</div>
|
|
|
1771 |
<div class="yui-b">
|
|
|
1772 |
<div class="nav">
|
|
|
1773 |
|
|
|
1774 |
<div id="moduleList" class="module">
|
|
|
1775 |
<h4>Modules</h4>
|
|
|
1776 |
<ul class="content">
|
|
|
1777 |
<li class=""><a href="module_anim.html" title="anim">anim</a></li>
|
|
|
1778 |
<li class=""><a href="module_attribute.html" title="attribute">attribute</a></li>
|
|
|
1779 |
<li class=""><a href="module_base.html" title="base">base</a></li>
|
|
|
1780 |
<li class=""><a href="module_cache.html" title="cache">cache</a></li>
|
|
|
1781 |
<li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li>
|
|
|
1782 |
<li class=""><a href="module_collection.html" title="collection">collection</a></li>
|
|
|
1783 |
<li class=""><a href="module_console.html" title="console">console</a></li>
|
|
|
1784 |
<li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li>
|
|
|
1785 |
<li class=""><a href="module_cookie.html" title="cookie">cookie</a></li>
|
|
|
1786 |
<li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li>
|
|
|
1787 |
<li class=""><a href="module_datasource.html" title="datasource">datasource</a></li>
|
|
|
1788 |
<li class=""><a href="module_datatype.html" title="datatype">datatype</a></li>
|
|
|
1789 |
<li class=""><a href="module_dd.html" title="dd">dd</a></li>
|
|
|
1790 |
<li class=""><a href="module_dom.html" title="dom">dom</a></li>
|
|
|
1791 |
<li class=""><a href="module_dump.html" title="dump">dump</a></li>
|
|
|
1792 |
<li class=""><a href="module_event.html" title="event">event</a></li>
|
|
|
1793 |
<li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li>
|
|
|
1794 |
<li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li>
|
|
|
1795 |
<li class=""><a href="module_history.html" title="history">history</a></li>
|
|
|
1796 |
<li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li>
|
|
|
1797 |
<li class=""><a href="module_io.html" title="io">io</a></li>
|
|
|
1798 |
<li class=""><a href="module_json.html" title="json">json</a></li>
|
|
|
1799 |
<li class=""><a href="module_node.html" title="node">node</a></li>
|
|
|
1800 |
<li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li>
|
|
|
1801 |
<li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li>
|
|
|
1802 |
<li class=""><a href="module_oop.html" title="oop">oop</a></li>
|
|
|
1803 |
<li class=""><a href="module_overlay.html" title="overlay">overlay</a></li>
|
|
|
1804 |
<li class=""><a href="module_plugin.html" title="plugin">plugin</a></li>
|
|
|
1805 |
<li class=""><a href="module_profiler.html" title="profiler">profiler</a></li>
|
|
|
1806 |
<li class=""><a href="module_queue.html" title="queue">queue</a></li>
|
|
|
1807 |
<li class=""><a href="module_slider.html" title="slider">slider</a></li>
|
|
|
1808 |
<li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li>
|
|
|
1809 |
<li class=""><a href="module_substitute.html" title="substitute">substitute</a></li>
|
|
|
1810 |
<li class=""><a href="module_test.html" title="test">test</a></li>
|
|
|
1811 |
<li class=""><a href="module_widget.html" title="widget">widget</a></li>
|
|
|
1812 |
<li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li>
|
|
|
1813 |
<li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li>
|
|
|
1814 |
<li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li>
|
|
|
1815 |
<li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li>
|
|
|
1816 |
<li class="selected"><a href="module_yui.html" title="yui">yui</a></li>
|
|
|
1817 |
</ul>
|
|
|
1818 |
</div>
|
|
|
1819 |
|
|
|
1820 |
<div id="classList" class="module">
|
|
|
1821 |
<h4>Classes</h4>
|
|
|
1822 |
<ul class="content">
|
|
|
1823 |
<li class=""><a href="Array.html" title="Array">Array</a></li>
|
|
|
1824 |
<li class=""><a href="config.html" title="config">config</a></li>
|
|
|
1825 |
<li class=""><a href="Get.html" title="Get">Get</a></li>
|
|
|
1826 |
<li class=""><a href="Lang.html" title="Lang">Lang</a></li>
|
|
|
1827 |
<li class="selected"><a href="Loader.html" title="Loader">Loader</a></li>
|
|
|
1828 |
<li class=""><a href="Object.html" title="Object">Object</a></li>
|
|
|
1829 |
<li class=""><a href="UA.html" title="UA">UA</a></li>
|
|
|
1830 |
<li class=""><a href="YUI.html" title="YUI">YUI</a></li>
|
|
|
1831 |
</ul>
|
|
|
1832 |
</div>
|
|
|
1833 |
|
|
|
1834 |
<div id="fileList" class="module">
|
|
|
1835 |
<h4>Files</h4>
|
|
|
1836 |
<ul class="content">
|
|
|
1837 |
<li class=""><a href="_module.js.html" title="_module.js">_module.js</a></li>
|
|
|
1838 |
<li class=""><a href="get.js.html" title="get.js">get.js</a></li>
|
|
|
1839 |
<li class=""><a href="loader.js.html" title="loader.js">loader.js</a></li>
|
|
|
1840 |
<li class=""><a href="yui-array.js.html" title="yui-array.js">yui-array.js</a></li>
|
|
|
1841 |
<li class=""><a href="yui-base.js.html" title="yui-base.js">yui-base.js</a></li>
|
|
|
1842 |
<li class=""><a href="yui-core.js.html" title="yui-core.js">yui-core.js</a></li>
|
|
|
1843 |
<li class=""><a href="yui-init.js.html" title="yui-init.js">yui-init.js</a></li>
|
|
|
1844 |
<li class=""><a href="yui-lang.js.html" title="yui-lang.js">yui-lang.js</a></li>
|
|
|
1845 |
<li class=""><a href="yui-later.js.html" title="yui-later.js">yui-later.js</a></li>
|
|
|
1846 |
<li class=""><a href="yui-log.js.html" title="yui-log.js">yui-log.js</a></li>
|
|
|
1847 |
<li class=""><a href="yui-object.js.html" title="yui-object.js">yui-object.js</a></li>
|
|
|
1848 |
<li class=""><a href="yui-ua.js.html" title="yui-ua.js">yui-ua.js</a></li>
|
|
|
1849 |
<li class=""><a href="yui.js.html" title="yui.js">yui.js</a></li>
|
|
|
1850 |
</ul>
|
|
|
1851 |
</div>
|
|
|
1852 |
|
|
|
1853 |
<div id="propertyList" class="module">
|
|
|
1854 |
<h4>Properties</h4>
|
|
|
1855 |
<ul class="content">
|
|
|
1856 |
<li class="private"><a href="#property__internalCallback" title="_internalCallback">_internalCallback</a></li>
|
|
|
1857 |
<li class="private"><a href="#property__useYahooListener" title="_useYahooListener">_useYahooListener</a></li>
|
|
|
1858 |
<li class=""><a href="#property_allowRollup" title="allowRollup">allowRollup</a></li>
|
|
|
1859 |
<li class=""><a href="#property_attaching" title="attaching">attaching</a></li>
|
|
|
1860 |
<li class=""><a href="#property_base" title="base">base</a></li>
|
|
|
1861 |
<li class=" deprecated"><a href="#property_charset" title="charset">charset</a></li>
|
|
|
1862 |
<li class=""><a href="#property_combine" title="combine">combine</a></li>
|
|
|
1863 |
<li class=""><a href="#property_comboBase" title="comboBase">comboBase</a></li>
|
|
|
1864 |
<li class=""><a href="#property_context" title="context">context</a></li>
|
|
|
1865 |
<li class=""><a href="#property_cssAttributes" title="cssAttributes">cssAttributes</a></li>
|
|
|
1866 |
<li class=""><a href="#property_data" title="data">data</a></li>
|
|
|
1867 |
<li class=""><a href="#property_dirty" title="dirty">dirty</a></li>
|
|
|
1868 |
<li class=""><a href="#property_filter" title="filter">filter</a></li>
|
|
|
1869 |
<li class=""><a href="#property_filters" title="filters">filters</a></li>
|
|
|
1870 |
<li class=""><a href="#property_force" title="force">force</a></li>
|
|
|
1871 |
<li class=""><a href="#property_ignore" title="ignore">ignore</a></li>
|
|
|
1872 |
<li class=""><a href="#property_ignoreRegistered" title="ignoreRegistered">ignoreRegistered</a></li>
|
|
|
1873 |
<li class=""><a href="#property_insertBefore" title="insertBefore">insertBefore</a></li>
|
|
|
1874 |
<li class=""><a href="#property_inserted" title="inserted">inserted</a></li>
|
|
|
1875 |
<li class=""><a href="#property_jsAttributes" title="jsAttributes">jsAttributes</a></li>
|
|
|
1876 |
<li class=""><a href="#property_loaded" title="loaded">loaded</a></li>
|
|
|
1877 |
<li class=""><a href="#property_loadOptional" title="loadOptional">loadOptional</a></li>
|
|
|
1878 |
<li class=""><a href="#property_moduleInfo" title="moduleInfo">moduleInfo</a></li>
|
|
|
1879 |
<li class=""><a href="#property_required" title="required">required</a></li>
|
|
|
1880 |
<li class=""><a href="#property_rollups" title="rollups">rollups</a></li>
|
|
|
1881 |
<li class=""><a href="#property_root" title="root">root</a></li>
|
|
|
1882 |
<li class=""><a href="#property_skin" title="skin">skin</a></li>
|
|
|
1883 |
<li class=""><a href="#property_skipped" title="skipped">skipped</a></li>
|
|
|
1884 |
<li class=""><a href="#property_sorted" title="sorted">sorted</a></li>
|
|
|
1885 |
<li class=""><a href="#property_timeout" title="timeout">timeout</a></li>
|
|
|
1886 |
</ul>
|
|
|
1887 |
</div>
|
|
|
1888 |
|
|
|
1889 |
<div id="methodsList" class="module">
|
|
|
1890 |
<h4>Methods</h4>
|
|
|
1891 |
<ul class="content">
|
|
|
1892 |
<li class="private"><a href="#method__addSkin" title="_addSkin">_addSkin</a></li>
|
|
|
1893 |
<li class="private"><a href="#method__explode" title="_explode">_explode</a></li>
|
|
|
1894 |
<li class="private"><a href="#method__filter" title="_filter">_filter</a></li>
|
|
|
1895 |
<li class="private"><a href="#method__reduce" title="_reduce">_reduce</a></li>
|
|
|
1896 |
<li class="private"><a href="#method__rollup" title="_rollup">_rollup</a></li>
|
|
|
1897 |
<li class="private"><a href="#method__setup" title="_setup">_setup</a></li>
|
|
|
1898 |
<li class="private"><a href="#method__sort" title="_sort">_sort</a></li>
|
|
|
1899 |
<li class="private"><a href="#method__url" title="_url">_url</a></li>
|
|
|
1900 |
<li class=""><a href="#method_addModule" title="addModule">addModule</a></li>
|
|
|
1901 |
<li class=""><a href="#method_calculate" title="calculate">calculate</a></li>
|
|
|
1902 |
<li class=""><a href="#method_formatSkin" title="formatSkin">formatSkin</a></li>
|
|
|
1903 |
<li class=""><a href="#method_getProvides" title="getProvides">getProvides</a></li>
|
|
|
1904 |
<li class=""><a href="#method_getRequires" title="getRequires">getRequires</a></li>
|
|
|
1905 |
<li class=""><a href="#method_insert" title="insert">insert</a></li>
|
|
|
1906 |
<li class=""><a href="#method_loadNext" title="loadNext">loadNext</a></li>
|
|
|
1907 |
<li class=""><a href="#method_onCSS" title="onCSS">onCSS</a></li>
|
|
|
1908 |
<li class=""><a href="#method_onFailure" title="onFailure">onFailure</a></li>
|
|
|
1909 |
<li class=""><a href="#method_onProgress" title="onProgress">onProgress</a></li>
|
|
|
1910 |
<li class=""><a href="#method_onSuccess" title="onSuccess">onSuccess</a></li>
|
|
|
1911 |
<li class=""><a href="#method_onTimeout" title="onTimeout">onTimeout</a></li>
|
|
|
1912 |
<li class=""><a href="#method_require" title="require">require</a></li>
|
|
|
1913 |
</ul>
|
|
|
1914 |
</div>
|
|
|
1915 |
|
|
|
1916 |
|
|
|
1917 |
|
|
|
1918 |
</div>
|
|
|
1919 |
</div>
|
|
|
1920 |
</div>
|
|
|
1921 |
<div id="ft">
|
|
|
1922 |
<hr />
|
|
|
1923 |
Copyright © 2009 Yahoo! Inc. All rights reserved.
|
|
|
1924 |
</div>
|
|
|
1925 |
</div>
|
|
|
1926 |
<script type="text/javascript">
|
|
|
1927 |
ALL_YUI_PROPS = [{"access": "", "host": "Object", "name": "()", "url": "Object.html#method_()", "type": "method"}, {"access": "", "host": "Get", "name": "abort", "url": "Get.html#method_abort", "type": "method"}, {"access": "", "host": "YUI", "name": "add", "url": "YUI.html#method_add", "type": "method"}, {"access": "", "host": "Loader", "name": "addModule", "url": "Loader.html#method_addModule", "type": "method"}, {"access": "private", "host": "Loader", "name": "_addSkin", "url": "Loader.html#method__addSkin", "type": "method"}, {"access": "", "host": "Loader", "name": "allowRollup", "url": "Loader.html#property_allowRollup", "type": "property"}, {"access": "", "host": "YUI", "name": "applyTo", "url": "YUI.html#method_applyTo", "type": "method"}, {"access": "", "host": "Loader", "name": "attaching", "url": "Loader.html#property_attaching", "type": "property"}, {"access": "private", "host": "Get", "name": "_autoPurge", "url": "Get.html#method__autoPurge", "type": "method"}, {"access": "", "host": "YUI", "name": "available", "url": "YUI.html#event_available", "type": "event"}, {"access": "", "host": "config", "name": "base", "url": "config.html#property_base", "type": "property"}, {"access": "", "host": "Loader", "name": "base", "url": "Loader.html#property_base", "type": "property"}, {"access": "", "host": "YUI", "name": "blur", "url": "YUI.html#event_blur", "type": "event"}, {"access": "", "host": "YUI", "name": "cached", "url": "YUI.html#method_cached", "type": "method"}, {"access": "", "host": "Loader", "name": "calculate", "url": "Loader.html#method_calculate", "type": "method"}, {"access": "", "host": "config", "name": "charset", "url": "config.html#property_charset", "type": "property"}, {"access": "", "host": "Loader", "name": "charset", "url": "Loader.html#property_charset", "type": "property"}, {"access": "", "host": "config", "name": "combine", "url": "config.html#property_combine", "type": "property"}, {"access": "", "host": "Loader", "name": "combine", "url": "Loader.html#property_combine", "type": "property"}, {"access": "", "host": "config", "name": "comboBase", "url": "config.html#property_comboBase", "type": "property"}, {"access": "", "host": "Loader", "name": "comboBase", "url": "Loader.html#property_comboBase", "type": "property"}, {"access": "", "host": "YUI", "name": "contentready", "url": "YUI.html#event_contentready", "type": "event"}, {"access": "", "host": "Loader", "name": "context", "url": "Loader.html#property_context", "type": "property"}, {"access": "", "host": "config", "name": "core", "url": "config.html#property_core", "type": "property"}, {"access": "", "host": "Get", "name": "css", "url": "Get.html#method_css", "type": "method"}, {"access": "", "host": "config", "name": "cssAttributes", "url": "config.html#property_cssAttributes", "type": "property"}, {"access": "", "host": "Loader", "name": "cssAttributes", "url": "Loader.html#property_cssAttributes", "type": "property"}, {"access": "", "host": "Loader", "name": "data", "url": "Loader.html#property_data", "type": "property"}, {"access": "", "host": "config", "name": "dateFormat", "url": "config.html#property_dateFormat", "type": "property"}, {"access": "", "host": "config", "name": "debug", "url": "config.html#property_debug", "type": "property"}, {"access": "", "host": "YUI", "name": "delegate", "url": "YUI.html#event_delegate", "type": "event"}, {"access": "", "host": "Loader", "name": "dirty", "url": "Loader.html#property_dirty", "type": "property"}, {"access": "", "host": "config", "name": "doc", "url": "config.html#property_doc", "type": "property"}, {"access": "", "host": "YUI", "name": "domready", "url": "YUI.html#event_domready", "type": "event"}, {"access": "", "host": "Object", "name": "each", "url": "Object.html#method_each", "type": "method"}, {"access": "private", "host": "Get", "name": "_end", "url": "Get.html#method__end", "type": "method"}, {"access": "", "host": "YUI", "name": "error", "url": "YUI.html#method_error", "type": "method"}, {"access": "", "host": "YUI", "name": "event:ready", "url": "YUI.html#event_event:ready", "type": "event"}, {"access": "private", "host": "Loader", "name": "_explode", "url": "Loader.html#method__explode", "type": "method"}, {"access": "private", "host": "Object", "name": "_extract", "url": "Object.html#method__extract", "type": "method"}, {"access": "", "host": "config", "name": "filter", "url": "config.html#property_filter", "type": "property"}, {"access": "", "host": "Loader", "name": "filter", "url": "Loader.html#property_filter", "type": "property"}, {"access": "private", "host": "Loader", "name": "_filter", "url": "Loader.html#method__filter", "type": "method"}, {"access": "", "host": "config", "name": "filters", "url": "config.html#property_filters", "type": "property"}, {"access": "", "host": "Loader", "name": "filters", "url": "Loader.html#property_filters", "type": "property"}, {"access": "private", "host": "Get", "name": "_finalize", "url": "Get.html#method__finalize", "type": "method"}, {"access": "private", "host": "Get", "name": "_finish", "url": "Get.html#method__finish", "type": "method"}, {"access": "", "host": "YUI", "name": "focus", "url": "YUI.html#event_focus", "type": "event"}, {"access": "", "host": "config", "name": "force", "url": "config.html#property_force", "type": "property"}, {"access": "", "host": "Loader", "name": "force", "url": "Loader.html#property_force", "type": "property"}, {"access": "", "host": "Loader", "name": "formatSkin", "url": "Loader.html#method_formatSkin", "type": "method"}, {"access": "", "host": "Loader", "name": "getProvides", "url": "Loader.html#method_getProvides", "type": "method"}, {"access": "", "host": "Loader", "name": "getRequires", "url": "Loader.html#method_getRequires", "type": "method"}, {"access": "", "host": "Object", "name": "getValue", "url": "Object.html#method_getValue", "type": "method"}, {"access": "", "host": "YUI", "name": "Global", "url": "YUI.html#property_Global", "type": "property"}, {"access": "", "host": "YUI", "name": "guid", "url": "YUI.html#method_guid", "type": "method"}, {"access": "", "host": "Object", "name": "hasKey", "url": "Object.html#method_hasKey", "type": "method"}, {"access": "", "host": "Object", "name": "hasValue", "url": "Object.html#method_hasValue", "type": "method"}, {"access": "", "host": "config", "name": "ignore", "url": "config.html#property_ignore", "type": "property"}, {"access": "", "host": "Loader", "name": "ignore", "url": "Loader.html#property_ignore", "type": "property"}, {"access": "", "host": "Loader", "name": "ignoreRegistered", "url": "Loader.html#property_ignoreRegistered", "type": "property"}, {"access": "private", "host": "YUI", "name": "_init", "url": "YUI.html#method__init", "type": "method"}, {"access": "", "host": "config", "name": "injected", "url": "config.html#property_injected", "type": "property"}, {"access": "", "host": "Loader", "name": "insert", "url": "Loader.html#method_insert", "type": "method"}, {"access": "", "host": "config", "name": "insertBefore", "url": "config.html#property_insertBefore", "type": "property"}, {"access": "", "host": "Loader", "name": "insertBefore", "url": "Loader.html#property_insertBefore", "type": "property"}, {"access": "", "host": "Loader", "name": "inserted", "url": "Loader.html#property_inserted", "type": "property"}, {"access": "private", "host": "Loader", "name": "_internalCallback", "url": "Loader.html#property__internalCallback", "type": "property"}, {"access": "", "host": "config", "name": "jsAttributes", "url": "config.html#property_jsAttributes", "type": "property"}, {"access": "", "host": "Loader", "name": "jsAttributes", "url": "Loader.html#property_jsAttributes", "type": "property"}, {"access": "", "host": "YUI", "name": "key", "url": "YUI.html#event_key", "type": "event"}, {"access": "", "host": "Object", "name": "keys", "url": "Object.html#method_keys", "type": "method"}, {"access": "", "host": "YUI", "name": "later", "url": "YUI.html#method_later", "type": "method"}, {"access": "private", "host": "Get", "name": "_linkNode", "url": "Get.html#method__linkNode", "type": "method"}, {"access": "", "host": "Loader", "name": "loaded", "url": "Loader.html#property_loaded", "type": "property"}, {"access": "", "host": "Loader", "name": "loadNext", "url": "Loader.html#method_loadNext", "type": "method"}, {"access": "", "host": "Loader", "name": "loadOptional", "url": "Loader.html#property_loadOptional", "type": "property"}, {"access": "", "host": "config", "name": "locale", "url": "config.html#property_locale", "type": "property"}, {"access": "", "host": "YUI", "name": "log", "url": "YUI.html#method_log", "type": "method"}, {"access": "", "host": "config", "name": "logExclude", "url": "config.html#property_logExclude", "type": "property"}, {"access": "", "host": "config", "name": "logInclude", "url": "config.html#property_logInclude", "type": "property"}, {"access": "", "host": "YUI", "name": "merge", "url": "YUI.html#method_merge", "type": "method"}, {"access": "", "host": "YUI", "name": "message", "url": "YUI.html#method_message", "type": "method"}, {"access": "", "host": "YUI", "name": "mix", "url": "YUI.html#method_mix", "type": "method"}, {"access": "", "host": "Loader", "name": "moduleInfo", "url": "Loader.html#property_moduleInfo", "type": "property"}, {"access": "", "host": "config", "name": "modules", "url": "config.html#property_modules", "type": "property"}, {"access": "", "host": "YUI", "name": "mouseenter", "url": "YUI.html#event_mouseenter", "type": "event"}, {"access": "", "host": "YUI", "name": "mouseleave", "url": "YUI.html#event_mouseleave", "type": "event"}, {"access": "", "host": "YUI", "name": "namespace", "url": "YUI.html#method_namespace", "type": "method"}, {"access": "private", "host": "Get", "name": "_next", "url": "Get.html#method__next", "type": "method"}, {"access": "private", "host": "Get", "name": "_node", "url": "Get.html#method__node", "type": "method"}, {"access": "", "host": "config", "name": "onCSS", "url": "config.html#property_onCSS", "type": "property"}, {"access": "", "host": "Loader", "name": "onCSS", "url": "Loader.html#method_onCSS", "type": "method"}, {"access": "", "host": "Loader", "name": "onFailure", "url": "Loader.html#method_onFailure", "type": "method"}, {"access": "", "host": "Loader", "name": "onProgress", "url": "Loader.html#method_onProgress", "type": "method"}, {"access": "", "host": "Loader", "name": "onSuccess", "url": "Loader.html#method_onSuccess", "type": "method"}, {"access": "", "host": "Loader", "name": "onTimeout", "url": "Loader.html#method_onTimeout", "type": "method"}, {"access": "", "host": "Object", "name": "owns", "url": "Object.html#method_owns", "type": "method"}, {"access": "", "host": "config", "name": "pollInterval", "url": "config.html#property_pollInterval", "type": "property"}, {"access": "private", "host": "Get", "name": "_purge", "url": "Get.html#method__purge", "type": "method"}, {"access": "private", "host": "Get", "name": "PURGE_THRESH", "url": "Get.html#property_PURGE_THRESH", "type": "property"}, {"access": "", "host": "config", "name": "purgethreshold", "url": "config.html#property_purgethreshold", "type": "property"}, {"access": "private", "host": "Get", "name": "purging", "url": "Get.html#property_purging", "type": "property"}, {"access": "private", "host": "Get", "name": "qidx", "url": "Get.html#property_qidx", "type": "property"}, {"access": "private", "host": "Get", "name": "queue", "url": "Get.html#method_queue", "type": "method"}, {"access": "private", "host": "Get", "name": "queues", "url": "Get.html#property_queues", "type": "property"}, {"access": "private", "host": "Loader", "name": "_reduce", "url": "Loader.html#method__reduce", "type": "method"}, {"access": "", "host": "Loader", "name": "require", "url": "Loader.html#method_require", "type": "method"}, {"access": "", "host": "Loader", "name": "required", "url": "Loader.html#property_required", "type": "property"}, {"access": "private", "host": "Get", "name": "_returnData", "url": "Get.html#method__returnData", "type": "method"}, {"access": "private", "host": "Loader", "name": "_rollup", "url": "Loader.html#method__rollup", "type": "method"}, {"access": "", "host": "Loader", "name": "rollups", "url": "Loader.html#property_rollups", "type": "property"}, {"access": "", "host": "config", "name": "root", "url": "config.html#property_root", "type": "property"}, {"access": "", "host": "Loader", "name": "root", "url": "Loader.html#property_root", "type": "property"}, {"access": "", "host": "Get", "name": "script", "url": "Get.html#method_script", "type": "method"}, {"access": "private", "host": "Get", "name": "_scriptNode", "url": "Get.html#method__scriptNode", "type": "method"}, {"access": "", "host": "config", "name": "secureBase", "url": "config.html#property_secureBase", "type": "property"}, {"access": "private", "host": "YUI", "name": "_setup", "url": "YUI.html#method__setup", "type": "method"}, {"access": "private", "host": "Loader", "name": "_setup", "url": "Loader.html#method__setup", "type": "method"}, {"access": "", "host": "Object", "name": "setValue", "url": "Object.html#method_setValue", "type": "method"}, {"access": "", "host": "YUI", "name": "simulate", "url": "YUI.html#method_simulate", "type": "method"}, {"access": "", "host": "Object", "name": "size", "url": "Object.html#method_size", "type": "method"}, {"access": "", "host": "Loader", "name": "skin", "url": "Loader.html#property_skin", "type": "property"}, {"access": "", "host": "Loader", "name": "skipped", "url": "Loader.html#property_skipped", "type": "property"}, {"access": "private", "host": "Loader", "name": "_sort", "url": "Loader.html#method__sort", "type": "method"}, {"access": "", "host": "Loader", "name": "sorted", "url": "Loader.html#property_sorted", "type": "property"}, {"access": "", "host": "YUI", "name": "stamp", "url": "YUI.html#method_stamp", "type": "method"}, {"access": "", "host": "config", "name": "throwFail", "url": "config.html#property_throwFail", "type": "property"}, {"access": "", "host": "config", "name": "timeout", "url": "config.html#property_timeout", "type": "property"}, {"access": "private", "host": "Get", "name": "_timeout", "url": "Get.html#method__timeout", "type": "method"}, {"access": "", "host": "Loader", "name": "timeout", "url": "Loader.html#property_timeout", "type": "property"}, {"access": "private", "host": "Get", "name": "_track", "url": "Get.html#method__track", "type": "method"}, {"access": "private", "host": "Loader", "name": "_url", "url": "Loader.html#method__url", "type": "method"}, {"access": "", "host": "YUI", "name": "use", "url": "YUI.html#method_use", "type": "method"}, {"access": "", "host": "config", "name": "useBrowserConsole", "url": "config.html#property_useBrowserConsole", "type": "property"}, {"access": "private", "host": "Loader", "name": "_useYahooListener", "url": "Loader.html#property__useYahooListener", "type": "property"}, {"access": "", "host": "Object", "name": "values", "url": "Object.html#method_values", "type": "method"}, {"access": "", "host": "config", "name": "win", "url": "config.html#property_win", "type": "property"}, {"access": "", "host": "YUI", "name": "windowresize", "url": "YUI.html#event_windowresize", "type": "event"}, {"access": "", "host": "config", "name": "windowResizeDelay", "url": "config.html#property_windowResizeDelay", "type": "property"}];
|
|
|
1928 |
</script>
|
|
|
1929 |
</body>
|
|
|
1930 |
</html>
|