|
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 config (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.0</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 > config |
|
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 <code>static</code> |
|
50 |
|
51 Class <b property="yui:name">config</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 The config object contains all of the configuration options for |
|
63 the YUI instance. This object is supplied by the implementer |
|
64 when instantiating a YUI instance. Some properties have default |
|
65 values if they are not supplied by the implementer. |
|
66 </div> |
|
67 |
|
68 |
|
69 <div rel="yui:properties" resource="#properties"> |
|
70 <div class="section field details"> |
|
71 <h3 id="properties">Properties</h3> |
|
72 <div class="content"> |
|
73 <div class="" rel="yui:property" resource="#property_base"> |
|
74 <h4><a name="property_base" property="yui:name">base</a> |
|
75 - <code><span property="yui:type">string</span></code> |
|
76 </h4> |
|
77 <div class="detail"> |
|
78 <div class="description" property="yui:description"> |
|
79 Base directory for dynamic loading |
|
80 </div> |
|
81 </div> |
|
82 |
|
83 |
|
84 |
|
85 |
|
86 <hr /> |
|
87 </div> |
|
88 <div class="" rel="yui:property" resource="#property_bootstrap"> |
|
89 <h4><a name="property_bootstrap" property="yui:name">bootstrap</a> |
|
90 - <code><span property="yui:type">boolean</span></code> |
|
91 </h4> |
|
92 <div class="detail"> |
|
93 <div class="description" property="yui:description"> |
|
94 Allows the YUI seed file to fetch the loader component and library |
|
95 metadata to dynamically load additional dependencies. |
|
96 </div> |
|
97 </div> |
|
98 |
|
99 |
|
100 <div class="default" property="yui:defaultValue"> |
|
101 Default Value: true |
|
102 </div> |
|
103 |
|
104 |
|
105 <hr /> |
|
106 </div> |
|
107 <div class=" deprecated" rel="yui:property" resource="#property_charset"> |
|
108 <h4><a name="property_charset" property="yui:name">charset</a> |
|
109 - <code><span property="yui:type">string</span></code> |
|
110 </h4> |
|
111 <div class="detail"> |
|
112 <div class="description" property="yui:description"> |
|
113 charset for dynamic nodes |
|
114 </div> |
|
115 </div> |
|
116 |
|
117 |
|
118 |
|
119 <div class="deprecated" property="yui:deprecated"> |
|
120 <strong>Deprecated:</strong> use jsAttributes cssAttributes |
|
121 </div> |
|
122 |
|
123 <hr /> |
|
124 </div> |
|
125 <div class="" rel="yui:property" resource="#property_combine"> |
|
126 <h4><a name="property_combine" property="yui:name">combine</a> |
|
127 - <code><span property="yui:type">boolean</span></code> |
|
128 </h4> |
|
129 <div class="detail"> |
|
130 <div class="description" property="yui:description"> |
|
131 Use the YUI combo service to reduce the number of http connections |
|
132 required to load your dependencies. |
|
133 For dynamic loading. |
|
134 </div> |
|
135 </div> |
|
136 |
|
137 |
|
138 <div class="default" property="yui:defaultValue"> |
|
139 Default Value: true if 'base' is not supplied, false if it is. |
|
140 </div> |
|
141 |
|
142 |
|
143 <hr /> |
|
144 </div> |
|
145 <div class="" rel="yui:property" resource="#property_comboBase"> |
|
146 <h4><a name="property_comboBase" property="yui:name">comboBase</a> |
|
147 - <code><span property="yui:type">string</span></code> |
|
148 </h4> |
|
149 <div class="detail"> |
|
150 <div class="description" property="yui:description"> |
|
151 The YUI combo service base dir. Ex: http://yui.yahooapis.com/combo? |
|
152 For dynamic loading. |
|
153 </div> |
|
154 </div> |
|
155 |
|
156 |
|
157 |
|
158 |
|
159 <hr /> |
|
160 </div> |
|
161 <div class="" rel="yui:property" resource="#property_core"> |
|
162 <h4><a name="property_core" property="yui:name">core</a> |
|
163 - <code><span property="yui:type">string[]</span></code> |
|
164 </h4> |
|
165 <div class="detail"> |
|
166 <div class="description" property="yui:description"> |
|
167 A list of modules that defines the YUI core (overrides the default). |
|
168 </div> |
|
169 </div> |
|
170 |
|
171 |
|
172 |
|
173 |
|
174 <hr /> |
|
175 </div> |
|
176 <div class="" rel="yui:property" resource="#property_cssAttributes"> |
|
177 <h4><a name="property_cssAttributes" property="yui:name">cssAttributes</a> |
|
178 - <code><span property="yui:type">string</span></code> |
|
179 </h4> |
|
180 <div class="detail"> |
|
181 <div class="description" property="yui:description"> |
|
182 Object literal containing attributes to add to dynamically loaded link nodes. |
|
183 </div> |
|
184 </div> |
|
185 |
|
186 |
|
187 |
|
188 |
|
189 <hr /> |
|
190 </div> |
|
191 <div class="" rel="yui:property" resource="#property_dateFormat"> |
|
192 <h4><a name="property_dateFormat" property="yui:name">dateFormat</a> |
|
193 - <code><span property="yui:type">string</span></code> |
|
194 </h4> |
|
195 <div class="detail"> |
|
196 <div class="description" property="yui:description"> |
|
197 The default date format |
|
198 </div> |
|
199 </div> |
|
200 |
|
201 |
|
202 |
|
203 |
|
204 <hr /> |
|
205 </div> |
|
206 <div class="" rel="yui:property" resource="#property_doc"> |
|
207 <h4><a name="property_doc" property="yui:name">doc</a> |
|
208 - <code><span property="yui:type">Document</span></code> |
|
209 </h4> |
|
210 <div class="detail"> |
|
211 <div class="description" property="yui:description"> |
|
212 The document associated with the 'win' configuration. |
|
213 </div> |
|
214 </div> |
|
215 |
|
216 |
|
217 <div class="default" property="yui:defaultValue"> |
|
218 Default Value: the document hosting YUI |
|
219 </div> |
|
220 |
|
221 |
|
222 <hr /> |
|
223 </div> |
|
224 <div class="" rel="yui:property" resource="#property_fetchCSS"> |
|
225 <h4><a name="property_fetchCSS" property="yui:name">fetchCSS</a> |
|
226 - <code><span property="yui:type">object</span></code> |
|
227 </h4> |
|
228 <div class="detail"> |
|
229 <div class="description" property="yui:description"> |
|
230 Specifies whether or not YUI().use(...) will attempt to load CSS |
|
231 resources at all. Any truthy value will cause CSS dependencies |
|
232 to load when fetching script. The special value 'force' will |
|
233 cause CSS dependencies to be loaded even if no script is needed. |
|
234 </div> |
|
235 </div> |
|
236 |
|
237 |
|
238 <div class="default" property="yui:defaultValue"> |
|
239 Default Value: true |
|
240 </div> |
|
241 |
|
242 |
|
243 <hr /> |
|
244 </div> |
|
245 <div class="" rel="yui:property" resource="#property_filter"> |
|
246 <h4><a name="property_filter" property="yui:name">filter</a> |
|
247 - <code><span property="yui:type">string|object</span></code> |
|
248 </h4> |
|
249 <div class="detail"> |
|
250 <div class="description" property="yui:description"> |
|
251 A filter to apply to result urls. This filter will modify the default |
|
252 path for all modules. The default path for the YUI library is the |
|
253 minified version of the files (e.g., event-min.js). The filter property |
|
254 can be a predefined filter or a custom filter. The valid predefined |
|
255 filters are: |
|
256 <dl> |
|
257 <dt>DEBUG</dt> |
|
258 <dd>Selects the debug versions of the library (e.g., event-debug.js). |
|
259 This option will automatically include the Logger widget</dd> |
|
260 <dt>RAW</dt> |
|
261 <dd>Selects the non-minified version of the library (e.g., event.js).</dd> |
|
262 </dl> |
|
263 You can also define a custom filter, which must be an object literal |
|
264 containing a search expression and a replace string: |
|
265 <pre> |
|
266 myFilter: { |
|
267 'searchExp': "-min\\.js", |
|
268 'replaceStr': "-debug.js" |
|
269 } |
|
270 </pre> |
|
271 For dynamic loading. |
|
272 </div> |
|
273 </div> |
|
274 |
|
275 |
|
276 |
|
277 |
|
278 <hr /> |
|
279 </div> |
|
280 <div class="" rel="yui:property" resource="#property_filters"> |
|
281 <h4><a name="property_filters" property="yui:name">filters</a> |
|
282 - <code><span property="yui:type">object</span></code> |
|
283 </h4> |
|
284 <div class="detail"> |
|
285 <div class="description" property="yui:description"> |
|
286 Hash of per-component filter specification. If specified for a given component, |
|
287 this overrides the filter config |
|
288 For dynamic loading. |
|
289 </div> |
|
290 </div> |
|
291 |
|
292 |
|
293 |
|
294 |
|
295 <hr /> |
|
296 </div> |
|
297 <div class="" rel="yui:property" resource="#property_force"> |
|
298 <h4><a name="property_force" property="yui:name">force</a> |
|
299 - <code><span property="yui:type">string[]</span></code> |
|
300 </h4> |
|
301 <div class="detail"> |
|
302 <div class="description" property="yui:description"> |
|
303 A list of modules that should always be loaded when required, even if already |
|
304 present on the page. |
|
305 </div> |
|
306 </div> |
|
307 |
|
308 |
|
309 |
|
310 |
|
311 <hr /> |
|
312 </div> |
|
313 <div class="" rel="yui:property" resource="#property_ignore"> |
|
314 <h4><a name="property_ignore" property="yui:name">ignore</a> |
|
315 - <code><span property="yui:type">string[]</span></code> |
|
316 </h4> |
|
317 <div class="detail"> |
|
318 <div class="description" property="yui:description"> |
|
319 A list of modules that should never be dynamically loaded |
|
320 </div> |
|
321 </div> |
|
322 |
|
323 |
|
324 |
|
325 |
|
326 <hr /> |
|
327 </div> |
|
328 <div class="" rel="yui:property" resource="#property_injected"> |
|
329 <h4><a name="property_injected" property="yui:name">injected</a> |
|
330 - <code><span property="yui:type">object</span></code> |
|
331 </h4> |
|
332 <div class="detail"> |
|
333 <div class="description" property="yui:description"> |
|
334 Set to true if the yui seed file was dynamically loaded in |
|
335 order to bootstrap components relying on the window load event |
|
336 and the 'domready' custom event. |
|
337 </div> |
|
338 </div> |
|
339 |
|
340 |
|
341 |
|
342 |
|
343 <hr /> |
|
344 </div> |
|
345 <div class="" rel="yui:property" resource="#property_insertBefore"> |
|
346 <h4><a name="property_insertBefore" property="yui:name">insertBefore</a> |
|
347 - <code><span property="yui:type">string</span></code> |
|
348 </h4> |
|
349 <div class="detail"> |
|
350 <div class="description" property="yui:description"> |
|
351 Node or id for a node that should be used as the insertion point for new nodes |
|
352 For dynamic loading. |
|
353 </div> |
|
354 </div> |
|
355 |
|
356 |
|
357 |
|
358 |
|
359 <hr /> |
|
360 </div> |
|
361 <div class="" rel="yui:property" resource="#property_jsAttributes"> |
|
362 <h4><a name="property_jsAttributes" property="yui:name">jsAttributes</a> |
|
363 - <code><span property="yui:type">string</span></code> |
|
364 </h4> |
|
365 <div class="detail"> |
|
366 <div class="description" property="yui:description"> |
|
367 Object literal containing attributes to add to dynamically loaded script nodes. |
|
368 </div> |
|
369 </div> |
|
370 |
|
371 |
|
372 |
|
373 |
|
374 <hr /> |
|
375 </div> |
|
376 <div class="" rel="yui:property" resource="#property_loaderPath"> |
|
377 <h4><a name="property_loaderPath" property="yui:name">loaderPath</a> |
|
378 - <code><span property="yui:type">object</span></code> |
|
379 </h4> |
|
380 <div class="detail"> |
|
381 <div class="description" property="yui:description"> |
|
382 The loader 'path' attribute to the loader itself. This is combined |
|
383 with the 'base' attribute to dynamically load the loader component |
|
384 when boostrapping with the get utility alone. |
|
385 </div> |
|
386 </div> |
|
387 |
|
388 |
|
389 <div class="default" property="yui:defaultValue"> |
|
390 Default Value: loader/loader-min.js |
|
391 </div> |
|
392 |
|
393 |
|
394 <hr /> |
|
395 </div> |
|
396 <div class="" rel="yui:property" resource="#property_locale"> |
|
397 <h4><a name="property_locale" property="yui:name">locale</a> |
|
398 - <code><span property="yui:type">string</span></code> |
|
399 </h4> |
|
400 <div class="detail"> |
|
401 <div class="description" property="yui:description"> |
|
402 The default locale |
|
403 </div> |
|
404 </div> |
|
405 |
|
406 |
|
407 |
|
408 |
|
409 <hr /> |
|
410 </div> |
|
411 <div class="" rel="yui:property" resource="#property_logExclude"> |
|
412 <h4><a name="property_logExclude" property="yui:name">logExclude</a> |
|
413 - <code><span property="yui:type">object</span></code> |
|
414 </h4> |
|
415 <div class="detail"> |
|
416 <div class="description" property="yui:description"> |
|
417 A hash of log sources that should be not be logged. If specified, all sources are logged if not on this list. |
|
418 </div> |
|
419 </div> |
|
420 |
|
421 |
|
422 |
|
423 |
|
424 <hr /> |
|
425 </div> |
|
426 <div class="" rel="yui:property" resource="#property_logInclude"> |
|
427 <h4><a name="property_logInclude" property="yui:name">logInclude</a> |
|
428 - <code><span property="yui:type">object</span></code> |
|
429 </h4> |
|
430 <div class="detail"> |
|
431 <div class="description" property="yui:description"> |
|
432 A hash of log sources that should be logged. If specified, only log messages from these sources will be logged. |
|
433 </div> |
|
434 </div> |
|
435 |
|
436 |
|
437 |
|
438 |
|
439 <hr /> |
|
440 </div> |
|
441 <div class="" rel="yui:property" resource="#property_modules"> |
|
442 <h4><a name="property_modules" property="yui:name">modules</a> |
|
443 - <code><span property="yui:type">function</span></code> |
|
444 </h4> |
|
445 <div class="detail"> |
|
446 <div class="description" property="yui:description"> |
|
447 A list of module definitions to add to the list of YUI components. |
|
448 These components can then be dynamically loaded side by side with |
|
449 YUI via the use() method.See Loader.addModule for the supported |
|
450 module metadata. |
|
451 </div> |
|
452 </div> |
|
453 |
|
454 |
|
455 |
|
456 |
|
457 <hr /> |
|
458 </div> |
|
459 <div class="" rel="yui:property" resource="#property_onCSS"> |
|
460 <h4><a name="property_onCSS" property="yui:name">onCSS</a> |
|
461 - <code><span property="yui:type">function</span></code> |
|
462 </h4> |
|
463 <div class="detail"> |
|
464 <div class="description" property="yui:description"> |
|
465 Callback for the 'CSSComplete' event. When dynamically loading YUI |
|
466 components with CSS, this property fires when the CSS is finished |
|
467 loading but script loading is still ongoing. This provides an |
|
468 opportunity to enhance the presentation of a loading page a little |
|
469 bit before the entire loading process is done. |
|
470 </div> |
|
471 </div> |
|
472 |
|
473 |
|
474 |
|
475 |
|
476 <hr /> |
|
477 </div> |
|
478 <div class="" rel="yui:property" resource="#property_pollInterval"> |
|
479 <h4><a name="property_pollInterval" property="yui:name">pollInterval</a> |
|
480 - <code><span property="yui:type">int</span></code> |
|
481 </h4> |
|
482 <div class="detail"> |
|
483 <div class="description" property="yui:description"> |
|
484 The default interval when polling in milliseconds. |
|
485 </div> |
|
486 </div> |
|
487 |
|
488 |
|
489 <div class="default" property="yui:defaultValue"> |
|
490 Default Value: 20 |
|
491 </div> |
|
492 |
|
493 |
|
494 <hr /> |
|
495 </div> |
|
496 <div class="" rel="yui:property" resource="#property_purgethreshold"> |
|
497 <h4><a name="property_purgethreshold" property="yui:name">purgethreshold</a> |
|
498 - <code><span property="yui:type">int</span></code> |
|
499 </h4> |
|
500 <div class="detail"> |
|
501 <div class="description" property="yui:description"> |
|
502 The number of dynamic nodes to insert by default before |
|
503 automatically removing them. This applies to script nodes |
|
504 because remove the node will not make the evaluated script |
|
505 unavailable. Dynamic CSS is not auto purged, because removing |
|
506 a linked style sheet will also remove the style definitions. |
|
507 </div> |
|
508 </div> |
|
509 |
|
510 |
|
511 <div class="default" property="yui:defaultValue"> |
|
512 Default Value: 20 |
|
513 </div> |
|
514 |
|
515 |
|
516 <hr /> |
|
517 </div> |
|
518 <div class="" rel="yui:property" resource="#property_root"> |
|
519 <h4><a name="property_root" property="yui:name">root</a> |
|
520 - <code><span property="yui:type">string</span></code> |
|
521 </h4> |
|
522 <div class="detail"> |
|
523 <div class="description" property="yui:description"> |
|
524 The root path to prepend to module names for the combo service. Ex: 3.0.0b1/build/ |
|
525 For dynamic loading. |
|
526 </div> |
|
527 </div> |
|
528 |
|
529 |
|
530 |
|
531 |
|
532 <hr /> |
|
533 </div> |
|
534 <div class="" rel="yui:property" resource="#property_secureBase"> |
|
535 <h4><a name="property_secureBase" property="yui:name">secureBase</a> |
|
536 - <code><span property="yui:type">string</span></code> |
|
537 </h4> |
|
538 <div class="detail"> |
|
539 <div class="description" property="yui:description"> |
|
540 The secure base dir (not implemented) |
|
541 For dynamic loading. |
|
542 </div> |
|
543 </div> |
|
544 |
|
545 |
|
546 |
|
547 |
|
548 <hr /> |
|
549 </div> |
|
550 <div class="" rel="yui:property" resource="#property_throwFail"> |
|
551 <h4><a name="property_throwFail" property="yui:name">throwFail</a> |
|
552 - <code><span property="yui:type">boolean</span></code> |
|
553 </h4> |
|
554 <div class="detail"> |
|
555 <div class="description" property="yui:description"> |
|
556 If throwFail is set, Y.fail will generate or re-throw a JS Error. Otherwise the failure is logged. |
|
557 </div> |
|
558 </div> |
|
559 |
|
560 |
|
561 <div class="default" property="yui:defaultValue"> |
|
562 Default Value: true |
|
563 </div> |
|
564 |
|
565 |
|
566 <hr /> |
|
567 </div> |
|
568 <div class="" rel="yui:property" resource="#property_timeout"> |
|
569 <h4><a name="property_timeout" property="yui:name">timeout</a> |
|
570 - <code><span property="yui:type">int</span></code> |
|
571 </h4> |
|
572 <div class="detail"> |
|
573 <div class="description" property="yui:description"> |
|
574 Number of milliseconds before a timeout occurs when dynamically |
|
575 loading nodes. If not set, there is no timeout. |
|
576 </div> |
|
577 </div> |
|
578 |
|
579 |
|
580 |
|
581 |
|
582 <hr /> |
|
583 </div> |
|
584 <div class="" rel="yui:property" resource="#property_useBrowserConsole"> |
|
585 <h4><a name="property_useBrowserConsole" property="yui:name">useBrowserConsole</a> |
|
586 - <code><span property="yui:type">boolean</span></code> |
|
587 </h4> |
|
588 <div class="detail"> |
|
589 <div class="description" property="yui:description"> |
|
590 Log to the browser console if debug is on and the browser has a |
|
591 supported console. |
|
592 </div> |
|
593 </div> |
|
594 |
|
595 |
|
596 <div class="default" property="yui:defaultValue"> |
|
597 Default Value: true |
|
598 </div> |
|
599 |
|
600 |
|
601 <hr /> |
|
602 </div> |
|
603 <div class="" rel="yui:property" resource="#property_win"> |
|
604 <h4><a name="property_win" property="yui:name">win</a> |
|
605 - <code><span property="yui:type">Window</span></code> |
|
606 </h4> |
|
607 <div class="detail"> |
|
608 <div class="description" property="yui:description"> |
|
609 The window/frame that this instance should operate in. |
|
610 </div> |
|
611 </div> |
|
612 |
|
613 |
|
614 <div class="default" property="yui:defaultValue"> |
|
615 Default Value: the window hosting YUI |
|
616 </div> |
|
617 |
|
618 |
|
619 <hr /> |
|
620 </div> |
|
621 <div class="" rel="yui:property" resource="#property_windowResizeDelay"> |
|
622 <h4><a name="property_windowResizeDelay" property="yui:name">windowResizeDelay</a> |
|
623 - <code><span property="yui:type">int</span></code> |
|
624 </h4> |
|
625 <div class="detail"> |
|
626 <div class="description" property="yui:description"> |
|
627 The default interval when polling in milliseconds. |
|
628 </div> |
|
629 </div> |
|
630 |
|
631 |
|
632 <div class="default" property="yui:defaultValue"> |
|
633 Default Value: 40 |
|
634 </div> |
|
635 |
|
636 |
|
637 <hr /> |
|
638 </div> |
|
639 </div> |
|
640 </div> |
|
641 |
|
642 </div> |
|
643 |
|
644 <div rel="yui:methods" resource="#methods"> |
|
645 |
|
646 </div> |
|
647 |
|
648 <div rel="yui:events" resource="#events"> |
|
649 |
|
650 |
|
651 </div> |
|
652 |
|
653 <div rel="yui:attributes" resource="#configattributes"> |
|
654 |
|
655 </div> |
|
656 |
|
657 </div> |
|
658 </div> |
|
659 <div class="yui-b"> |
|
660 <div class="nav"> |
|
661 |
|
662 <div id="moduleList" class="module"> |
|
663 <h4>Modules</h4> |
|
664 <ul class="content"> |
|
665 <li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
666 <li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li> |
|
667 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
668 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
669 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
670 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
671 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
672 <li class=""><a href="module_console.html" title="console">console</a></li> |
|
673 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
674 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
675 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
676 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
677 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
678 <li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
679 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
680 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
681 <li class=""><a href="module_event.html" title="event">event</a></li> |
|
682 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
683 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
684 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
685 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
686 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
687 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
688 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
689 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
690 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
691 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
692 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
693 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
694 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
695 <li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li> |
|
696 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
697 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
698 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
699 <li class=""><a href="module_test.html" title="test">test</a></li> |
|
700 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
701 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
702 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
703 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
704 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
705 <li class="selected"><a href="module_yui.html" title="yui">yui</a></li> |
|
706 </ul> |
|
707 </div> |
|
708 |
|
709 <div id="classList" class="module"> |
|
710 <h4>Classes</h4> |
|
711 <ul class="content"> |
|
712 <li class=""><a href="Array.html" title="Array">Array</a></li> |
|
713 <li class="selected"><a href="config.html" title="config">config</a></li> |
|
714 <li class=""><a href="Get.html" title="Get">Get</a></li> |
|
715 <li class=""><a href="Lang.html" title="Lang">Lang</a></li> |
|
716 <li class=""><a href="Object.html" title="Object">Object</a></li> |
|
717 <li class=""><a href="Queue.html" title="Queue">Queue</a></li> |
|
718 <li class=""><a href="UA.html" title="UA">UA</a></li> |
|
719 <li class=""><a href="YUI.html" title="YUI">YUI</a></li> |
|
720 </ul> |
|
721 </div> |
|
722 |
|
723 <div id="fileList" class="module"> |
|
724 <h4>Files</h4> |
|
725 <ul class="content"> |
|
726 <li class=""><a href="_module.js.html" title="_module.js">_module.js</a></li> |
|
727 <li class=""><a href="get.js.html" title="get.js">get.js</a></li> |
|
728 <li class=""><a href="queue-base.js.html" title="queue-base.js">queue-base.js</a></li> |
|
729 <li class=""><a href="yui-array.js.html" title="yui-array.js">yui-array.js</a></li> |
|
730 <li class=""><a href="yui-base.js.html" title="yui-base.js">yui-base.js</a></li> |
|
731 <li class=""><a href="yui-core.js.html" title="yui-core.js">yui-core.js</a></li> |
|
732 <li class=""><a href="yui-init.js.html" title="yui-init.js">yui-init.js</a></li> |
|
733 <li class=""><a href="yui-lang.js.html" title="yui-lang.js">yui-lang.js</a></li> |
|
734 <li class=""><a href="yui-later.js.html" title="yui-later.js">yui-later.js</a></li> |
|
735 <li class=""><a href="yui-log.js.html" title="yui-log.js">yui-log.js</a></li> |
|
736 <li class=""><a href="yui-object.js.html" title="yui-object.js">yui-object.js</a></li> |
|
737 <li class=""><a href="yui-ua.js.html" title="yui-ua.js">yui-ua.js</a></li> |
|
738 <li class=""><a href="yui.js.html" title="yui.js">yui.js</a></li> |
|
739 </ul> |
|
740 </div> |
|
741 |
|
742 <div id="propertyList" class="module"> |
|
743 <h4>Properties</h4> |
|
744 <ul class="content"> |
|
745 <li class=""><a href="#property_base" title="base">base</a></li> |
|
746 <li class=""><a href="#property_bootstrap" title="bootstrap">bootstrap</a></li> |
|
747 <li class=" deprecated"><a href="#property_charset" title="charset">charset</a></li> |
|
748 <li class=""><a href="#property_combine" title="combine">combine</a></li> |
|
749 <li class=""><a href="#property_comboBase" title="comboBase">comboBase</a></li> |
|
750 <li class=""><a href="#property_core" title="core">core</a></li> |
|
751 <li class=""><a href="#property_cssAttributes" title="cssAttributes">cssAttributes</a></li> |
|
752 <li class=""><a href="#property_dateFormat" title="dateFormat">dateFormat</a></li> |
|
753 <li class=""><a href="#property_doc" title="doc">doc</a></li> |
|
754 <li class=""><a href="#property_fetchCSS" title="fetchCSS">fetchCSS</a></li> |
|
755 <li class=""><a href="#property_filter" title="filter">filter</a></li> |
|
756 <li class=""><a href="#property_filters" title="filters">filters</a></li> |
|
757 <li class=""><a href="#property_force" title="force">force</a></li> |
|
758 <li class=""><a href="#property_ignore" title="ignore">ignore</a></li> |
|
759 <li class=""><a href="#property_injected" title="injected">injected</a></li> |
|
760 <li class=""><a href="#property_insertBefore" title="insertBefore">insertBefore</a></li> |
|
761 <li class=""><a href="#property_jsAttributes" title="jsAttributes">jsAttributes</a></li> |
|
762 <li class=""><a href="#property_loaderPath" title="loaderPath">loaderPath</a></li> |
|
763 <li class=""><a href="#property_locale" title="locale">locale</a></li> |
|
764 <li class=""><a href="#property_logExclude" title="logExclude">logExclude</a></li> |
|
765 <li class=""><a href="#property_logInclude" title="logInclude">logInclude</a></li> |
|
766 <li class=""><a href="#property_modules" title="modules">modules</a></li> |
|
767 <li class=""><a href="#property_onCSS" title="onCSS">onCSS</a></li> |
|
768 <li class=""><a href="#property_pollInterval" title="pollInterval">pollInterval</a></li> |
|
769 <li class=""><a href="#property_purgethreshold" title="purgethreshold">purgethreshold</a></li> |
|
770 <li class=""><a href="#property_root" title="root">root</a></li> |
|
771 <li class=""><a href="#property_secureBase" title="secureBase">secureBase</a></li> |
|
772 <li class=""><a href="#property_throwFail" title="throwFail">throwFail</a></li> |
|
773 <li class=""><a href="#property_timeout" title="timeout">timeout</a></li> |
|
774 <li class=""><a href="#property_useBrowserConsole" title="useBrowserConsole">useBrowserConsole</a></li> |
|
775 <li class=""><a href="#property_win" title="win">win</a></li> |
|
776 <li class=""><a href="#property_windowResizeDelay" title="windowResizeDelay">windowResizeDelay</a></li> |
|
777 </ul> |
|
778 </div> |
|
779 |
|
780 |
|
781 |
|
782 |
|
783 </div> |
|
784 </div> |
|
785 </div> |
|
786 <div id="ft"> |
|
787 <hr /> |
|
788 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
789 </div> |
|
790 </div> |
|
791 <script type="text/javascript"> |
|
792 ALL_YUI_PROPS = [{"access": "", "host": "Object", "name": "()", "url": "Object.html#method_()", "type": "method"}, {"access": "", "host": "YUI", "name": "add", "url": "YUI.html#method_add", "type": "method"}, {"access": "", "host": "YUI", "name": "after", "url": "YUI.html#method_after", "type": "method"}, {"access": "", "host": "YUI", "name": "applyTo", "url": "YUI.html#method_applyTo", "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": "YUI", "name": "blur", "url": "YUI.html#event_blur", "type": "event"}, {"access": "", "host": "config", "name": "bootstrap", "url": "config.html#property_bootstrap", "type": "property"}, {"access": "", "host": "YUI", "name": "cached", "url": "YUI.html#method_cached", "type": "method"}, {"access": "", "host": "config", "name": "charset", "url": "config.html#property_charset", "type": "property"}, {"access": "", "host": "config", "name": "combine", "url": "config.html#property_combine", "type": "property"}, {"access": "", "host": "config", "name": "comboBase", "url": "config.html#property_comboBase", "type": "property"}, {"access": "", "host": "YUI", "name": "contentready", "url": "YUI.html#event_contentready", "type": "event"}, {"access": "", "host": "config", "name": "core", "url": "config.html#property_core", "type": "property"}, {"access": "", "host": "config", "name": "cssAttributes", "url": "config.html#property_cssAttributes", "type": "property"}, {"access": "", "host": "config", "name": "dateFormat", "url": "config.html#property_dateFormat", "type": "property"}, {"access": "", "host": "YUI", "name": "delegate", "url": "YUI.html#method_delegate", "type": "method"}, {"access": "", "host": "YUI", "name": "delegate", "url": "YUI.html#event_delegate", "type": "event"}, {"access": "", "host": "config", "name": "doc", "url": "config.html#property_doc", "type": "property"}, {"access": "", "host": "Object", "name": "each", "url": "Object.html#method_each", "type": "method"}, {"access": "", "host": "YUI", "name": "error", "url": "YUI.html#method_error", "type": "method"}, {"access": "private", "host": "Object", "name": "_extract", "url": "Object.html#method__extract", "type": "method"}, {"access": "", "host": "config", "name": "fetchCSS", "url": "config.html#property_fetchCSS", "type": "property"}, {"access": "", "host": "config", "name": "filter", "url": "config.html#property_filter", "type": "property"}, {"access": "", "host": "config", "name": "filters", "url": "config.html#property_filters", "type": "property"}, {"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": "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": "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": "config", "name": "insertBefore", "url": "config.html#property_insertBefore", "type": "property"}, {"access": "", "host": "config", "name": "jsAttributes", "url": "config.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": "", "host": "config", "name": "loaderPath", "url": "config.html#property_loaderPath", "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": "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": "mousewheel", "url": "YUI.html#event_mousewheel", "type": "event"}, {"access": "", "host": "YUI", "name": "namespace", "url": "YUI.html#method_namespace", "type": "method"}, {"access": "", "host": "YUI", "name": "Node.plug", "url": "YUI.html#method_Node.plug", "type": "method"}, {"access": "", "host": "YUI", "name": "Node.unplug", "url": "YUI.html#method_Node.unplug", "type": "method"}, {"access": "", "host": "YUI", "name": "on", "url": "YUI.html#method_on", "type": "method"}, {"access": "", "host": "config", "name": "onCSS", "url": "config.html#property_onCSS", "type": "property"}, {"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": "", "host": "config", "name": "purgethreshold", "url": "config.html#property_purgethreshold", "type": "property"}, {"access": "", "host": "config", "name": "root", "url": "config.html#property_root", "type": "property"}, {"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": "", "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": "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": "", "host": "YUI", "name": "use", "url": "YUI.html#method_use", "type": "method"}, {"access": "", "host": "config", "name": "useBrowserConsole", "url": "config.html#property_useBrowserConsole", "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"}]; |
|
793 </script> |
|
794 </body> |
|
795 </html> |