|
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: node-focusmanager plugin.NodeFocusManager (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>node-focusmanager <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_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a> |
|
22 > plugin.NodeFocusManager |
|
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">plugin.NodeFocusManager</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 NodeFocusManager class is a plugin for a Node instance. The class is used |
|
63 via the <a href="Node.html#method_plug"><code>plug</code></a> method of Node |
|
64 and should not be instantiated directly. |
|
65 </div> |
|
66 |
|
67 |
|
68 <div rel="yui:properties" resource="#properties"> |
|
69 |
|
70 </div> |
|
71 |
|
72 <div rel="yui:methods" resource="#methods"> |
|
73 <div class="section method details"> |
|
74 <h3 id="methods">Methods</h3> |
|
75 <div class="content"> |
|
76 <div class="protected" rel="yui:method" resource="#method__afterActiveDescendantChange"> |
|
77 <h4> |
|
78 <a name="method__afterActiveDescendantChange">_afterActiveDescendantChange</a></h4> |
|
79 <div class="detail" > |
|
80 <code> |
|
81 protected |
|
82 |
|
83 |
|
84 void |
|
85 <strong property="yui:name">_afterActiveDescendantChange</strong> |
|
86 ( |
|
87 |
|
88 |
|
89 event |
|
90 |
|
91 |
|
92 ) |
|
93 </code> |
|
94 |
|
95 <div class="description" property="yui:description"> |
|
96 afterChange event handler for the |
|
97 "activeDescendant" attribute. |
|
98 </div> |
|
99 |
|
100 <div class="description"> |
|
101 |
|
102 <dl rel="yui:parameters"> |
|
103 <dt>Parameters:</dt> |
|
104 <dd rel="yui:parameter"> |
|
105 <code><span property="yui:name">event</span> |
|
106 <<span property="yui:type">Object</span>> |
|
107 </code> |
|
108 <span property="yui:description"> Object representing the change event.</span> |
|
109 </dd> |
|
110 </dl> |
|
111 |
|
112 |
|
113 |
|
114 |
|
115 |
|
116 </div> |
|
117 |
|
118 </div> |
|
119 <hr /> |
|
120 </div> |
|
121 <div class="protected" rel="yui:method" resource="#method__attachKeyHandler"> |
|
122 <h4> |
|
123 <a name="method__attachKeyHandler">_attachKeyHandler</a></h4> |
|
124 <div class="detail" > |
|
125 <code> |
|
126 protected |
|
127 |
|
128 |
|
129 void |
|
130 <strong property="yui:name">_attachKeyHandler</strong> |
|
131 ( |
|
132 ) |
|
133 </code> |
|
134 |
|
135 <div class="description" property="yui:description"> |
|
136 Attaches the "key" event handlers used to support the "keys" |
|
137 attribute. |
|
138 </div> |
|
139 |
|
140 <div class="description"> |
|
141 |
|
142 |
|
143 |
|
144 |
|
145 |
|
146 |
|
147 </div> |
|
148 |
|
149 </div> |
|
150 <hr /> |
|
151 </div> |
|
152 <div class="protected" rel="yui:method" resource="#method__detachEventHandlers"> |
|
153 <h4> |
|
154 <a name="method__detachEventHandlers">_detachEventHandlers</a></h4> |
|
155 <div class="detail" > |
|
156 <code> |
|
157 protected |
|
158 |
|
159 |
|
160 void |
|
161 <strong property="yui:name">_detachEventHandlers</strong> |
|
162 ( |
|
163 ) |
|
164 </code> |
|
165 |
|
166 <div class="description" property="yui:description"> |
|
167 Detaches all event handlers used by the Focus Manager. |
|
168 </div> |
|
169 |
|
170 <div class="description"> |
|
171 |
|
172 |
|
173 |
|
174 |
|
175 |
|
176 |
|
177 </div> |
|
178 |
|
179 </div> |
|
180 <hr /> |
|
181 </div> |
|
182 <div class="protected" rel="yui:method" resource="#method__detachKeyHandler"> |
|
183 <h4> |
|
184 <a name="method__detachKeyHandler">_detachKeyHandler</a></h4> |
|
185 <div class="detail" > |
|
186 <code> |
|
187 protected |
|
188 |
|
189 |
|
190 void |
|
191 <strong property="yui:name">_detachKeyHandler</strong> |
|
192 ( |
|
193 ) |
|
194 </code> |
|
195 |
|
196 <div class="description" property="yui:description"> |
|
197 Detaches the "key" event handlers used to support the "keys" |
|
198 attribute. |
|
199 </div> |
|
200 |
|
201 <div class="description"> |
|
202 |
|
203 |
|
204 |
|
205 |
|
206 |
|
207 |
|
208 </div> |
|
209 |
|
210 </div> |
|
211 <hr /> |
|
212 </div> |
|
213 <div class="protected" rel="yui:method" resource="#method__focusNext"> |
|
214 <h4> |
|
215 <a name="method__focusNext">_focusNext</a></h4> |
|
216 <div class="detail" > |
|
217 <code> |
|
218 protected |
|
219 |
|
220 |
|
221 void |
|
222 <strong property="yui:name">_focusNext</strong> |
|
223 ( |
|
224 |
|
225 |
|
226 event |
|
227 |
|
228 |
|
229 , |
|
230 activeDescendant |
|
231 |
|
232 |
|
233 ) |
|
234 </code> |
|
235 |
|
236 <div class="description" property="yui:description"> |
|
237 Keydown event handler that moves focus to the next |
|
238 enabled descendant. |
|
239 </div> |
|
240 |
|
241 <div class="description"> |
|
242 |
|
243 <dl rel="yui:parameters"> |
|
244 <dt>Parameters:</dt> |
|
245 <dd rel="yui:parameter"> |
|
246 <code><span property="yui:name">event</span> |
|
247 <<span property="yui:type">Object</span>> |
|
248 </code> |
|
249 <span property="yui:description"> Object representing the DOM event.</span> |
|
250 </dd> |
|
251 <dd rel="yui:parameter"> |
|
252 <code><span property="yui:name">activeDescendant</span> |
|
253 <<span property="yui:type">Number</span>> |
|
254 </code> |
|
255 <span property="yui:description"> Number representing the index of the |
|
256 next descendant to be focused</span> |
|
257 </dd> |
|
258 </dl> |
|
259 |
|
260 |
|
261 |
|
262 |
|
263 |
|
264 </div> |
|
265 |
|
266 </div> |
|
267 <hr /> |
|
268 </div> |
|
269 <div class="protected" rel="yui:method" resource="#method__focusPrevious"> |
|
270 <h4> |
|
271 <a name="method__focusPrevious">_focusPrevious</a></h4> |
|
272 <div class="detail" > |
|
273 <code> |
|
274 protected |
|
275 |
|
276 |
|
277 void |
|
278 <strong property="yui:name">_focusPrevious</strong> |
|
279 ( |
|
280 |
|
281 |
|
282 event |
|
283 |
|
284 |
|
285 , |
|
286 activeDescendant |
|
287 |
|
288 |
|
289 ) |
|
290 </code> |
|
291 |
|
292 <div class="description" property="yui:description"> |
|
293 Keydown event handler that moves focus to the previous |
|
294 enabled descendant. |
|
295 </div> |
|
296 |
|
297 <div class="description"> |
|
298 |
|
299 <dl rel="yui:parameters"> |
|
300 <dt>Parameters:</dt> |
|
301 <dd rel="yui:parameter"> |
|
302 <code><span property="yui:name">event</span> |
|
303 <<span property="yui:type">Object</span>> |
|
304 </code> |
|
305 <span property="yui:description"> Object representing the DOM event.</span> |
|
306 </dd> |
|
307 <dd rel="yui:parameter"> |
|
308 <code><span property="yui:name">activeDescendant</span> |
|
309 <<span property="yui:type">Number</span>> |
|
310 </code> |
|
311 <span property="yui:description"> Number representing the index of the |
|
312 next descendant to be focused.</span> |
|
313 </dd> |
|
314 </dl> |
|
315 |
|
316 |
|
317 |
|
318 |
|
319 |
|
320 </div> |
|
321 |
|
322 </div> |
|
323 <hr /> |
|
324 </div> |
|
325 <div class="protected" rel="yui:method" resource="#method__initDescendants"> |
|
326 <h4> |
|
327 <a name="method__initDescendants">_initDescendants</a></h4> |
|
328 <div class="detail" > |
|
329 <code> |
|
330 protected |
|
331 |
|
332 |
|
333 void |
|
334 <strong property="yui:name">_initDescendants</strong> |
|
335 ( |
|
336 ) |
|
337 </code> |
|
338 |
|
339 <div class="description" property="yui:description"> |
|
340 Sets the <code>tabIndex</code> attribute of all of the |
|
341 descendants to -1, except the active descendant, whose |
|
342 <code>tabIndex</code> attribute is set to 0. |
|
343 </div> |
|
344 |
|
345 <div class="description"> |
|
346 |
|
347 |
|
348 |
|
349 |
|
350 |
|
351 |
|
352 </div> |
|
353 |
|
354 </div> |
|
355 <hr /> |
|
356 </div> |
|
357 <div class="protected" rel="yui:method" resource="#method__isDescendant"> |
|
358 <h4> |
|
359 <a name="method__isDescendant">_isDescendant</a></h4> |
|
360 <div class="detail" > |
|
361 <code> |
|
362 protected |
|
363 |
|
364 |
|
365 Boolean |
|
366 <strong property="yui:name">_isDescendant</strong> |
|
367 ( |
|
368 |
|
369 |
|
370 node |
|
371 |
|
372 |
|
373 ) |
|
374 </code> |
|
375 |
|
376 <div class="description" property="yui:description"> |
|
377 Determines if the specified Node instance is a descendant |
|
378 managed by the Focus Manager. |
|
379 </div> |
|
380 |
|
381 <div class="description"> |
|
382 |
|
383 <dl rel="yui:parameters"> |
|
384 <dt>Parameters:</dt> |
|
385 <dd rel="yui:parameter"> |
|
386 <code><span property="yui:name">node</span> |
|
387 <<span property="yui:type">Node</span>> |
|
388 </code> |
|
389 <span property="yui:description"> Node instance to be checked.</span> |
|
390 </dd> |
|
391 </dl> |
|
392 |
|
393 <dl> |
|
394 <dt>Returns: |
|
395 <code property="yui:return"> |
|
396 Boolean |
|
397 </code></dt> |
|
398 <dd property="yui:returnInfo">Boolean indicating if the specified Node instance is a |
|
399 descendant managed by the Focus Manager.</dd> |
|
400 </dl> |
|
401 |
|
402 |
|
403 |
|
404 |
|
405 </div> |
|
406 |
|
407 </div> |
|
408 <hr /> |
|
409 </div> |
|
410 <div class="protected" rel="yui:method" resource="#method__onDocFocus"> |
|
411 <h4> |
|
412 <a name="method__onDocFocus">_onDocFocus</a></h4> |
|
413 <div class="detail" > |
|
414 <code> |
|
415 protected |
|
416 |
|
417 |
|
418 void |
|
419 <strong property="yui:name">_onDocFocus</strong> |
|
420 ( |
|
421 |
|
422 |
|
423 event |
|
424 |
|
425 |
|
426 ) |
|
427 </code> |
|
428 |
|
429 <div class="description" property="yui:description"> |
|
430 "focus" event handler for the owner document of the |
|
431 Focus Manager's Node. |
|
432 </div> |
|
433 |
|
434 <div class="description"> |
|
435 |
|
436 <dl rel="yui:parameters"> |
|
437 <dt>Parameters:</dt> |
|
438 <dd rel="yui:parameter"> |
|
439 <code><span property="yui:name">event</span> |
|
440 <<span property="yui:type">Object</span>> |
|
441 </code> |
|
442 <span property="yui:description"> Object representing the DOM event.</span> |
|
443 </dd> |
|
444 </dl> |
|
445 |
|
446 |
|
447 |
|
448 |
|
449 |
|
450 </div> |
|
451 |
|
452 </div> |
|
453 <hr /> |
|
454 </div> |
|
455 <div class="protected" rel="yui:method" resource="#method__onDocMouseDown"> |
|
456 <h4> |
|
457 <a name="method__onDocMouseDown">_onDocMouseDown</a></h4> |
|
458 <div class="detail" > |
|
459 <code> |
|
460 protected |
|
461 |
|
462 |
|
463 void |
|
464 <strong property="yui:name">_onDocMouseDown</strong> |
|
465 ( |
|
466 |
|
467 |
|
468 event |
|
469 |
|
470 |
|
471 ) |
|
472 </code> |
|
473 |
|
474 <div class="description" property="yui:description"> |
|
475 "mousedown" event handler for the owner document of the |
|
476 Focus Manager's Node. |
|
477 </div> |
|
478 |
|
479 <div class="description"> |
|
480 |
|
481 <dl rel="yui:parameters"> |
|
482 <dt>Parameters:</dt> |
|
483 <dd rel="yui:parameter"> |
|
484 <code><span property="yui:name">event</span> |
|
485 <<span property="yui:type">Object</span>> |
|
486 </code> |
|
487 <span property="yui:description"> Object representing the DOM event.</span> |
|
488 </dd> |
|
489 </dl> |
|
490 |
|
491 |
|
492 |
|
493 |
|
494 |
|
495 </div> |
|
496 |
|
497 </div> |
|
498 <hr /> |
|
499 </div> |
|
500 <div class="protected" rel="yui:method" resource="#method__preventScroll"> |
|
501 <h4> |
|
502 <a name="method__preventScroll">_preventScroll</a></h4> |
|
503 <div class="detail" > |
|
504 <code> |
|
505 protected |
|
506 |
|
507 |
|
508 void |
|
509 <strong property="yui:name">_preventScroll</strong> |
|
510 ( |
|
511 ) |
|
512 </code> |
|
513 |
|
514 <div class="description" property="yui:description"> |
|
515 Prevents the viewport from scolling when the user presses |
|
516 the up, down, left, or right key. |
|
517 </div> |
|
518 |
|
519 <div class="description"> |
|
520 |
|
521 |
|
522 |
|
523 |
|
524 |
|
525 |
|
526 </div> |
|
527 |
|
528 </div> |
|
529 <hr /> |
|
530 </div> |
|
531 <div class="protected" rel="yui:method" resource="#method__removeFocusClass"> |
|
532 <h4> |
|
533 <a name="method__removeFocusClass">_removeFocusClass</a></h4> |
|
534 <div class="detail" > |
|
535 <code> |
|
536 protected |
|
537 |
|
538 |
|
539 void |
|
540 <strong property="yui:name">_removeFocusClass</strong> |
|
541 ( |
|
542 ) |
|
543 </code> |
|
544 |
|
545 <div class="description" property="yui:description"> |
|
546 Removes the class name representing focus (as specified by |
|
547 the "focusClass" attribute) from the Node instance to which it is |
|
548 currently applied. |
|
549 </div> |
|
550 |
|
551 <div class="description"> |
|
552 |
|
553 |
|
554 |
|
555 |
|
556 |
|
557 |
|
558 </div> |
|
559 |
|
560 </div> |
|
561 <hr /> |
|
562 </div> |
|
563 <div class="" rel="yui:method" resource="#method_blur"> |
|
564 <h4> |
|
565 <a name="method_blur">blur</a></h4> |
|
566 <div class="detail" > |
|
567 <code> |
|
568 |
|
569 |
|
570 |
|
571 void |
|
572 <strong property="yui:name">blur</strong> |
|
573 ( |
|
574 ) |
|
575 </code> |
|
576 |
|
577 <div class="description" property="yui:description"> |
|
578 Blurs the current active descendant and sets the |
|
579 <code>focused</code> attribute to false. |
|
580 </div> |
|
581 |
|
582 <div class="description"> |
|
583 |
|
584 |
|
585 |
|
586 |
|
587 |
|
588 |
|
589 </div> |
|
590 |
|
591 </div> |
|
592 <hr /> |
|
593 </div> |
|
594 <div class="" rel="yui:method" resource="#method_focus"> |
|
595 <h4> |
|
596 <a name="method_focus">focus</a></h4> |
|
597 <div class="detail" > |
|
598 <code> |
|
599 |
|
600 |
|
601 |
|
602 void |
|
603 <strong property="yui:name">focus</strong> |
|
604 ( |
|
605 |
|
606 |
|
607 index |
|
608 |
|
609 |
|
610 |
|
611 |
|
612 ) |
|
613 </code> |
|
614 |
|
615 <div class="description" property="yui:description"> |
|
616 Focuses the active descendant and sets the |
|
617 <code>focused</code> attribute to true. |
|
618 </div> |
|
619 |
|
620 <div class="description"> |
|
621 |
|
622 <dl rel="yui:parameters"> |
|
623 <dt>Parameters:</dt> |
|
624 <dd rel="yui:parameter"> |
|
625 <code><span property="yui:name">index</span> |
|
626 <<span property="yui:type">Number</span>> |
|
627 </code> |
|
628 <span property="yui:description"> Optional. Number representing the index of the |
|
629 descendant to be set as the active descendant.</span> |
|
630 </dd> |
|
631 <dd rel="yui:parameter"> |
|
632 <code><span property="yui:name">index</span> |
|
633 <<span property="yui:type">Node</span>> |
|
634 </code> |
|
635 <span property="yui:description"> Optional. Node instance representing the |
|
636 descendant to be set as the active descendant.</span> |
|
637 </dd> |
|
638 </dl> |
|
639 |
|
640 |
|
641 |
|
642 |
|
643 |
|
644 </div> |
|
645 |
|
646 </div> |
|
647 <hr /> |
|
648 </div> |
|
649 <div class="" rel="yui:method" resource="#method_refresh"> |
|
650 <h4> |
|
651 <a name="method_refresh">refresh</a></h4> |
|
652 <div class="detail" > |
|
653 <code> |
|
654 |
|
655 |
|
656 |
|
657 void |
|
658 <strong property="yui:name">refresh</strong> |
|
659 ( |
|
660 ) |
|
661 </code> |
|
662 |
|
663 <div class="description" property="yui:description"> |
|
664 Refreshes the Focus Manager's descendants by re-executing the |
|
665 CSS selector query specified by the <code>descendants</code> attribute. |
|
666 </div> |
|
667 |
|
668 <div class="description"> |
|
669 |
|
670 |
|
671 |
|
672 |
|
673 |
|
674 |
|
675 </div> |
|
676 |
|
677 </div> |
|
678 <hr /> |
|
679 </div> |
|
680 <div class="" rel="yui:method" resource="#method_start"> |
|
681 <h4> |
|
682 <a name="method_start">start</a></h4> |
|
683 <div class="detail" > |
|
684 <code> |
|
685 |
|
686 |
|
687 |
|
688 void |
|
689 <strong property="yui:name">start</strong> |
|
690 ( |
|
691 ) |
|
692 </code> |
|
693 |
|
694 <div class="description" property="yui:description"> |
|
695 Enables the Focus Manager. |
|
696 </div> |
|
697 |
|
698 <div class="description"> |
|
699 |
|
700 |
|
701 |
|
702 |
|
703 |
|
704 |
|
705 </div> |
|
706 |
|
707 </div> |
|
708 <hr /> |
|
709 </div> |
|
710 <div class="" rel="yui:method" resource="#method_stop"> |
|
711 <h4> |
|
712 <a name="method_stop">stop</a></h4> |
|
713 <div class="detail" > |
|
714 <code> |
|
715 |
|
716 |
|
717 |
|
718 void |
|
719 <strong property="yui:name">stop</strong> |
|
720 ( |
|
721 ) |
|
722 </code> |
|
723 |
|
724 <div class="description" property="yui:description"> |
|
725 Disables the Focus Manager by detaching all event handlers. |
|
726 </div> |
|
727 |
|
728 <div class="description"> |
|
729 |
|
730 |
|
731 |
|
732 |
|
733 |
|
734 |
|
735 </div> |
|
736 |
|
737 </div> |
|
738 <hr /> |
|
739 </div> |
|
740 </div> |
|
741 </div> |
|
742 |
|
743 </div> |
|
744 |
|
745 <div rel="yui:events" resource="#events"> |
|
746 <div class="section method details"> |
|
747 <h3 id="events">Events</h3> |
|
748 <div class="content"> |
|
749 <div class="" rel="yui:event" resource="#event_activeDescendantChange"> |
|
750 <h4> |
|
751 <a name="event_activeDescendantChange">activeDescendantChange</a></h4> |
|
752 <div class="detail"> |
|
753 <code> |
|
754 |
|
755 |
|
756 |
|
757 <strong property="yui:name">activeDescendantChange</strong> |
|
758 |
|
759 ( |
|
760 |
|
761 |
|
762 event |
|
763 |
|
764 |
|
765 ) |
|
766 |
|
767 </code> |
|
768 |
|
769 <div class="description" property="yui:description"> |
|
770 Fires when the value for the configuration attribute 'activeDescendant' 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. |
|
771 </div> |
|
772 |
|
773 <div class="description"> |
|
774 |
|
775 |
|
776 <dl rel="yui:parameters"> |
|
777 <dt>Parameters:</dt> |
|
778 <dd rel="yui:parameter"> |
|
779 <code><span property="yui:name">event</span> |
|
780 <<span property="yui:type">Event.Facade</span>> |
|
781 </code> |
|
782 <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> |
|
783 </dd> |
|
784 |
|
785 </dl> |
|
786 |
|
787 |
|
788 </div> |
|
789 |
|
790 </div> |
|
791 <hr /> |
|
792 </div> |
|
793 <div class="" rel="yui:event" resource="#event_circularChange"> |
|
794 <h4> |
|
795 <a name="event_circularChange">circularChange</a></h4> |
|
796 <div class="detail"> |
|
797 <code> |
|
798 |
|
799 |
|
800 |
|
801 <strong property="yui:name">circularChange</strong> |
|
802 |
|
803 ( |
|
804 |
|
805 |
|
806 event |
|
807 |
|
808 |
|
809 ) |
|
810 |
|
811 </code> |
|
812 |
|
813 <div class="description" property="yui:description"> |
|
814 Fires when the value for the configuration attribute 'circular' 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. |
|
815 </div> |
|
816 |
|
817 <div class="description"> |
|
818 |
|
819 |
|
820 <dl rel="yui:parameters"> |
|
821 <dt>Parameters:</dt> |
|
822 <dd rel="yui:parameter"> |
|
823 <code><span property="yui:name">event</span> |
|
824 <<span property="yui:type">Event.Facade</span>> |
|
825 </code> |
|
826 <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> |
|
827 </dd> |
|
828 |
|
829 </dl> |
|
830 |
|
831 |
|
832 </div> |
|
833 |
|
834 </div> |
|
835 <hr /> |
|
836 </div> |
|
837 <div class="" rel="yui:event" resource="#event_descendantsChange"> |
|
838 <h4> |
|
839 <a name="event_descendantsChange">descendantsChange</a></h4> |
|
840 <div class="detail"> |
|
841 <code> |
|
842 |
|
843 |
|
844 |
|
845 <strong property="yui:name">descendantsChange</strong> |
|
846 |
|
847 ( |
|
848 |
|
849 |
|
850 event |
|
851 |
|
852 |
|
853 ) |
|
854 |
|
855 </code> |
|
856 |
|
857 <div class="description" property="yui:description"> |
|
858 Fires when the value for the configuration attribute 'descendants' 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. |
|
859 </div> |
|
860 |
|
861 <div class="description"> |
|
862 |
|
863 |
|
864 <dl rel="yui:parameters"> |
|
865 <dt>Parameters:</dt> |
|
866 <dd rel="yui:parameter"> |
|
867 <code><span property="yui:name">event</span> |
|
868 <<span property="yui:type">Event.Facade</span>> |
|
869 </code> |
|
870 <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> |
|
871 </dd> |
|
872 |
|
873 </dl> |
|
874 |
|
875 |
|
876 </div> |
|
877 |
|
878 </div> |
|
879 <hr /> |
|
880 </div> |
|
881 <div class="" rel="yui:event" resource="#event_focusClassChange"> |
|
882 <h4> |
|
883 <a name="event_focusClassChange">focusClassChange</a></h4> |
|
884 <div class="detail"> |
|
885 <code> |
|
886 |
|
887 |
|
888 |
|
889 <strong property="yui:name">focusClassChange</strong> |
|
890 |
|
891 ( |
|
892 |
|
893 |
|
894 event |
|
895 |
|
896 |
|
897 ) |
|
898 |
|
899 </code> |
|
900 |
|
901 <div class="description" property="yui:description"> |
|
902 Fires when the value for the configuration attribute 'focusClass' 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. |
|
903 </div> |
|
904 |
|
905 <div class="description"> |
|
906 |
|
907 |
|
908 <dl rel="yui:parameters"> |
|
909 <dt>Parameters:</dt> |
|
910 <dd rel="yui:parameter"> |
|
911 <code><span property="yui:name">event</span> |
|
912 <<span property="yui:type">Event.Facade</span>> |
|
913 </code> |
|
914 <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> |
|
915 </dd> |
|
916 |
|
917 </dl> |
|
918 |
|
919 |
|
920 </div> |
|
921 |
|
922 </div> |
|
923 <hr /> |
|
924 </div> |
|
925 <div class="" rel="yui:event" resource="#event_focusedChange"> |
|
926 <h4> |
|
927 <a name="event_focusedChange">focusedChange</a></h4> |
|
928 <div class="detail"> |
|
929 <code> |
|
930 |
|
931 |
|
932 |
|
933 <strong property="yui:name">focusedChange</strong> |
|
934 |
|
935 ( |
|
936 |
|
937 |
|
938 event |
|
939 |
|
940 |
|
941 ) |
|
942 |
|
943 </code> |
|
944 |
|
945 <div class="description" property="yui:description"> |
|
946 Fires when the value for the configuration attribute 'focused' 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. |
|
947 </div> |
|
948 |
|
949 <div class="description"> |
|
950 |
|
951 |
|
952 <dl rel="yui:parameters"> |
|
953 <dt>Parameters:</dt> |
|
954 <dd rel="yui:parameter"> |
|
955 <code><span property="yui:name">event</span> |
|
956 <<span property="yui:type">Event.Facade</span>> |
|
957 </code> |
|
958 <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> |
|
959 </dd> |
|
960 |
|
961 </dl> |
|
962 |
|
963 |
|
964 </div> |
|
965 |
|
966 </div> |
|
967 <hr /> |
|
968 </div> |
|
969 <div class="" rel="yui:event" resource="#event_keysChange"> |
|
970 <h4> |
|
971 <a name="event_keysChange">keysChange</a></h4> |
|
972 <div class="detail"> |
|
973 <code> |
|
974 |
|
975 |
|
976 |
|
977 <strong property="yui:name">keysChange</strong> |
|
978 |
|
979 ( |
|
980 |
|
981 |
|
982 event |
|
983 |
|
984 |
|
985 ) |
|
986 |
|
987 </code> |
|
988 |
|
989 <div class="description" property="yui:description"> |
|
990 Fires when the value for the configuration attribute 'keys' 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. |
|
991 </div> |
|
992 |
|
993 <div class="description"> |
|
994 |
|
995 |
|
996 <dl rel="yui:parameters"> |
|
997 <dt>Parameters:</dt> |
|
998 <dd rel="yui:parameter"> |
|
999 <code><span property="yui:name">event</span> |
|
1000 <<span property="yui:type">Event.Facade</span>> |
|
1001 </code> |
|
1002 <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> |
|
1003 </dd> |
|
1004 |
|
1005 </dl> |
|
1006 |
|
1007 |
|
1008 </div> |
|
1009 |
|
1010 </div> |
|
1011 <hr /> |
|
1012 </div> |
|
1013 </div> |
|
1014 </div> |
|
1015 |
|
1016 |
|
1017 </div> |
|
1018 |
|
1019 <div rel="yui:attributes" resource="#configattributes"> |
|
1020 <div class="section field details"> |
|
1021 <h3 id="configattributes">Configuration Attributes</h3> |
|
1022 <div class="content"> |
|
1023 <div class="" rel="yui:attribute" resource="#config_activeDescendant"> |
|
1024 <h4><a name="config_activeDescendant">activeDescendant</a> |
|
1025 <code>- <span property="yui:type">Number</span></code> |
|
1026 </h4> |
|
1027 <div class="detail"> |
|
1028 <div class="description" property="yui:description"> |
|
1029 <p>Node, or index of the Node, representing the descendant that is either |
|
1030 focused or is focusable (<code>tabIndex</code> attribute is set to 0). |
|
1031 The value cannot represent a disabled descendant Node. Use a value of -1 |
|
1032 to remove all descendant Nodes from the default tab flow. |
|
1033 If no value is specified, the active descendant will be inferred using |
|
1034 the following criteria:</p> |
|
1035 <ol> |
|
1036 <li>Examining the <code>tabIndex</code> attribute of each descendant and |
|
1037 using the first descendant whose <code>tabIndex</code> attribute is set |
|
1038 to 0</li> |
|
1039 <li>If no default can be inferred then the value is set to either 0 or |
|
1040 the index of the first enabled descendant.</li> |
|
1041 </ol> |
|
1042 </div> |
|
1043 </div> |
|
1044 |
|
1045 |
|
1046 |
|
1047 <hr /> |
|
1048 </div> |
|
1049 <div class="" rel="yui:attribute" resource="#config_circular"> |
|
1050 <h4><a name="config_circular">circular</a> |
|
1051 <code>- <span property="yui:type">Boolean</span></code> |
|
1052 </h4> |
|
1053 <div class="detail"> |
|
1054 <div class="description" property="yui:description"> |
|
1055 Boolean indicating if focus should be set to the first/last descendant |
|
1056 when the end or beginning of the descendants has been reached. |
|
1057 </div> |
|
1058 </div> |
|
1059 |
|
1060 |
|
1061 |
|
1062 <hr /> |
|
1063 </div> |
|
1064 <div class="" rel="yui:attribute" resource="#config_descendants"> |
|
1065 <h4><a name="config_descendants">descendants</a> |
|
1066 <code>- <span property="yui:type">Y.NodeList</span></code> |
|
1067 </h4> |
|
1068 <div class="detail"> |
|
1069 <div class="description" property="yui:description"> |
|
1070 String representing the CSS selector used to define the descendant Nodes |
|
1071 whose focus should be managed. |
|
1072 </div> |
|
1073 </div> |
|
1074 |
|
1075 |
|
1076 |
|
1077 <hr /> |
|
1078 </div> |
|
1079 <div class="" rel="yui:attribute" resource="#config_focusClass"> |
|
1080 <h4><a name="config_focusClass">focusClass</a> |
|
1081 <code>- <span property="yui:type">String|Object</span></code> |
|
1082 </h4> |
|
1083 <div class="detail"> |
|
1084 <div class="description" property="yui:description"> |
|
1085 String representing the name of class applied to the focused active |
|
1086 descendant Node. Can also be an object literal used to define both the |
|
1087 class name, and the Node to which the class should be applied. If using |
|
1088 an object literal, the format is: |
|
1089 <code>{ className: "focus", fn: myFunction }</code>. The function |
|
1090 referenced by the <code>fn</code> property in the object literal will be |
|
1091 passed a reference to the currently focused active descendant Node. |
|
1092 </div> |
|
1093 </div> |
|
1094 |
|
1095 |
|
1096 |
|
1097 <hr /> |
|
1098 </div> |
|
1099 <div class="" rel="yui:attribute" resource="#config_focused"> |
|
1100 <h4><a name="config_focused">focused</a> |
|
1101 <code>- <span property="yui:type">boolean</span></code> |
|
1102 </h4> |
|
1103 <div class="detail"> |
|
1104 <div class="description" property="yui:description"> |
|
1105 Boolean indicating that one of the descendants is focused. |
|
1106 </div> |
|
1107 </div> |
|
1108 |
|
1109 |
|
1110 <div class="default"> |
|
1111 Default Value: false |
|
1112 </div> |
|
1113 |
|
1114 <hr /> |
|
1115 </div> |
|
1116 <div class="" rel="yui:attribute" resource="#config_keys"> |
|
1117 <h4><a name="config_keys">keys</a> |
|
1118 <code>- <span property="yui:type">Object</span></code> |
|
1119 </h4> |
|
1120 <div class="detail"> |
|
1121 <div class="description" property="yui:description"> |
|
1122 Object literal representing the keys to be used to navigate between the |
|
1123 next/previous descendant. The format for the attribute's value is |
|
1124 <code>{ next: "down:40", previous: "down:38" }</code>. The value for the |
|
1125 "next" and "previous" properties are used to attach |
|
1126 <a href="event/#keylistener"><code>key</code></a> event listeners. See |
|
1127 the <a href="event/#keylistener">Using the key Event</a> section of |
|
1128 the Event documentation for more information on "key" event listeners. |
|
1129 </div> |
|
1130 </div> |
|
1131 |
|
1132 |
|
1133 |
|
1134 <hr /> |
|
1135 </div> |
|
1136 |
|
1137 </div> |
|
1138 </div> |
|
1139 |
|
1140 </div> |
|
1141 |
|
1142 </div> |
|
1143 </div> |
|
1144 <div class="yui-b"> |
|
1145 <div class="nav"> |
|
1146 |
|
1147 <div id="moduleList" class="module"> |
|
1148 <h4>Modules</h4> |
|
1149 <ul class="content"> |
|
1150 <li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
1151 <li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li> |
|
1152 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
1153 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
1154 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
1155 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
1156 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
1157 <li class=""><a href="module_console.html" title="console">console</a></li> |
|
1158 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
1159 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
1160 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
1161 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
1162 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
1163 <li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
1164 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
1165 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
1166 <li class=""><a href="module_event.html" title="event">event</a></li> |
|
1167 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
1168 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
1169 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
1170 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
1171 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
1172 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
1173 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
1174 <li class="selected"><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
1175 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
1176 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
1177 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
1178 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
1179 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
1180 <li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li> |
|
1181 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
1182 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
1183 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
1184 <li class=""><a href="module_test.html" title="test">test</a></li> |
|
1185 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
1186 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
1187 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
1188 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
1189 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
1190 <li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
1191 </ul> |
|
1192 </div> |
|
1193 |
|
1194 <div id="classList" class="module"> |
|
1195 <h4>Classes</h4> |
|
1196 <ul class="content"> |
|
1197 <li class="selected"><a href="plugin.NodeFocusManager.html" title="plugin.NodeFocusManager">plugin.NodeFocusManager</a></li> |
|
1198 </ul> |
|
1199 </div> |
|
1200 |
|
1201 <div id="fileList" class="module"> |
|
1202 <h4>Files</h4> |
|
1203 <ul class="content"> |
|
1204 <li class=""><a href="node-focusmanager.js.html" title="node-focusmanager.js">node-focusmanager.js</a></li> |
|
1205 </ul> |
|
1206 </div> |
|
1207 |
|
1208 |
|
1209 <div id="methodsList" class="module"> |
|
1210 <h4>Methods</h4> |
|
1211 <ul class="content"> |
|
1212 <li class="protected"><a href="#method__afterActiveDescendantChange" title="_afterActiveDescendantChange">_afterActiveDescendantChange</a></li> |
|
1213 <li class="protected"><a href="#method__attachKeyHandler" title="_attachKeyHandler">_attachKeyHandler</a></li> |
|
1214 <li class="protected"><a href="#method__detachEventHandlers" title="_detachEventHandlers">_detachEventHandlers</a></li> |
|
1215 <li class="protected"><a href="#method__detachKeyHandler" title="_detachKeyHandler">_detachKeyHandler</a></li> |
|
1216 <li class="protected"><a href="#method__focusNext" title="_focusNext">_focusNext</a></li> |
|
1217 <li class="protected"><a href="#method__focusPrevious" title="_focusPrevious">_focusPrevious</a></li> |
|
1218 <li class="protected"><a href="#method__initDescendants" title="_initDescendants">_initDescendants</a></li> |
|
1219 <li class="protected"><a href="#method__isDescendant" title="_isDescendant">_isDescendant</a></li> |
|
1220 <li class="protected"><a href="#method__onDocFocus" title="_onDocFocus">_onDocFocus</a></li> |
|
1221 <li class="protected"><a href="#method__onDocMouseDown" title="_onDocMouseDown">_onDocMouseDown</a></li> |
|
1222 <li class="protected"><a href="#method__preventScroll" title="_preventScroll">_preventScroll</a></li> |
|
1223 <li class="protected"><a href="#method__removeFocusClass" title="_removeFocusClass">_removeFocusClass</a></li> |
|
1224 <li class=""><a href="#method_blur" title="blur">blur</a></li> |
|
1225 <li class=""><a href="#method_focus" title="focus">focus</a></li> |
|
1226 <li class=""><a href="#method_refresh" title="refresh">refresh</a></li> |
|
1227 <li class=""><a href="#method_start" title="start">start</a></li> |
|
1228 <li class=""><a href="#method_stop" title="stop">stop</a></li> |
|
1229 </ul> |
|
1230 </div> |
|
1231 |
|
1232 <div id="eventsList" class="module"> |
|
1233 <h4>Events</h4> |
|
1234 <ul class="content"> |
|
1235 <li class=""><a href="#event_activeDescendantChange" title="activeDescendantChange">activeDescendantChange</a></li> |
|
1236 <li class=""><a href="#event_circularChange" title="circularChange">circularChange</a></li> |
|
1237 <li class=""><a href="#event_descendantsChange" title="descendantsChange">descendantsChange</a></li> |
|
1238 <li class=""><a href="#event_focusClassChange" title="focusClassChange">focusClassChange</a></li> |
|
1239 <li class=""><a href="#event_focusedChange" title="focusedChange">focusedChange</a></li> |
|
1240 <li class=""><a href="#event_keysChange" title="keysChange">keysChange</a></li> |
|
1241 </ul> |
|
1242 </div> |
|
1243 |
|
1244 <div id="configList" class="module"> |
|
1245 <h4>Configuration Attributes</h4> |
|
1246 <ul class="content"> |
|
1247 <li class=""><a href="#config_activeDescendant" title="activeDescendant">activeDescendant</a></li> |
|
1248 <li class=""><a href="#config_circular" title="circular">circular</a></li> |
|
1249 <li class=""><a href="#config_descendants" title="descendants">descendants</a></li> |
|
1250 <li class=""><a href="#config_focusClass" title="focusClass">focusClass</a></li> |
|
1251 <li class=""><a href="#config_focused" title="focused">focused</a></li> |
|
1252 <li class=""><a href="#config_keys" title="keys">keys</a></li> |
|
1253 </ul> |
|
1254 </div> |
|
1255 |
|
1256 </div> |
|
1257 </div> |
|
1258 </div> |
|
1259 <div id="ft"> |
|
1260 <hr /> |
|
1261 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
1262 </div> |
|
1263 </div> |
|
1264 <script type="text/javascript"> |
|
1265 ALL_YUI_PROPS = [{"access": "", "host": "plugin.NodeFocusManager", "name": "activeDescendant", "url": "plugin.NodeFocusManager.html#config_activeDescendant", "type": "config"}, {"access": "", "host": "plugin.NodeFocusManager", "name": "activeDescendantChange", "url": "plugin.NodeFocusManager.html#event_activeDescendantChange", "type": "event"}, {"access": "protected", "host": "plugin.NodeFocusManager", "name": "_afterActiveDescendantChange", "url": "plugin.NodeFocusManager.html#method__afterActiveDescendantChange", "type": "method"}, {"access": "protected", "host": "plugin.NodeFocusManager", "name": "_attachKeyHandler", "url": "plugin.NodeFocusManager.html#method__attachKeyHandler", "type": "method"}, {"access": "", "host": "plugin.NodeFocusManager", "name": "blur", "url": "plugin.NodeFocusManager.html#method_blur", "type": "method"}, {"access": "", "host": "plugin.NodeFocusManager", "name": "circular", "url": "plugin.NodeFocusManager.html#config_circular", "type": "config"}, {"access": "", "host": "plugin.NodeFocusManager", "name": "circularChange", "url": "plugin.NodeFocusManager.html#event_circularChange", "type": "event"}, {"access": "", "host": "plugin.NodeFocusManager", "name": "descendants", "url": "plugin.NodeFocusManager.html#config_descendants", "type": "config"}, {"access": "", "host": "plugin.NodeFocusManager", "name": "descendantsChange", "url": "plugin.NodeFocusManager.html#event_descendantsChange", "type": "event"}, {"access": "protected", "host": "plugin.NodeFocusManager", "name": "_detachEventHandlers", "url": "plugin.NodeFocusManager.html#method__detachEventHandlers", "type": "method"}, {"access": "protected", "host": "plugin.NodeFocusManager", "name": "_detachKeyHandler", "url": "plugin.NodeFocusManager.html#method__detachKeyHandler", "type": "method"}, {"access": "", "host": "plugin.NodeFocusManager", "name": "focus", "url": "plugin.NodeFocusManager.html#method_focus", "type": "method"}, {"access": "", "host": "plugin.NodeFocusManager", "name": "focusClass", "url": "plugin.NodeFocusManager.html#config_focusClass", "type": "config"}, {"access": "", "host": "plugin.NodeFocusManager", "name": "focusClassChange", "url": "plugin.NodeFocusManager.html#event_focusClassChange", "type": "event"}, {"access": "", "host": "plugin.NodeFocusManager", "name": "focused", "url": "plugin.NodeFocusManager.html#config_focused", "type": "config"}, {"access": "", "host": "plugin.NodeFocusManager", "name": "focusedChange", "url": "plugin.NodeFocusManager.html#event_focusedChange", "type": "event"}, {"access": "protected", "host": "plugin.NodeFocusManager", "name": "_focusNext", "url": "plugin.NodeFocusManager.html#method__focusNext", "type": "method"}, {"access": "protected", "host": "plugin.NodeFocusManager", "name": "_focusPrevious", "url": "plugin.NodeFocusManager.html#method__focusPrevious", "type": "method"}, {"access": "protected", "host": "plugin.NodeFocusManager", "name": "_initDescendants", "url": "plugin.NodeFocusManager.html#method__initDescendants", "type": "method"}, {"access": "protected", "host": "plugin.NodeFocusManager", "name": "_isDescendant", "url": "plugin.NodeFocusManager.html#method__isDescendant", "type": "method"}, {"access": "", "host": "plugin.NodeFocusManager", "name": "keys", "url": "plugin.NodeFocusManager.html#config_keys", "type": "config"}, {"access": "", "host": "plugin.NodeFocusManager", "name": "keysChange", "url": "plugin.NodeFocusManager.html#event_keysChange", "type": "event"}, {"access": "protected", "host": "plugin.NodeFocusManager", "name": "_onDocFocus", "url": "plugin.NodeFocusManager.html#method__onDocFocus", "type": "method"}, {"access": "protected", "host": "plugin.NodeFocusManager", "name": "_onDocMouseDown", "url": "plugin.NodeFocusManager.html#method__onDocMouseDown", "type": "method"}, {"access": "protected", "host": "plugin.NodeFocusManager", "name": "_preventScroll", "url": "plugin.NodeFocusManager.html#method__preventScroll", "type": "method"}, {"access": "", "host": "plugin.NodeFocusManager", "name": "refresh", "url": "plugin.NodeFocusManager.html#method_refresh", "type": "method"}, {"access": "protected", "host": "plugin.NodeFocusManager", "name": "_removeFocusClass", "url": "plugin.NodeFocusManager.html#method__removeFocusClass", "type": "method"}, {"access": "", "host": "plugin.NodeFocusManager", "name": "start", "url": "plugin.NodeFocusManager.html#method_start", "type": "method"}, {"access": "", "host": "plugin.NodeFocusManager", "name": "stop", "url": "plugin.NodeFocusManager.html#method_stop", "type": "method"}]; |
|
1266 </script> |
|
1267 </body> |
|
1268 </html> |