|
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: imageloader ImgLoadGroup (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>imageloader <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_imageloader.html" title="imageloader">imageloader</a> |
|
22 > ImgLoadGroup |
|
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">ImgLoadGroup</b> |
|
52 <span class="extends"> |
|
53 - extends <a href="Base.html" title="Base">Base</a> |
|
54 </span> |
|
55 |
|
56 </h2> |
|
57 <!-- class tree goes here --> |
|
58 |
|
59 |
|
60 |
|
61 |
|
62 <div class="summary description" property="yui:description"> |
|
63 A group for images. A group can have one time limit and a series of triggers. Thus the images belonging to this group must share these constraints. |
|
64 </div> |
|
65 |
|
66 <div class="section constructor details" rel="yui:constructor" resource="#constructor"> |
|
67 <h3 id="constructor">Constructor</h3> |
|
68 <div class="content"> |
|
69 <div class="detail"> |
|
70 <strong property="yui:name">ImgLoadGroup</strong> |
|
71 <code> |
|
72 ( |
|
73 ) |
|
74 </code> |
|
75 <div class="description"> |
|
76 |
|
77 |
|
78 </div> |
|
79 </div> |
|
80 </div> |
|
81 </div> |
|
82 |
|
83 <div rel="yui:properties" resource="#properties"> |
|
84 <div class="section field details"> |
|
85 <h3 id="properties">Properties</h3> |
|
86 <div class="content"> |
|
87 <div class="private" rel="yui:property" resource="#property__areFoldTriggersSet"> |
|
88 <h4><a name="property__areFoldTriggersSet" property="yui:name">_areFoldTriggersSet</a> |
|
89 - <code>private <span property="yui:type">Boolean</span></code> |
|
90 </h4> |
|
91 <div class="detail"> |
|
92 <div class="description" property="yui:description"> |
|
93 Boolean tracking whether the window scroll and window resize triggers have been set if this is a fold group. |
|
94 </div> |
|
95 </div> |
|
96 |
|
97 |
|
98 |
|
99 |
|
100 <hr /> |
|
101 </div> |
|
102 <div class="private" rel="yui:property" resource="#property__classImageEls"> |
|
103 <h4><a name="property__classImageEls" property="yui:name">_classImageEls</a> |
|
104 - <code>private <span property="yui:type">Array</span></code> |
|
105 </h4> |
|
106 <div class="detail"> |
|
107 <div class="description" property="yui:description"> |
|
108 DOM elements having the class name that is associated with this group. |
|
109 Elements are stored during the <code>_foldCheck</code> function and reused later during any subsequent <code>_foldCheck</code> calls - gives a slight performance improvement when the page fold is repeatedly checked. |
|
110 </div> |
|
111 </div> |
|
112 |
|
113 |
|
114 |
|
115 |
|
116 <hr /> |
|
117 </div> |
|
118 <div class="private" rel="yui:property" resource="#property__className"> |
|
119 <h4><a name="property__className" property="yui:name">_className</a> |
|
120 - <code>private <span property="yui:type">String</span></code> |
|
121 </h4> |
|
122 <div class="detail"> |
|
123 <div class="description" property="yui:description"> |
|
124 Keep the CSS class name in a member variable for ease and speed. |
|
125 </div> |
|
126 </div> |
|
127 |
|
128 |
|
129 |
|
130 |
|
131 <hr /> |
|
132 </div> |
|
133 <div class="private" rel="yui:property" resource="#property__imgObjs"> |
|
134 <h4><a name="property__imgObjs" property="yui:name">_imgObjs</a> |
|
135 - <code>private <span property="yui:type">Object</span></code> |
|
136 </h4> |
|
137 <div class="detail"> |
|
138 <div class="description" property="yui:description"> |
|
139 Collection of images (<code>Y.ImgLoadImgObj</code> objects) registered with this group, keyed by DOM id. |
|
140 </div> |
|
141 </div> |
|
142 |
|
143 |
|
144 |
|
145 |
|
146 <hr /> |
|
147 </div> |
|
148 <div class="private" rel="yui:property" resource="#property__maxKnownHLimit"> |
|
149 <h4><a name="property__maxKnownHLimit" property="yui:name">_maxKnownHLimit</a> |
|
150 - <code>private <span property="yui:type">Int</span></code> |
|
151 </h4> |
|
152 <div class="detail"> |
|
153 <div class="description" property="yui:description"> |
|
154 The maximum pixel height of the document that has been made visible. |
|
155 During fold checks, if the user scrolls up then there's no need to check for newly exposed images. |
|
156 </div> |
|
157 </div> |
|
158 |
|
159 |
|
160 |
|
161 |
|
162 <hr /> |
|
163 </div> |
|
164 <div class="private" rel="yui:property" resource="#property__timeout"> |
|
165 <h4><a name="property__timeout" property="yui:name">_timeout</a> |
|
166 - <code>private <span property="yui:type">Object</span></code> |
|
167 </h4> |
|
168 <div class="detail"> |
|
169 <div class="description" property="yui:description"> |
|
170 Timeout object to keep a handle on the time limit. |
|
171 </div> |
|
172 </div> |
|
173 |
|
174 |
|
175 |
|
176 |
|
177 <hr /> |
|
178 </div> |
|
179 <div class="private" rel="yui:property" resource="#property__triggers"> |
|
180 <h4><a name="property__triggers" property="yui:name">_triggers</a> |
|
181 - <code>private <span property="yui:type">Array</span></code> |
|
182 </h4> |
|
183 <div class="detail"> |
|
184 <div class="description" property="yui:description"> |
|
185 Collection of triggers for this group. |
|
186 Keeps track of each trigger's event handle, as returned from <code>Y.on</code>. |
|
187 </div> |
|
188 </div> |
|
189 |
|
190 |
|
191 |
|
192 |
|
193 <hr /> |
|
194 </div> |
|
195 </div> |
|
196 </div> |
|
197 |
|
198 <div rel="yui:inheritance"> |
|
199 <div class="section field inheritance" rel="yui:superclass" resource="Attribute.html"> |
|
200 <h4>Properties inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4> |
|
201 <div class="content" rel="yui:properties"> |
|
202 <code> |
|
203 |
|
204 </code> |
|
205 </div> |
|
206 </div> |
|
207 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
208 <h4>Properties inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
209 <div class="content" rel="yui:properties"> |
|
210 <code> |
|
211 |
|
212 <span rel="yui:property" resource="Base.html#property_name"> |
|
213 <a class=" deprecated" href="Base.html#property_name" property="yui:name" title="name">name</a> |
|
214 </span> |
|
215 |
|
216 </code> |
|
217 </div> |
|
218 </div> |
|
219 </div> |
|
220 </div> |
|
221 |
|
222 <div rel="yui:methods" resource="#methods"> |
|
223 <div class="section method details"> |
|
224 <h3 id="methods">Methods</h3> |
|
225 <div class="content"> |
|
226 <div class="private" rel="yui:method" resource="#method__clearTriggers"> |
|
227 <h4> |
|
228 <a name="method__clearTriggers">_clearTriggers</a></h4> |
|
229 <div class="detail" > |
|
230 <code> |
|
231 private |
|
232 |
|
233 |
|
234 void |
|
235 <strong property="yui:name">_clearTriggers</strong> |
|
236 ( |
|
237 ) |
|
238 </code> |
|
239 |
|
240 <div class="description" property="yui:description"> |
|
241 Clears the timeout and all triggers associated with the group. |
|
242 </div> |
|
243 |
|
244 <div class="description"> |
|
245 |
|
246 |
|
247 |
|
248 |
|
249 |
|
250 |
|
251 </div> |
|
252 |
|
253 </div> |
|
254 <hr /> |
|
255 </div> |
|
256 <div class="private" rel="yui:method" resource="#method__fetchByClass"> |
|
257 <h4> |
|
258 <a name="method__fetchByClass">_fetchByClass</a></h4> |
|
259 <div class="detail" > |
|
260 <code> |
|
261 private |
|
262 |
|
263 |
|
264 void |
|
265 <strong property="yui:name">_fetchByClass</strong> |
|
266 ( |
|
267 ) |
|
268 </code> |
|
269 |
|
270 <div class="description" property="yui:description"> |
|
271 Finds all elements in the DOM with the class name specified in the group. Removes the class from the element in order to let the style definitions trigger the image fetching. |
|
272 </div> |
|
273 |
|
274 <div class="description"> |
|
275 |
|
276 |
|
277 |
|
278 |
|
279 |
|
280 |
|
281 </div> |
|
282 |
|
283 </div> |
|
284 <hr /> |
|
285 </div> |
|
286 <div class="private" rel="yui:method" resource="#method__foldCheck"> |
|
287 <h4> |
|
288 <a name="method__foldCheck">_foldCheck</a></h4> |
|
289 <div class="detail" > |
|
290 <code> |
|
291 private |
|
292 |
|
293 |
|
294 void |
|
295 <strong property="yui:name">_foldCheck</strong> |
|
296 ( |
|
297 ) |
|
298 </code> |
|
299 |
|
300 <div class="description" property="yui:description"> |
|
301 Checks the position of each image in the group. If any part of the image is within the specified distance (<code>foldDistance</code>) of the client viewport, the image is fetched immediately. |
|
302 </div> |
|
303 |
|
304 <div class="description"> |
|
305 |
|
306 |
|
307 |
|
308 |
|
309 |
|
310 |
|
311 </div> |
|
312 |
|
313 </div> |
|
314 <hr /> |
|
315 </div> |
|
316 <div class="private" rel="yui:method" resource="#method__getFetchTimeout"> |
|
317 <h4> |
|
318 <a name="method__getFetchTimeout">_getFetchTimeout</a></h4> |
|
319 <div class="detail" > |
|
320 <code> |
|
321 private |
|
322 |
|
323 |
|
324 Function |
|
325 <strong property="yui:name">_getFetchTimeout</strong> |
|
326 ( |
|
327 ) |
|
328 </code> |
|
329 |
|
330 <div class="description" property="yui:description"> |
|
331 Returns the group's <code>fetch</code> method, with the proper closure, for use with <code>setTimeout</code>. |
|
332 </div> |
|
333 |
|
334 <div class="description"> |
|
335 |
|
336 |
|
337 <dl> |
|
338 <dt>Returns: |
|
339 <code property="yui:return"> |
|
340 Function |
|
341 </code></dt> |
|
342 <dd property="yui:returnInfo">group's <code>fetch</code> method</dd> |
|
343 </dl> |
|
344 |
|
345 |
|
346 |
|
347 |
|
348 </div> |
|
349 |
|
350 </div> |
|
351 <hr /> |
|
352 </div> |
|
353 <div class="private" rel="yui:method" resource="#method__init"> |
|
354 <h4> |
|
355 <a name="method__init">_init</a></h4> |
|
356 <div class="detail" > |
|
357 <code> |
|
358 private |
|
359 |
|
360 |
|
361 void |
|
362 <strong property="yui:name">_init</strong> |
|
363 ( |
|
364 ) |
|
365 </code> |
|
366 |
|
367 <div class="description" property="yui:description"> |
|
368 Initialize all private members needed for the group. |
|
369 </div> |
|
370 |
|
371 <div class="description"> |
|
372 |
|
373 |
|
374 |
|
375 |
|
376 |
|
377 |
|
378 </div> |
|
379 |
|
380 </div> |
|
381 <hr /> |
|
382 </div> |
|
383 <div class="private" rel="yui:method" resource="#method__onloadTasks"> |
|
384 <h4> |
|
385 <a name="method__onloadTasks">_onloadTasks</a></h4> |
|
386 <div class="detail" > |
|
387 <code> |
|
388 private |
|
389 |
|
390 |
|
391 void |
|
392 <strong property="yui:name">_onloadTasks</strong> |
|
393 ( |
|
394 ) |
|
395 </code> |
|
396 |
|
397 <div class="description" property="yui:description"> |
|
398 Performs necessary setup at domready time. |
|
399 Initiates time limit for group; executes the fold check for the images. |
|
400 </div> |
|
401 |
|
402 <div class="description"> |
|
403 |
|
404 |
|
405 |
|
406 |
|
407 |
|
408 |
|
409 </div> |
|
410 |
|
411 </div> |
|
412 <hr /> |
|
413 </div> |
|
414 <div class="private" rel="yui:method" resource="#method__setFoldTriggers"> |
|
415 <h4> |
|
416 <a name="method__setFoldTriggers">_setFoldTriggers</a></h4> |
|
417 <div class="detail" > |
|
418 <code> |
|
419 private |
|
420 |
|
421 |
|
422 void |
|
423 <strong property="yui:name">_setFoldTriggers</strong> |
|
424 ( |
|
425 ) |
|
426 </code> |
|
427 |
|
428 <div class="description" property="yui:description"> |
|
429 Sets the window scroll and window resize triggers for any group that is fold-conditional (i.e., has a fold distance set). |
|
430 </div> |
|
431 |
|
432 <div class="description"> |
|
433 |
|
434 |
|
435 |
|
436 |
|
437 |
|
438 |
|
439 </div> |
|
440 |
|
441 </div> |
|
442 <hr /> |
|
443 </div> |
|
444 <div class="" rel="yui:method" resource="#method_addCustomTrigger"> |
|
445 <h4> |
|
446 <a name="method_addCustomTrigger">addCustomTrigger</a></h4> |
|
447 <div class="detail" > |
|
448 <code> |
|
449 |
|
450 |
|
451 |
|
452 void |
|
453 <strong property="yui:name">addCustomTrigger</strong> |
|
454 ( |
|
455 |
|
456 |
|
457 name |
|
458 |
|
459 |
|
460 , |
|
461 obj |
|
462 |
|
463 |
|
464 ) |
|
465 </code> |
|
466 |
|
467 <div class="description" property="yui:description"> |
|
468 Adds a custom event trigger to the group. |
|
469 </div> |
|
470 |
|
471 <div class="description"> |
|
472 |
|
473 <dl rel="yui:parameters"> |
|
474 <dt>Parameters:</dt> |
|
475 <dd rel="yui:parameter"> |
|
476 <code><span property="yui:name">name</span> |
|
477 <<span property="yui:type">String</span>> |
|
478 </code> |
|
479 <span property="yui:description"> The name of the event</span> |
|
480 </dd> |
|
481 <dd rel="yui:parameter"> |
|
482 <code><span property="yui:name">obj</span> |
|
483 <<span property="yui:type">Object</span>> |
|
484 </code> |
|
485 <span property="yui:description"> The object on which to attach the event. <code>obj</code> is optional - by default the event is attached to the <code>Y</code> instance</span> |
|
486 </dd> |
|
487 </dl> |
|
488 |
|
489 |
|
490 <div class="chainable"> |
|
491 <strong>Chainable:</strong> This method is chainable. |
|
492 </div> |
|
493 |
|
494 |
|
495 |
|
496 </div> |
|
497 |
|
498 </div> |
|
499 <hr /> |
|
500 </div> |
|
501 <div class="" rel="yui:method" resource="#method_addTrigger"> |
|
502 <h4> |
|
503 <a name="method_addTrigger">addTrigger</a></h4> |
|
504 <div class="detail" > |
|
505 <code> |
|
506 |
|
507 |
|
508 |
|
509 void |
|
510 <strong property="yui:name">addTrigger</strong> |
|
511 ( |
|
512 |
|
513 |
|
514 obj |
|
515 |
|
516 |
|
517 , |
|
518 type |
|
519 |
|
520 |
|
521 ) |
|
522 </code> |
|
523 |
|
524 <div class="description" property="yui:description"> |
|
525 Adds a trigger to the group. Arguments are passed to <code>Y.on</code>. |
|
526 </div> |
|
527 |
|
528 <div class="description"> |
|
529 |
|
530 <dl rel="yui:parameters"> |
|
531 <dt>Parameters:</dt> |
|
532 <dd rel="yui:parameter"> |
|
533 <code><span property="yui:name">obj</span> |
|
534 <<span property="yui:type">Object</span>> |
|
535 </code> |
|
536 <span property="yui:description"> The DOM object to attach the trigger event to</span> |
|
537 </dd> |
|
538 <dd rel="yui:parameter"> |
|
539 <code><span property="yui:name">type</span> |
|
540 <<span property="yui:type">String</span>> |
|
541 </code> |
|
542 <span property="yui:description"> The event type</span> |
|
543 </dd> |
|
544 </dl> |
|
545 |
|
546 |
|
547 <div class="chainable"> |
|
548 <strong>Chainable:</strong> This method is chainable. |
|
549 </div> |
|
550 |
|
551 |
|
552 |
|
553 </div> |
|
554 |
|
555 </div> |
|
556 <hr /> |
|
557 </div> |
|
558 <div class="" rel="yui:method" resource="#method_fetch"> |
|
559 <h4> |
|
560 <a name="method_fetch">fetch</a></h4> |
|
561 <div class="detail" > |
|
562 <code> |
|
563 |
|
564 |
|
565 |
|
566 void |
|
567 <strong property="yui:name">fetch</strong> |
|
568 ( |
|
569 ) |
|
570 </code> |
|
571 |
|
572 <div class="description" property="yui:description"> |
|
573 Displays the images in the group. |
|
574 This method is called when a trigger fires or the time limit expires; it shouldn't be called externally, but is not private in the rare event that it needs to be called immediately. |
|
575 </div> |
|
576 |
|
577 <div class="description"> |
|
578 |
|
579 |
|
580 |
|
581 |
|
582 |
|
583 |
|
584 </div> |
|
585 |
|
586 </div> |
|
587 <hr /> |
|
588 </div> |
|
589 <div class="" rel="yui:method" resource="#method_registerImage"> |
|
590 <h4> |
|
591 <a name="method_registerImage">registerImage</a></h4> |
|
592 <div class="detail" > |
|
593 <code> |
|
594 |
|
595 |
|
596 |
|
597 Object |
|
598 <strong property="yui:name">registerImage</strong> |
|
599 ( |
|
600 |
|
601 |
|
602 * |
|
603 |
|
604 |
|
605 ) |
|
606 </code> |
|
607 |
|
608 <div class="description" property="yui:description"> |
|
609 Registers an image with the group. |
|
610 Arguments are passed through to a <code>Y.ImgLoadImgObj</code> constructor; see that class' attribute documentation for detailed information. "<code>domId</code>" is a required attribute. |
|
611 </div> |
|
612 |
|
613 <div class="description"> |
|
614 |
|
615 <dl rel="yui:parameters"> |
|
616 <dt>Parameters:</dt> |
|
617 <dd rel="yui:parameter"> |
|
618 <code><span property="yui:name">*</span> |
|
619 <<span property="yui:type">Object</span>> |
|
620 </code> |
|
621 <span property="yui:description"> A configuration object literal with attribute name/value pairs (passed through to a <code>Y.ImgLoadImgObj</code> constructor)</span> |
|
622 </dd> |
|
623 </dl> |
|
624 |
|
625 <dl> |
|
626 <dt>Returns: |
|
627 <code property="yui:return"> |
|
628 Object |
|
629 </code></dt> |
|
630 <dd property="yui:returnInfo"><code>Y.ImgLoadImgObj</code> that was registered</dd> |
|
631 </dl> |
|
632 |
|
633 |
|
634 |
|
635 |
|
636 </div> |
|
637 |
|
638 </div> |
|
639 <hr /> |
|
640 </div> |
|
641 </div> |
|
642 </div> |
|
643 |
|
644 <div rel="yui:inheritance"> |
|
645 <div class="section field inheritance" rel="yui:superclass" resource="EventTarget.html"> |
|
646 <h4>Methods inherited from <a href="EventTarget.html" property="yui:name" title="EventTarget">EventTarget</a>:</h4> |
|
647 <div class="content" rel="yui:methods"> |
|
648 <code> |
|
649 <span rel="yui:method" resource="EventTarget.html#method__getType"> |
|
650 <a class="private" href="EventTarget.html#method__getType" property="yui:name" title="_getType">_getType</a><span class="private">,</span> |
|
651 </span> |
|
652 <span rel="yui:method" resource="EventTarget.html#method__parseType"> |
|
653 <a class="private" href="EventTarget.html#method__parseType" property="yui:name" title="_parseType">_parseType</a><span class="private">,</span> |
|
654 </span> |
|
655 <span rel="yui:method" resource="EventTarget.html#method_addTarget"> |
|
656 <a class="" href="EventTarget.html#method_addTarget" property="yui:name" title="addTarget">addTarget</a><span class="">,</span> |
|
657 </span> |
|
658 <span rel="yui:method" resource="EventTarget.html#method_after"> |
|
659 <a class="" href="EventTarget.html#method_after" property="yui:name" title="after">after</a><span class="">,</span> |
|
660 </span> |
|
661 <span rel="yui:method" resource="EventTarget.html#method_before"> |
|
662 <a class=" deprecated" href="EventTarget.html#method_before" property="yui:name" title="before">before</a><span class=" deprecated">,</span> |
|
663 </span> |
|
664 <span rel="yui:method" resource="EventTarget.html#method_bubble"> |
|
665 <a class="" href="EventTarget.html#method_bubble" property="yui:name" title="bubble">bubble</a><span class="">,</span> |
|
666 </span> |
|
667 <span rel="yui:method" resource="EventTarget.html#method_detach"> |
|
668 <a class="" href="EventTarget.html#method_detach" property="yui:name" title="detach">detach</a><span class="">,</span> |
|
669 </span> |
|
670 <span rel="yui:method" resource="EventTarget.html#method_detachAll"> |
|
671 <a class="" href="EventTarget.html#method_detachAll" property="yui:name" title="detachAll">detachAll</a><span class="">,</span> |
|
672 </span> |
|
673 <span rel="yui:method" resource="EventTarget.html#method_fire"> |
|
674 <a class="" href="EventTarget.html#method_fire" property="yui:name" title="fire">fire</a><span class="">,</span> |
|
675 </span> |
|
676 <span rel="yui:method" resource="EventTarget.html#method_getEvent"> |
|
677 <a class="" href="EventTarget.html#method_getEvent" property="yui:name" title="getEvent">getEvent</a><span class="">,</span> |
|
678 </span> |
|
679 <span rel="yui:method" resource="EventTarget.html#method_on"> |
|
680 <a class="" href="EventTarget.html#method_on" property="yui:name" title="on">on</a><span class="">,</span> |
|
681 </span> |
|
682 <span rel="yui:method" resource="EventTarget.html#method_publish"> |
|
683 <a class="" href="EventTarget.html#method_publish" property="yui:name" title="publish">publish</a><span class="">,</span> |
|
684 </span> |
|
685 <span rel="yui:method" resource="EventTarget.html#method_removeTarget"> |
|
686 <a class="" href="EventTarget.html#method_removeTarget" property="yui:name" title="removeTarget">removeTarget</a><span class="">,</span> |
|
687 </span> |
|
688 <span rel="yui:method" resource="EventTarget.html#method_subscribe"> |
|
689 <a class=" deprecated" href="EventTarget.html#method_subscribe" property="yui:name" title="subscribe">subscribe</a><span class=" deprecated">,</span> |
|
690 </span> |
|
691 <span rel="yui:method" resource="EventTarget.html#method_unsubscribe"> |
|
692 <a class=" deprecated" href="EventTarget.html#method_unsubscribe" property="yui:name" title="unsubscribe">unsubscribe</a><span class=" deprecated">,</span> |
|
693 </span> |
|
694 <span rel="yui:method" resource="EventTarget.html#method_unsubscribeAll"> |
|
695 <a class=" deprecated" href="EventTarget.html#method_unsubscribeAll" property="yui:name" title="unsubscribeAll">unsubscribeAll</a> |
|
696 </span> |
|
697 </code> |
|
698 </div> |
|
699 </div> |
|
700 <div class="section field inheritance" rel="yui:superclass" resource="Attribute.html"> |
|
701 <h4>Methods inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4> |
|
702 <div class="content" rel="yui:methods"> |
|
703 <code> |
|
704 <span rel="yui:method" resource="Attribute.html#method__addAttrs"> |
|
705 <a class="private" href="Attribute.html#method__addAttrs" property="yui:name" title="_addAttrs">_addAttrs</a><span class="private">,</span> |
|
706 </span> |
|
707 <span rel="yui:method" resource="Attribute.html#method__addLazyAttr"> |
|
708 <a class="private" href="Attribute.html#method__addLazyAttr" property="yui:name" title="_addLazyAttr">_addLazyAttr</a><span class="private">,</span> |
|
709 </span> |
|
710 <span rel="yui:method" resource="Attribute.html#method__defAttrChangeFn"> |
|
711 <a class="private" href="Attribute.html#method__defAttrChangeFn" property="yui:name" title="_defAttrChangeFn">_defAttrChangeFn</a><span class="private">,</span> |
|
712 </span> |
|
713 <span rel="yui:method" resource="Attribute.html#method__fireAttrChange"> |
|
714 <a class="private" href="Attribute.html#method__fireAttrChange" property="yui:name" title="_fireAttrChange">_fireAttrChange</a><span class="private">,</span> |
|
715 </span> |
|
716 <span rel="yui:method" resource="Attribute.html#method__getAttr"> |
|
717 <a class="protected" href="Attribute.html#method__getAttr" property="yui:name" title="_getAttr">_getAttr</a><span class="protected">,</span> |
|
718 </span> |
|
719 <span rel="yui:method" resource="Attribute.html#method__getAttrInitVal"> |
|
720 <a class="private" href="Attribute.html#method__getAttrInitVal" property="yui:name" title="_getAttrInitVal">_getAttrInitVal</a><span class="private">,</span> |
|
721 </span> |
|
722 <span rel="yui:method" resource="Attribute.html#method__getAttrs"> |
|
723 <a class="protected" href="Attribute.html#method__getAttrs" property="yui:name" title="_getAttrs">_getAttrs</a><span class="protected">,</span> |
|
724 </span> |
|
725 <span rel="yui:method" resource="Attribute.html#method__getStateVal"> |
|
726 <a class="private" href="Attribute.html#method__getStateVal" property="yui:name" title="_getStateVal">_getStateVal</a><span class="private">,</span> |
|
727 </span> |
|
728 <span rel="yui:method" resource="Attribute.html#method__isLazyAttr"> |
|
729 <a class="private" href="Attribute.html#method__isLazyAttr" property="yui:name" title="_isLazyAttr">_isLazyAttr</a><span class="private">,</span> |
|
730 </span> |
|
731 <span rel="yui:method" resource="Attribute.html#method__normAttrVals"> |
|
732 <a class="private" href="Attribute.html#method__normAttrVals" property="yui:name" title="_normAttrVals">_normAttrVals</a><span class="private">,</span> |
|
733 </span> |
|
734 <span rel="yui:method" resource="Attribute.html#method__protectAttrs"> |
|
735 <a class="protected" href="Attribute.html#method__protectAttrs" property="yui:name" title="_protectAttrs">_protectAttrs</a><span class="protected">,</span> |
|
736 </span> |
|
737 <span rel="yui:method" resource="Attribute.html#method__set"> |
|
738 <a class="protected" href="Attribute.html#method__set" property="yui:name" title="_set">_set</a><span class="protected">,</span> |
|
739 </span> |
|
740 <span rel="yui:method" resource="Attribute.html#method__setAttr"> |
|
741 <a class="protected" href="Attribute.html#method__setAttr" property="yui:name" title="_setAttr">_setAttr</a><span class="protected">,</span> |
|
742 </span> |
|
743 <span rel="yui:method" resource="Attribute.html#method__setAttrs"> |
|
744 <a class="protected" href="Attribute.html#method__setAttrs" property="yui:name" title="_setAttrs">_setAttrs</a><span class="protected">,</span> |
|
745 </span> |
|
746 <span rel="yui:method" resource="Attribute.html#method__setAttrVal"> |
|
747 <a class="private" href="Attribute.html#method__setAttrVal" property="yui:name" title="_setAttrVal">_setAttrVal</a><span class="private">,</span> |
|
748 </span> |
|
749 <span rel="yui:method" resource="Attribute.html#method__setStateVal"> |
|
750 <a class="private" href="Attribute.html#method__setStateVal" property="yui:name" title="_setStateVal">_setStateVal</a><span class="private">,</span> |
|
751 </span> |
|
752 <span rel="yui:method" resource="Attribute.html#method_addAttr"> |
|
753 <a class="" href="Attribute.html#method_addAttr" property="yui:name" title="addAttr">addAttr</a><span class="">,</span> |
|
754 </span> |
|
755 <span rel="yui:method" resource="Attribute.html#method_addAttrs"> |
|
756 <a class="" href="Attribute.html#method_addAttrs" property="yui:name" title="addAttrs">addAttrs</a><span class="">,</span> |
|
757 </span> |
|
758 <span rel="yui:method" resource="Attribute.html#method_attrAdded"> |
|
759 <a class="" href="Attribute.html#method_attrAdded" property="yui:name" title="attrAdded">attrAdded</a><span class="">,</span> |
|
760 </span> |
|
761 <span rel="yui:method" resource="Attribute.html#method_get"> |
|
762 <a class="" href="Attribute.html#method_get" property="yui:name" title="get">get</a><span class="">,</span> |
|
763 </span> |
|
764 <span rel="yui:method" resource="Attribute.html#method_getAttrs"> |
|
765 <a class="" href="Attribute.html#method_getAttrs" property="yui:name" title="getAttrs">getAttrs</a><span class="">,</span> |
|
766 </span> |
|
767 <span rel="yui:method" resource="Attribute.html#method_modifyAttr"> |
|
768 <a class="" href="Attribute.html#method_modifyAttr" property="yui:name" title="modifyAttr">modifyAttr</a><span class="">,</span> |
|
769 </span> |
|
770 <span rel="yui:method" resource="Attribute.html#method_removeAttr"> |
|
771 <a class="" href="Attribute.html#method_removeAttr" property="yui:name" title="removeAttr">removeAttr</a><span class="">,</span> |
|
772 </span> |
|
773 <span rel="yui:method" resource="Attribute.html#method_reset"> |
|
774 <a class="" href="Attribute.html#method_reset" property="yui:name" title="reset">reset</a><span class="">,</span> |
|
775 </span> |
|
776 <span rel="yui:method" resource="Attribute.html#method_set"> |
|
777 <a class="" href="Attribute.html#method_set" property="yui:name" title="set">set</a><span class="">,</span> |
|
778 </span> |
|
779 <span rel="yui:method" resource="Attribute.html#method_setAttrs"> |
|
780 <a class="" href="Attribute.html#method_setAttrs" property="yui:name" title="setAttrs">setAttrs</a> |
|
781 </span> |
|
782 </code> |
|
783 </div> |
|
784 </div> |
|
785 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
786 <h4>Methods inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
787 <div class="content" rel="yui:methods"> |
|
788 <code> |
|
789 <span rel="yui:method" resource="Base.html#method__aggregateAttrs"> |
|
790 <a class="private" href="Base.html#method__aggregateAttrs" property="yui:name" title="_aggregateAttrs">_aggregateAttrs</a><span class="private">,</span> |
|
791 </span> |
|
792 <span rel="yui:method" resource="Base.html#method__defDestroyFn"> |
|
793 <a class="protected" href="Base.html#method__defDestroyFn" property="yui:name" title="_defDestroyFn">_defDestroyFn</a><span class="protected">,</span> |
|
794 </span> |
|
795 <span rel="yui:method" resource="Base.html#method__defInitFn"> |
|
796 <a class="protected" href="Base.html#method__defInitFn" property="yui:name" title="_defInitFn">_defInitFn</a><span class="protected">,</span> |
|
797 </span> |
|
798 <span rel="yui:method" resource="Base.html#method__destroyHierarchy"> |
|
799 <a class="private" href="Base.html#method__destroyHierarchy" property="yui:name" title="_destroyHierarchy">_destroyHierarchy</a><span class="private">,</span> |
|
800 </span> |
|
801 <span rel="yui:method" resource="Base.html#method__filterAttrCfs"> |
|
802 <a class="private" href="Base.html#method__filterAttrCfs" property="yui:name" title="_filterAttrCfs">_filterAttrCfs</a><span class="private">,</span> |
|
803 </span> |
|
804 <span rel="yui:method" resource="Base.html#method__getAttrCfgs"> |
|
805 <a class="protected" href="Base.html#method__getAttrCfgs" property="yui:name" title="_getAttrCfgs">_getAttrCfgs</a><span class="protected">,</span> |
|
806 </span> |
|
807 <span rel="yui:method" resource="Base.html#method__getClasses"> |
|
808 <a class="protected" href="Base.html#method__getClasses" property="yui:name" title="_getClasses">_getClasses</a><span class="protected">,</span> |
|
809 </span> |
|
810 <span rel="yui:method" resource="Base.html#method__initHierarchy"> |
|
811 <a class="private" href="Base.html#method__initHierarchy" property="yui:name" title="_initHierarchy">_initHierarchy</a><span class="private">,</span> |
|
812 </span> |
|
813 <span rel="yui:method" resource="Base.html#method__initHierarchyData"> |
|
814 <a class="private" href="Base.html#method__initHierarchyData" property="yui:name" title="_initHierarchyData">_initHierarchyData</a><span class="private">,</span> |
|
815 </span> |
|
816 <span rel="yui:method" resource="Base.html#method_destroy"> |
|
817 <a class="" href="Base.html#method_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span> |
|
818 </span> |
|
819 <span rel="yui:method" resource="Base.html#method_init"> |
|
820 <a class="" href="Base.html#method_init" property="yui:name" title="init">init</a><span class="">,</span> |
|
821 </span> |
|
822 <span rel="yui:method" resource="Base.html#method_toString"> |
|
823 <a class="" href="Base.html#method_toString" property="yui:name" title="toString">toString</a> |
|
824 </span> |
|
825 </code> |
|
826 </div> |
|
827 </div> |
|
828 </div> |
|
829 </div> |
|
830 |
|
831 <div rel="yui:events" resource="#events"> |
|
832 <div class="section method details"> |
|
833 <h3 id="events">Events</h3> |
|
834 <div class="content"> |
|
835 <div class="" rel="yui:event" resource="#event_classNameChange"> |
|
836 <h4> |
|
837 <a name="event_classNameChange">classNameChange</a></h4> |
|
838 <div class="detail"> |
|
839 <code> |
|
840 |
|
841 |
|
842 |
|
843 <strong property="yui:name">classNameChange</strong> |
|
844 |
|
845 ( |
|
846 |
|
847 |
|
848 event |
|
849 |
|
850 |
|
851 ) |
|
852 |
|
853 </code> |
|
854 |
|
855 <div class="description" property="yui:description"> |
|
856 Fires when the value for the configuration attribute 'className' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
857 </div> |
|
858 |
|
859 <div class="description"> |
|
860 |
|
861 |
|
862 <dl rel="yui:parameters"> |
|
863 <dt>Parameters:</dt> |
|
864 <dd rel="yui:parameter"> |
|
865 <code><span property="yui:name">event</span> |
|
866 <<span property="yui:type">Event.Facade</span>> |
|
867 </code> |
|
868 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
869 </dd> |
|
870 |
|
871 </dl> |
|
872 |
|
873 |
|
874 </div> |
|
875 |
|
876 </div> |
|
877 <hr /> |
|
878 </div> |
|
879 <div class="" rel="yui:event" resource="#event_foldDistanceChange"> |
|
880 <h4> |
|
881 <a name="event_foldDistanceChange">foldDistanceChange</a></h4> |
|
882 <div class="detail"> |
|
883 <code> |
|
884 |
|
885 |
|
886 |
|
887 <strong property="yui:name">foldDistanceChange</strong> |
|
888 |
|
889 ( |
|
890 |
|
891 |
|
892 event |
|
893 |
|
894 |
|
895 ) |
|
896 |
|
897 </code> |
|
898 |
|
899 <div class="description" property="yui:description"> |
|
900 Fires when the value for the configuration attribute 'foldDistance' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
901 </div> |
|
902 |
|
903 <div class="description"> |
|
904 |
|
905 |
|
906 <dl rel="yui:parameters"> |
|
907 <dt>Parameters:</dt> |
|
908 <dd rel="yui:parameter"> |
|
909 <code><span property="yui:name">event</span> |
|
910 <<span property="yui:type">Event.Facade</span>> |
|
911 </code> |
|
912 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
913 </dd> |
|
914 |
|
915 </dl> |
|
916 |
|
917 |
|
918 </div> |
|
919 |
|
920 </div> |
|
921 <hr /> |
|
922 </div> |
|
923 <div class="" rel="yui:event" resource="#event_nameChange"> |
|
924 <h4> |
|
925 <a name="event_nameChange">nameChange</a></h4> |
|
926 <div class="detail"> |
|
927 <code> |
|
928 |
|
929 |
|
930 |
|
931 <strong property="yui:name">nameChange</strong> |
|
932 |
|
933 ( |
|
934 |
|
935 |
|
936 event |
|
937 |
|
938 |
|
939 ) |
|
940 |
|
941 </code> |
|
942 |
|
943 <div class="description" property="yui:description"> |
|
944 Fires when the value for the configuration attribute 'name' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
945 </div> |
|
946 |
|
947 <div class="description"> |
|
948 |
|
949 |
|
950 <dl rel="yui:parameters"> |
|
951 <dt>Parameters:</dt> |
|
952 <dd rel="yui:parameter"> |
|
953 <code><span property="yui:name">event</span> |
|
954 <<span property="yui:type">Event.Facade</span>> |
|
955 </code> |
|
956 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
957 </dd> |
|
958 |
|
959 </dl> |
|
960 |
|
961 |
|
962 </div> |
|
963 |
|
964 </div> |
|
965 <hr /> |
|
966 </div> |
|
967 <div class="" rel="yui:event" resource="#event_timeLimitChange"> |
|
968 <h4> |
|
969 <a name="event_timeLimitChange">timeLimitChange</a></h4> |
|
970 <div class="detail"> |
|
971 <code> |
|
972 |
|
973 |
|
974 |
|
975 <strong property="yui:name">timeLimitChange</strong> |
|
976 |
|
977 ( |
|
978 |
|
979 |
|
980 event |
|
981 |
|
982 |
|
983 ) |
|
984 |
|
985 </code> |
|
986 |
|
987 <div class="description" property="yui:description"> |
|
988 Fires when the value for the configuration attribute 'timeLimit' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
989 </div> |
|
990 |
|
991 <div class="description"> |
|
992 |
|
993 |
|
994 <dl rel="yui:parameters"> |
|
995 <dt>Parameters:</dt> |
|
996 <dd rel="yui:parameter"> |
|
997 <code><span property="yui:name">event</span> |
|
998 <<span property="yui:type">Event.Facade</span>> |
|
999 </code> |
|
1000 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
1001 </dd> |
|
1002 |
|
1003 </dl> |
|
1004 |
|
1005 |
|
1006 </div> |
|
1007 |
|
1008 </div> |
|
1009 <hr /> |
|
1010 </div> |
|
1011 </div> |
|
1012 </div> |
|
1013 |
|
1014 |
|
1015 <div rel="yui:inheritance"> |
|
1016 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
1017 <h4>Events inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
1018 <div class="content" rel="yui:events"> |
|
1019 <code> |
|
1020 <span rel="yui:event" resource="Base.html#event_destroy"> |
|
1021 <a class="" href="Base.html#event_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span> |
|
1022 </span> |
|
1023 <span rel="yui:event" resource="Base.html#event_destroyedChange"> |
|
1024 <a class="" href="Base.html#event_destroyedChange" property="yui:name" title="destroyedChange">destroyedChange</a><span class="">,</span> |
|
1025 </span> |
|
1026 <span rel="yui:event" resource="Base.html#event_init"> |
|
1027 <a class="" href="Base.html#event_init" property="yui:name" title="init">init</a><span class="">,</span> |
|
1028 </span> |
|
1029 <span rel="yui:event" resource="Base.html#event_initializedChange"> |
|
1030 <a class="" href="Base.html#event_initializedChange" property="yui:name" title="initializedChange">initializedChange</a><span class="">,</span> |
|
1031 </span> |
|
1032 |
|
1033 </code> |
|
1034 </div> |
|
1035 </div> |
|
1036 </div> |
|
1037 </div> |
|
1038 |
|
1039 <div rel="yui:attributes" resource="#configattributes"> |
|
1040 <div class="section field details"> |
|
1041 <h3 id="configattributes">Configuration Attributes</h3> |
|
1042 <div class="content"> |
|
1043 <div class="" rel="yui:attribute" resource="#config_className"> |
|
1044 <h4><a name="config_className">className</a> |
|
1045 <code>- <span property="yui:type">String</span></code> |
|
1046 </h4> |
|
1047 <div class="detail"> |
|
1048 <div class="description" property="yui:description"> |
|
1049 Class name that will identify images belonging to the group. This class name will be removed from each element in order to fetch images. |
|
1050 This class should have, in its CSS style definition, "<code>background:none !important;</code>". |
|
1051 </div> |
|
1052 </div> |
|
1053 |
|
1054 |
|
1055 |
|
1056 <hr /> |
|
1057 </div> |
|
1058 <div class="" rel="yui:attribute" resource="#config_foldDistance"> |
|
1059 <h4><a name="config_foldDistance">foldDistance</a> |
|
1060 <code>- <span property="yui:type">Number</span></code> |
|
1061 </h4> |
|
1062 <div class="detail"> |
|
1063 <div class="description" property="yui:description"> |
|
1064 Distance below the fold for which images are loaded. Images are not loaded until they are at most this distance away from (or above) the fold. |
|
1065 This check is performed at page load (domready) and after any window scroll or window resize event (until all images are loaded). |
|
1066 </div> |
|
1067 </div> |
|
1068 |
|
1069 |
|
1070 |
|
1071 <hr /> |
|
1072 </div> |
|
1073 <div class="" rel="yui:attribute" resource="#config_name"> |
|
1074 <h4><a name="config_name">name</a> |
|
1075 <code>- <span property="yui:type">String</span></code> |
|
1076 </h4> |
|
1077 <div class="detail"> |
|
1078 <div class="description" property="yui:description"> |
|
1079 Name for the group. Only used to identify the group in logging statements. |
|
1080 </div> |
|
1081 </div> |
|
1082 |
|
1083 |
|
1084 |
|
1085 <hr /> |
|
1086 </div> |
|
1087 <div class="" rel="yui:attribute" resource="#config_timeLimit"> |
|
1088 <h4><a name="config_timeLimit">timeLimit</a> |
|
1089 <code>- <span property="yui:type">Number</span></code> |
|
1090 </h4> |
|
1091 <div class="detail"> |
|
1092 <div class="description" property="yui:description"> |
|
1093 Time limit, in seconds, after which images are fetched regardless of trigger events. |
|
1094 </div> |
|
1095 </div> |
|
1096 |
|
1097 |
|
1098 |
|
1099 <hr /> |
|
1100 </div> |
|
1101 |
|
1102 </div> |
|
1103 </div> |
|
1104 |
|
1105 <div rel="yui:inheritance"> |
|
1106 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
1107 <h4>Configuration attributes inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
1108 <div class="content" rel="yui:attributes"> |
|
1109 <code> |
|
1110 <span rel="yui:attribute" resource="Base.html#config_destroyed"> |
|
1111 <a class="" href="Base.html#config_destroyed" property="yui:name" title="destroyed">destroyed</a><span class="">,</span> |
|
1112 </span> |
|
1113 <span rel="yui:attribute" resource="Base.html#config_initialized"> |
|
1114 <a class="" href="Base.html#config_initialized" property="yui:name" title="initialized">initialized</a><span class="">,</span> |
|
1115 </span> |
|
1116 |
|
1117 </code> |
|
1118 </div> |
|
1119 </div> |
|
1120 </div> |
|
1121 </div> |
|
1122 |
|
1123 </div> |
|
1124 </div> |
|
1125 <div class="yui-b"> |
|
1126 <div class="nav"> |
|
1127 |
|
1128 <div id="moduleList" class="module"> |
|
1129 <h4>Modules</h4> |
|
1130 <ul class="content"> |
|
1131 <li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
1132 <li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li> |
|
1133 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
1134 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
1135 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
1136 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
1137 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
1138 <li class=""><a href="module_console.html" title="console">console</a></li> |
|
1139 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
1140 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
1141 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
1142 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
1143 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
1144 <li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
1145 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
1146 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
1147 <li class=""><a href="module_event.html" title="event">event</a></li> |
|
1148 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
1149 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
1150 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
1151 <li class="selected"><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
1152 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
1153 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
1154 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
1155 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
1156 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
1157 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
1158 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
1159 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
1160 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
1161 <li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li> |
|
1162 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
1163 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
1164 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
1165 <li class=""><a href="module_test.html" title="test">test</a></li> |
|
1166 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
1167 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
1168 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
1169 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
1170 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
1171 <li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
1172 </ul> |
|
1173 </div> |
|
1174 |
|
1175 <div id="classList" class="module"> |
|
1176 <h4>Classes</h4> |
|
1177 <ul class="content"> |
|
1178 <li class="selected"><a href="ImgLoadGroup.html" title="ImgLoadGroup">ImgLoadGroup</a></li> |
|
1179 <li class=""><a href="ImgLoadImgObj.html" title="ImgLoadImgObj">ImgLoadImgObj</a></li> |
|
1180 </ul> |
|
1181 </div> |
|
1182 |
|
1183 <div id="fileList" class="module"> |
|
1184 <h4>Files</h4> |
|
1185 <ul class="content"> |
|
1186 <li class=""><a href="imageloader.js.html" title="imageloader.js">imageloader.js</a></li> |
|
1187 </ul> |
|
1188 </div> |
|
1189 |
|
1190 <div id="propertyList" class="module"> |
|
1191 <h4>Properties</h4> |
|
1192 <ul class="content"> |
|
1193 <li class="private"><a href="#property__areFoldTriggersSet" title="_areFoldTriggersSet">_areFoldTriggersSet</a></li> |
|
1194 <li class="private"><a href="#property__classImageEls" title="_classImageEls">_classImageEls</a></li> |
|
1195 <li class="private"><a href="#property__className" title="_className">_className</a></li> |
|
1196 <li class="private"><a href="#property__imgObjs" title="_imgObjs">_imgObjs</a></li> |
|
1197 <li class="private"><a href="#property__maxKnownHLimit" title="_maxKnownHLimit">_maxKnownHLimit</a></li> |
|
1198 <li class="private"><a href="#property__timeout" title="_timeout">_timeout</a></li> |
|
1199 <li class="private"><a href="#property__triggers" title="_triggers">_triggers</a></li> |
|
1200 </ul> |
|
1201 </div> |
|
1202 |
|
1203 <div id="methodsList" class="module"> |
|
1204 <h4>Methods</h4> |
|
1205 <ul class="content"> |
|
1206 <li class="private"><a href="#method__clearTriggers" title="_clearTriggers">_clearTriggers</a></li> |
|
1207 <li class="private"><a href="#method__fetchByClass" title="_fetchByClass">_fetchByClass</a></li> |
|
1208 <li class="private"><a href="#method__foldCheck" title="_foldCheck">_foldCheck</a></li> |
|
1209 <li class="private"><a href="#method__getFetchTimeout" title="_getFetchTimeout">_getFetchTimeout</a></li> |
|
1210 <li class="private"><a href="#method__init" title="_init">_init</a></li> |
|
1211 <li class="private"><a href="#method__onloadTasks" title="_onloadTasks">_onloadTasks</a></li> |
|
1212 <li class="private"><a href="#method__setFoldTriggers" title="_setFoldTriggers">_setFoldTriggers</a></li> |
|
1213 <li class=""><a href="#method_addCustomTrigger" title="addCustomTrigger">addCustomTrigger</a></li> |
|
1214 <li class=""><a href="#method_addTrigger" title="addTrigger">addTrigger</a></li> |
|
1215 <li class=""><a href="#method_fetch" title="fetch">fetch</a></li> |
|
1216 <li class=""><a href="#method_registerImage" title="registerImage">registerImage</a></li> |
|
1217 </ul> |
|
1218 </div> |
|
1219 |
|
1220 <div id="eventsList" class="module"> |
|
1221 <h4>Events</h4> |
|
1222 <ul class="content"> |
|
1223 <li class=""><a href="#event_classNameChange" title="classNameChange">classNameChange</a></li> |
|
1224 <li class=""><a href="#event_foldDistanceChange" title="foldDistanceChange">foldDistanceChange</a></li> |
|
1225 <li class=""><a href="#event_nameChange" title="nameChange">nameChange</a></li> |
|
1226 <li class=""><a href="#event_timeLimitChange" title="timeLimitChange">timeLimitChange</a></li> |
|
1227 </ul> |
|
1228 </div> |
|
1229 |
|
1230 <div id="configList" class="module"> |
|
1231 <h4>Configuration Attributes</h4> |
|
1232 <ul class="content"> |
|
1233 <li class=""><a href="#config_className" title="className">className</a></li> |
|
1234 <li class=""><a href="#config_foldDistance" title="foldDistance">foldDistance</a></li> |
|
1235 <li class=""><a href="#config_name" title="name">name</a></li> |
|
1236 <li class=""><a href="#config_timeLimit" title="timeLimit">timeLimit</a></li> |
|
1237 </ul> |
|
1238 </div> |
|
1239 |
|
1240 </div> |
|
1241 </div> |
|
1242 </div> |
|
1243 <div id="ft"> |
|
1244 <hr /> |
|
1245 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
1246 </div> |
|
1247 </div> |
|
1248 <script type="text/javascript"> |
|
1249 ALL_YUI_PROPS = [{"access": "", "host": "ImgLoadGroup", "name": "addCustomTrigger", "url": "ImgLoadGroup.html#method_addCustomTrigger", "type": "method"}, {"access": "", "host": "ImgLoadGroup", "name": "addTrigger", "url": "ImgLoadGroup.html#method_addTrigger", "type": "method"}, {"access": "private", "host": "ImgLoadGroup", "name": "_areFoldTriggersSet", "url": "ImgLoadGroup.html#property__areFoldTriggersSet", "type": "property"}, {"access": "private", "host": "ImgLoadGroup", "name": "_classImageEls", "url": "ImgLoadGroup.html#property__classImageEls", "type": "property"}, {"access": "private", "host": "ImgLoadGroup", "name": "_className", "url": "ImgLoadGroup.html#property__className", "type": "property"}, {"access": "", "host": "ImgLoadGroup", "name": "className", "url": "ImgLoadGroup.html#config_className", "type": "config"}, {"access": "", "host": "ImgLoadGroup", "name": "classNameChange", "url": "ImgLoadGroup.html#event_classNameChange", "type": "event"}, {"access": "private", "host": "ImgLoadGroup", "name": "_clearTriggers", "url": "ImgLoadGroup.html#method__clearTriggers", "type": "method"}, {"access": "", "host": "ImgLoadGroup", "name": "fetch", "url": "ImgLoadGroup.html#method_fetch", "type": "method"}, {"access": "private", "host": "ImgLoadGroup", "name": "_fetchByClass", "url": "ImgLoadGroup.html#method__fetchByClass", "type": "method"}, {"access": "private", "host": "ImgLoadGroup", "name": "_foldCheck", "url": "ImgLoadGroup.html#method__foldCheck", "type": "method"}, {"access": "", "host": "ImgLoadGroup", "name": "foldDistance", "url": "ImgLoadGroup.html#config_foldDistance", "type": "config"}, {"access": "", "host": "ImgLoadGroup", "name": "foldDistanceChange", "url": "ImgLoadGroup.html#event_foldDistanceChange", "type": "event"}, {"access": "private", "host": "ImgLoadGroup", "name": "_getFetchTimeout", "url": "ImgLoadGroup.html#method__getFetchTimeout", "type": "method"}, {"access": "private", "host": "ImgLoadGroup", "name": "_imgObjs", "url": "ImgLoadGroup.html#property__imgObjs", "type": "property"}, {"access": "private", "host": "ImgLoadGroup", "name": "_init", "url": "ImgLoadGroup.html#method__init", "type": "method"}, {"access": "private", "host": "ImgLoadGroup", "name": "_maxKnownHLimit", "url": "ImgLoadGroup.html#property__maxKnownHLimit", "type": "property"}, {"access": "", "host": "ImgLoadGroup", "name": "name", "url": "ImgLoadGroup.html#config_name", "type": "config"}, {"access": "", "host": "ImgLoadGroup", "name": "nameChange", "url": "ImgLoadGroup.html#event_nameChange", "type": "event"}, {"access": "private", "host": "ImgLoadGroup", "name": "_onloadTasks", "url": "ImgLoadGroup.html#method__onloadTasks", "type": "method"}, {"access": "", "host": "ImgLoadGroup", "name": "registerImage", "url": "ImgLoadGroup.html#method_registerImage", "type": "method"}, {"access": "private", "host": "ImgLoadGroup", "name": "_setFoldTriggers", "url": "ImgLoadGroup.html#method__setFoldTriggers", "type": "method"}, {"access": "", "host": "ImgLoadGroup", "name": "timeLimit", "url": "ImgLoadGroup.html#config_timeLimit", "type": "config"}, {"access": "", "host": "ImgLoadGroup", "name": "timeLimitChange", "url": "ImgLoadGroup.html#event_timeLimitChange", "type": "event"}, {"access": "private", "host": "ImgLoadGroup", "name": "_timeout", "url": "ImgLoadGroup.html#property__timeout", "type": "property"}, {"access": "private", "host": "ImgLoadGroup", "name": "_triggers", "url": "ImgLoadGroup.html#property__triggers", "type": "property"}]; |
|
1250 </script> |
|
1251 </body> |
|
1252 </html> |