|
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-menunav plugin.NodeMenuNav (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-menunav <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-menunav.html" title="node-menunav">node-menunav</a> |
|
22 > plugin.NodeMenuNav |
|
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.NodeMenuNav</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 NodeMenuNav class is a plugin for a Node instance. The class is used via |
|
63 the <a href="Node.html#method_plug"><code>plug</code></a> method of Node and |
|
64 should not be instantiated directly. |
|
65 </div> |
|
66 |
|
67 |
|
68 <div rel="yui:properties" resource="#properties"> |
|
69 <div class="section field details"> |
|
70 <h3 id="properties">Properties</h3> |
|
71 <div class="content"> |
|
72 <div class="protected" rel="yui:property" resource="#property__activeItem"> |
|
73 <h4><a name="property__activeItem" property="yui:name">_activeItem</a> |
|
74 - <code>protected <span property="yui:type">Node</span></code> |
|
75 </h4> |
|
76 <div class="detail"> |
|
77 <div class="description" property="yui:description"> |
|
78 Node instance representing the menu's active descendent: |
|
79 the menuitem or menu label the user is currently interacting with. |
|
80 </div> |
|
81 </div> |
|
82 |
|
83 |
|
84 <div class="default" property="yui:defaultValue"> |
|
85 Default Value: null |
|
86 </div> |
|
87 |
|
88 |
|
89 <hr /> |
|
90 </div> |
|
91 <div class="protected" rel="yui:property" resource="#property__activeMenu"> |
|
92 <h4><a name="property__activeMenu" property="yui:name">_activeMenu</a> |
|
93 - <code>protected <span property="yui:type">Node</span></code> |
|
94 </h4> |
|
95 <div class="detail"> |
|
96 <div class="description" property="yui:description"> |
|
97 Node instance representing the menu that is the parent of |
|
98 the menu's active descendent. |
|
99 </div> |
|
100 </div> |
|
101 |
|
102 |
|
103 <div class="default" property="yui:defaultValue"> |
|
104 Default Value: null |
|
105 </div> |
|
106 |
|
107 |
|
108 <hr /> |
|
109 </div> |
|
110 <div class="protected" rel="yui:property" resource="#property__blockMouseEvent"> |
|
111 <h4><a name="property__blockMouseEvent" property="yui:name">_blockMouseEvent</a> |
|
112 - <code>protected <span property="yui:type">Boolean</span></code> |
|
113 </h4> |
|
114 <div class="detail"> |
|
115 <div class="description" property="yui:description"> |
|
116 Boolean indicating whether or not to handle the |
|
117 "mouseover" event. |
|
118 </div> |
|
119 </div> |
|
120 |
|
121 |
|
122 <div class="default" property="yui:defaultValue"> |
|
123 Default Value: false |
|
124 </div> |
|
125 |
|
126 |
|
127 <hr /> |
|
128 </div> |
|
129 <div class="protected" rel="yui:property" resource="#property__currentMouseX"> |
|
130 <h4><a name="property__currentMouseX" property="yui:name">_currentMouseX</a> |
|
131 - <code>protected <span property="yui:type">Number</span></code> |
|
132 </h4> |
|
133 <div class="detail"> |
|
134 <div class="description" property="yui:description"> |
|
135 Number representing the current x coordinate of the mouse |
|
136 inside the menu. |
|
137 </div> |
|
138 </div> |
|
139 |
|
140 |
|
141 <div class="default" property="yui:defaultValue"> |
|
142 Default Value: 0 |
|
143 </div> |
|
144 |
|
145 |
|
146 <hr /> |
|
147 </div> |
|
148 <div class="protected" rel="yui:property" resource="#property__firstItem"> |
|
149 <h4><a name="property__firstItem" property="yui:name">_firstItem</a> |
|
150 - <code>protected <span property="yui:type">Node</span></code> |
|
151 </h4> |
|
152 <div class="detail"> |
|
153 <div class="description" property="yui:description"> |
|
154 Node instance representing the first item (menuitem or menu |
|
155 label) in the root menu of a menu. |
|
156 </div> |
|
157 </div> |
|
158 |
|
159 |
|
160 <div class="default" property="yui:defaultValue"> |
|
161 Default Value: null |
|
162 </div> |
|
163 |
|
164 |
|
165 <hr /> |
|
166 </div> |
|
167 <div class="protected" rel="yui:property" resource="#property__hasFocus"> |
|
168 <h4><a name="property__hasFocus" property="yui:name">_hasFocus</a> |
|
169 - <code>protected <span property="yui:type">Boolean</span></code> |
|
170 </h4> |
|
171 <div class="detail"> |
|
172 <div class="description" property="yui:description"> |
|
173 Boolean indicating if the menu has focus. |
|
174 </div> |
|
175 </div> |
|
176 |
|
177 |
|
178 <div class="default" property="yui:defaultValue"> |
|
179 Default Value: false |
|
180 </div> |
|
181 |
|
182 |
|
183 <hr /> |
|
184 </div> |
|
185 <div class="protected" rel="yui:property" resource="#property__hideAllSubmenusTimer"> |
|
186 <h4><a name="property__hideAllSubmenusTimer" property="yui:name">_hideAllSubmenusTimer</a> |
|
187 - <code>protected <span property="yui:type">Object</span></code> |
|
188 </h4> |
|
189 <div class="detail"> |
|
190 <div class="description" property="yui:description"> |
|
191 Timer used to hide a all submenus. |
|
192 </div> |
|
193 </div> |
|
194 |
|
195 |
|
196 <div class="default" property="yui:defaultValue"> |
|
197 Default Value: null |
|
198 </div> |
|
199 |
|
200 |
|
201 <hr /> |
|
202 </div> |
|
203 <div class="protected" rel="yui:property" resource="#property__hideSubmenuTimer"> |
|
204 <h4><a name="property__hideSubmenuTimer" property="yui:name">_hideSubmenuTimer</a> |
|
205 - <code>protected <span property="yui:type">Object</span></code> |
|
206 </h4> |
|
207 <div class="detail"> |
|
208 <div class="description" property="yui:description"> |
|
209 Timer used to hide a submenu. |
|
210 </div> |
|
211 </div> |
|
212 |
|
213 |
|
214 <div class="default" property="yui:defaultValue"> |
|
215 Default Value: null |
|
216 </div> |
|
217 |
|
218 |
|
219 <hr /> |
|
220 </div> |
|
221 <div class="protected" rel="yui:property" resource="#property__movingToSubmenu"> |
|
222 <h4><a name="property__movingToSubmenu" property="yui:name">_movingToSubmenu</a> |
|
223 - <code>protected <span property="yui:type">Boolean</span></code> |
|
224 </h4> |
|
225 <div class="detail"> |
|
226 <div class="description" property="yui:description"> |
|
227 Boolean indicating if the mouse is moving from a menu |
|
228 label to its corresponding submenu. |
|
229 </div> |
|
230 </div> |
|
231 |
|
232 |
|
233 <div class="default" property="yui:defaultValue"> |
|
234 Default Value: false |
|
235 </div> |
|
236 |
|
237 |
|
238 <hr /> |
|
239 </div> |
|
240 <div class="protected" rel="yui:property" resource="#property__rootMenu"> |
|
241 <h4><a name="property__rootMenu" property="yui:name">_rootMenu</a> |
|
242 - <code>protected <span property="yui:type">Node</span></code> |
|
243 </h4> |
|
244 <div class="detail"> |
|
245 <div class="description" property="yui:description"> |
|
246 Node instance representing the root menu in the menu. |
|
247 </div> |
|
248 </div> |
|
249 |
|
250 |
|
251 <div class="default" property="yui:defaultValue"> |
|
252 Default Value: null |
|
253 </div> |
|
254 |
|
255 |
|
256 <hr /> |
|
257 </div> |
|
258 <div class="protected" rel="yui:property" resource="#property__showSubmenuTimer"> |
|
259 <h4><a name="property__showSubmenuTimer" property="yui:name">_showSubmenuTimer</a> |
|
260 - <code>protected <span property="yui:type">Object</span></code> |
|
261 </h4> |
|
262 <div class="detail"> |
|
263 <div class="description" property="yui:description"> |
|
264 Timer used to show a submenu. |
|
265 </div> |
|
266 </div> |
|
267 |
|
268 |
|
269 <div class="default" property="yui:defaultValue"> |
|
270 Default Value: null |
|
271 </div> |
|
272 |
|
273 |
|
274 <hr /> |
|
275 </div> |
|
276 <div class="" rel="yui:property" resource="#property_NodeMenuNav.SHIM_TEMPLATE"> |
|
277 <h4><a name="property_NodeMenuNav.SHIM_TEMPLATE" property="yui:name">NodeMenuNav.SHIM_TEMPLATE</a> |
|
278 - <code><span property="yui:type">String</span></code> |
|
279 </h4> |
|
280 <div class="detail"> |
|
281 <div class="description" property="yui:description"> |
|
282 String representing the HTML used to create the |
|
283 <code><iframe></code> shim used to prevent |
|
284 <code><select></code> elements from poking through menus in IE 6. |
|
285 </div> |
|
286 </div> |
|
287 |
|
288 |
|
289 <div class="default" property="yui:defaultValue"> |
|
290 Default Value: "<iframe frameborder="0" tabindex="-1" |
|
291 class="yui-shim" title="Menu Stacking Shim" |
|
292 src="javascript:false;"></iframe>" |
|
293 </div> |
|
294 |
|
295 |
|
296 <hr /> |
|
297 </div> |
|
298 <div class="" rel="yui:property" resource="#property_NodeMenuNav.SHIM_TEMPLATE_TITLE"> |
|
299 <h4><a name="property_NodeMenuNav.SHIM_TEMPLATE_TITLE" property="yui:name">NodeMenuNav.SHIM_TEMPLATE_TITLE</a> |
|
300 - <code><span property="yui:type">String</span></code> |
|
301 </h4> |
|
302 <div class="detail"> |
|
303 <div class="description" property="yui:description"> |
|
304 String representing the value for the <code>title</code> |
|
305 attribute for the shim used to prevent <code><select></code> elements |
|
306 from poking through menus in IE 6. |
|
307 </div> |
|
308 </div> |
|
309 |
|
310 |
|
311 <div class="default" property="yui:defaultValue"> |
|
312 Default Value: "Menu Stacking Shim" |
|
313 </div> |
|
314 |
|
315 |
|
316 <hr /> |
|
317 </div> |
|
318 </div> |
|
319 </div> |
|
320 |
|
321 </div> |
|
322 |
|
323 <div rel="yui:methods" resource="#methods"> |
|
324 <div class="section method details"> |
|
325 <h3 id="methods">Methods</h3> |
|
326 <div class="content"> |
|
327 <div class="protected" rel="yui:method" resource="#method__afterActiveDescendantChange"> |
|
328 <h4> |
|
329 <a name="method__afterActiveDescendantChange">_afterActiveDescendantChange</a></h4> |
|
330 <div class="detail" > |
|
331 <code> |
|
332 protected |
|
333 |
|
334 |
|
335 void |
|
336 <strong property="yui:name">_afterActiveDescendantChange</strong> |
|
337 ( |
|
338 |
|
339 |
|
340 event |
|
341 |
|
342 |
|
343 , |
|
344 menuNav |
|
345 |
|
346 |
|
347 ) |
|
348 </code> |
|
349 |
|
350 <div class="description" property="yui:description"> |
|
351 "activeDescendantChange" event handler for menu's |
|
352 Focus Manager. |
|
353 </div> |
|
354 |
|
355 <div class="description"> |
|
356 |
|
357 <dl rel="yui:parameters"> |
|
358 <dt>Parameters:</dt> |
|
359 <dd rel="yui:parameter"> |
|
360 <code><span property="yui:name">event</span> |
|
361 <<span property="yui:type">Object</span>> |
|
362 </code> |
|
363 <span property="yui:description"> Object representing the Attribute change event.</span> |
|
364 </dd> |
|
365 <dd rel="yui:parameter"> |
|
366 <code><span property="yui:name">menuNav</span> |
|
367 <<span property="yui:type">NodeMenuNav</span>> |
|
368 </code> |
|
369 <span property="yui:description"> Object representing the NodeMenuNav instance.</span> |
|
370 </dd> |
|
371 </dl> |
|
372 |
|
373 |
|
374 |
|
375 |
|
376 |
|
377 </div> |
|
378 |
|
379 </div> |
|
380 <hr /> |
|
381 </div> |
|
382 <div class="protected" rel="yui:method" resource="#method__cancelHideSubmenuTimer"> |
|
383 <h4> |
|
384 <a name="method__cancelHideSubmenuTimer">_cancelHideSubmenuTimer</a></h4> |
|
385 <div class="detail" > |
|
386 <code> |
|
387 protected |
|
388 |
|
389 |
|
390 void |
|
391 <strong property="yui:name">_cancelHideSubmenuTimer</strong> |
|
392 ( |
|
393 ) |
|
394 </code> |
|
395 |
|
396 <div class="description" property="yui:description"> |
|
397 Cancels the timer used to hide a submenu. |
|
398 </div> |
|
399 |
|
400 <div class="description"> |
|
401 |
|
402 |
|
403 |
|
404 |
|
405 |
|
406 |
|
407 </div> |
|
408 |
|
409 </div> |
|
410 <hr /> |
|
411 </div> |
|
412 <div class="protected" rel="yui:method" resource="#method__cancelShowSubmenuTimer"> |
|
413 <h4> |
|
414 <a name="method__cancelShowSubmenuTimer">_cancelShowSubmenuTimer</a></h4> |
|
415 <div class="detail" > |
|
416 <code> |
|
417 protected |
|
418 |
|
419 |
|
420 void |
|
421 <strong property="yui:name">_cancelShowSubmenuTimer</strong> |
|
422 ( |
|
423 ) |
|
424 </code> |
|
425 |
|
426 <div class="description" property="yui:description"> |
|
427 Cancels the timer used to show a submenu. |
|
428 </div> |
|
429 |
|
430 <div class="description"> |
|
431 |
|
432 |
|
433 |
|
434 |
|
435 |
|
436 |
|
437 </div> |
|
438 |
|
439 </div> |
|
440 <hr /> |
|
441 </div> |
|
442 <div class="protected" rel="yui:method" resource="#method__clearActiveItem"> |
|
443 <h4> |
|
444 <a name="method__clearActiveItem">_clearActiveItem</a></h4> |
|
445 <div class="detail" > |
|
446 <code> |
|
447 protected |
|
448 |
|
449 |
|
450 void |
|
451 <strong property="yui:name">_clearActiveItem</strong> |
|
452 ( |
|
453 ) |
|
454 </code> |
|
455 |
|
456 <div class="description" property="yui:description"> |
|
457 Clears the menu's active descendent. |
|
458 </div> |
|
459 |
|
460 <div class="description"> |
|
461 |
|
462 |
|
463 |
|
464 |
|
465 |
|
466 |
|
467 </div> |
|
468 |
|
469 </div> |
|
470 <hr /> |
|
471 </div> |
|
472 <div class="protected" rel="yui:method" resource="#method__focusItem"> |
|
473 <h4> |
|
474 <a name="method__focusItem">_focusItem</a></h4> |
|
475 <div class="detail" > |
|
476 <code> |
|
477 protected |
|
478 |
|
479 |
|
480 void |
|
481 <strong property="yui:name">_focusItem</strong> |
|
482 ( |
|
483 |
|
484 |
|
485 item |
|
486 |
|
487 |
|
488 ) |
|
489 </code> |
|
490 |
|
491 <div class="description" property="yui:description"> |
|
492 Focuses the specified menuitem or menu label. |
|
493 </div> |
|
494 |
|
495 <div class="description"> |
|
496 |
|
497 <dl rel="yui:parameters"> |
|
498 <dt>Parameters:</dt> |
|
499 <dd rel="yui:parameter"> |
|
500 <code><span property="yui:name">item</span> |
|
501 <<span property="yui:type">Node</span>> |
|
502 </code> |
|
503 <span property="yui:description"> Node instance representing a menuitem or menu label.</span> |
|
504 </dd> |
|
505 </dl> |
|
506 |
|
507 |
|
508 |
|
509 |
|
510 |
|
511 </div> |
|
512 |
|
513 </div> |
|
514 <hr /> |
|
515 </div> |
|
516 <div class="protected" rel="yui:method" resource="#method__getTopmostSubmenu"> |
|
517 <h4> |
|
518 <a name="method__getTopmostSubmenu">_getTopmostSubmenu</a></h4> |
|
519 <div class="detail" > |
|
520 <code> |
|
521 protected |
|
522 |
|
523 |
|
524 Node |
|
525 <strong property="yui:name">_getTopmostSubmenu</strong> |
|
526 ( |
|
527 |
|
528 |
|
529 menu |
|
530 |
|
531 |
|
532 ) |
|
533 </code> |
|
534 |
|
535 <div class="description" property="yui:description"> |
|
536 Returns the topmost submenu of a submenu hierarchy. |
|
537 </div> |
|
538 |
|
539 <div class="description"> |
|
540 |
|
541 <dl rel="yui:parameters"> |
|
542 <dt>Parameters:</dt> |
|
543 <dd rel="yui:parameter"> |
|
544 <code><span property="yui:name">menu</span> |
|
545 <<span property="yui:type">Node</span>> |
|
546 </code> |
|
547 <span property="yui:description"> Node instance representing a menu.</span> |
|
548 </dd> |
|
549 </dl> |
|
550 |
|
551 <dl> |
|
552 <dt>Returns: |
|
553 <code property="yui:return"> |
|
554 Node |
|
555 </code></dt> |
|
556 <dd property="yui:returnInfo">Node instance representing a menu.</dd> |
|
557 </dl> |
|
558 |
|
559 |
|
560 |
|
561 |
|
562 </div> |
|
563 |
|
564 </div> |
|
565 <hr /> |
|
566 </div> |
|
567 <div class="protected" rel="yui:method" resource="#method__hideAllSubmenus"> |
|
568 <h4> |
|
569 <a name="method__hideAllSubmenus">_hideAllSubmenus</a></h4> |
|
570 <div class="detail" > |
|
571 <code> |
|
572 protected |
|
573 |
|
574 |
|
575 void |
|
576 <strong property="yui:name">_hideAllSubmenus</strong> |
|
577 ( |
|
578 |
|
579 |
|
580 menu |
|
581 |
|
582 |
|
583 ) |
|
584 </code> |
|
585 |
|
586 <div class="description" property="yui:description"> |
|
587 Hides all submenus of the specified menu. |
|
588 </div> |
|
589 |
|
590 <div class="description"> |
|
591 |
|
592 <dl rel="yui:parameters"> |
|
593 <dt>Parameters:</dt> |
|
594 <dd rel="yui:parameter"> |
|
595 <code><span property="yui:name">menu</span> |
|
596 <<span property="yui:type">Node</span>> |
|
597 </code> |
|
598 <span property="yui:description"> Node instance representing a menu.</span> |
|
599 </dd> |
|
600 </dl> |
|
601 |
|
602 |
|
603 |
|
604 |
|
605 |
|
606 </div> |
|
607 |
|
608 </div> |
|
609 <hr /> |
|
610 </div> |
|
611 <div class="protected" rel="yui:method" resource="#method__hideAndFocusLabel"> |
|
612 <h4> |
|
613 <a name="method__hideAndFocusLabel">_hideAndFocusLabel</a></h4> |
|
614 <div class="detail" > |
|
615 <code> |
|
616 protected |
|
617 |
|
618 |
|
619 void |
|
620 <strong property="yui:name">_hideAndFocusLabel</strong> |
|
621 ( |
|
622 ) |
|
623 </code> |
|
624 |
|
625 <div class="description" property="yui:description"> |
|
626 Hides all of the submenus of the root menu and focuses the |
|
627 label of the topmost submenu |
|
628 </div> |
|
629 |
|
630 <div class="description"> |
|
631 |
|
632 |
|
633 |
|
634 |
|
635 |
|
636 |
|
637 </div> |
|
638 |
|
639 </div> |
|
640 <hr /> |
|
641 </div> |
|
642 <div class="protected" rel="yui:method" resource="#method__hideMenu"> |
|
643 <h4> |
|
644 <a name="method__hideMenu">_hideMenu</a></h4> |
|
645 <div class="detail" > |
|
646 <code> |
|
647 protected |
|
648 |
|
649 |
|
650 void |
|
651 <strong property="yui:name">_hideMenu</strong> |
|
652 ( |
|
653 |
|
654 |
|
655 menu |
|
656 |
|
657 |
|
658 , |
|
659 activateAndFocusLabel |
|
660 |
|
661 |
|
662 ) |
|
663 </code> |
|
664 |
|
665 <div class="description" property="yui:description"> |
|
666 Hides the specified menu. |
|
667 </div> |
|
668 |
|
669 <div class="description"> |
|
670 |
|
671 <dl rel="yui:parameters"> |
|
672 <dt>Parameters:</dt> |
|
673 <dd rel="yui:parameter"> |
|
674 <code><span property="yui:name">menu</span> |
|
675 <<span property="yui:type">Node</span>> |
|
676 </code> |
|
677 <span property="yui:description"> Node instance representing a menu.</span> |
|
678 </dd> |
|
679 <dd rel="yui:parameter"> |
|
680 <code><span property="yui:name">activateAndFocusLabel</span> |
|
681 <<span property="yui:type">Boolean</span>> |
|
682 </code> |
|
683 <span property="yui:description"> Boolean indicating if the label |
|
684 for the specified |
|
685 menu should be focused and set as active.</span> |
|
686 </dd> |
|
687 </dl> |
|
688 |
|
689 |
|
690 |
|
691 |
|
692 |
|
693 </div> |
|
694 |
|
695 </div> |
|
696 <hr /> |
|
697 </div> |
|
698 <div class="protected" rel="yui:method" resource="#method__initFocusManager"> |
|
699 <h4> |
|
700 <a name="method__initFocusManager">_initFocusManager</a></h4> |
|
701 <div class="detail" > |
|
702 <code> |
|
703 protected |
|
704 |
|
705 |
|
706 void |
|
707 <strong property="yui:name">_initFocusManager</strong> |
|
708 ( |
|
709 ) |
|
710 </code> |
|
711 |
|
712 <div class="description" property="yui:description"> |
|
713 Initializes and updates the Focus Manager so that is is |
|
714 always managing descendants of the active menu. |
|
715 </div> |
|
716 |
|
717 <div class="description"> |
|
718 |
|
719 |
|
720 |
|
721 |
|
722 |
|
723 |
|
724 </div> |
|
725 |
|
726 </div> |
|
727 <hr /> |
|
728 </div> |
|
729 <div class="protected" rel="yui:method" resource="#method__isRoot"> |
|
730 <h4> |
|
731 <a name="method__isRoot">_isRoot</a></h4> |
|
732 <div class="detail" > |
|
733 <code> |
|
734 protected |
|
735 |
|
736 |
|
737 Boolean |
|
738 <strong property="yui:name">_isRoot</strong> |
|
739 ( |
|
740 |
|
741 |
|
742 menu |
|
743 |
|
744 |
|
745 ) |
|
746 </code> |
|
747 |
|
748 <div class="description" property="yui:description"> |
|
749 Returns a boolean indicating if the specified menu is the |
|
750 root menu in the menu. |
|
751 </div> |
|
752 |
|
753 <div class="description"> |
|
754 |
|
755 <dl rel="yui:parameters"> |
|
756 <dt>Parameters:</dt> |
|
757 <dd rel="yui:parameter"> |
|
758 <code><span property="yui:name">menu</span> |
|
759 <<span property="yui:type">Node</span>> |
|
760 </code> |
|
761 <span property="yui:description"> Node instance representing a menu.</span> |
|
762 </dd> |
|
763 </dl> |
|
764 |
|
765 <dl> |
|
766 <dt>Returns: |
|
767 <code property="yui:return"> |
|
768 Boolean |
|
769 </code></dt> |
|
770 <dd property="yui:returnInfo">Boolean indicating if the specified menu is the root |
|
771 menu in the menu.</dd> |
|
772 </dl> |
|
773 |
|
774 |
|
775 |
|
776 |
|
777 </div> |
|
778 |
|
779 </div> |
|
780 <hr /> |
|
781 </div> |
|
782 <div class="protected" rel="yui:method" resource="#method__onActiveDescendantChange"> |
|
783 <h4> |
|
784 <a name="method__onActiveDescendantChange">_onActiveDescendantChange</a></h4> |
|
785 <div class="detail" > |
|
786 <code> |
|
787 protected |
|
788 |
|
789 |
|
790 void |
|
791 <strong property="yui:name">_onActiveDescendantChange</strong> |
|
792 ( |
|
793 |
|
794 |
|
795 event |
|
796 |
|
797 |
|
798 , |
|
799 menuNav |
|
800 |
|
801 |
|
802 ) |
|
803 </code> |
|
804 |
|
805 <div class="description" property="yui:description"> |
|
806 "activeDescendantChange" event handler for menu's |
|
807 Focus Manager. |
|
808 </div> |
|
809 |
|
810 <div class="description"> |
|
811 |
|
812 <dl rel="yui:parameters"> |
|
813 <dt>Parameters:</dt> |
|
814 <dd rel="yui:parameter"> |
|
815 <code><span property="yui:name">event</span> |
|
816 <<span property="yui:type">Object</span>> |
|
817 </code> |
|
818 <span property="yui:description"> Object representing the Attribute change event.</span> |
|
819 </dd> |
|
820 <dd rel="yui:parameter"> |
|
821 <code><span property="yui:name">menuNav</span> |
|
822 <<span property="yui:type">NodeMenuNav</span>> |
|
823 </code> |
|
824 <span property="yui:description"> Object representing the NodeMenuNav instance.</span> |
|
825 </dd> |
|
826 </dl> |
|
827 |
|
828 |
|
829 |
|
830 |
|
831 |
|
832 </div> |
|
833 |
|
834 </div> |
|
835 <hr /> |
|
836 </div> |
|
837 <div class="protected" rel="yui:method" resource="#method__onDocFocus"> |
|
838 <h4> |
|
839 <a name="method__onDocFocus">_onDocFocus</a></h4> |
|
840 <div class="detail" > |
|
841 <code> |
|
842 protected |
|
843 |
|
844 |
|
845 void |
|
846 <strong property="yui:name">_onDocFocus</strong> |
|
847 ( |
|
848 |
|
849 |
|
850 event |
|
851 |
|
852 |
|
853 ) |
|
854 </code> |
|
855 |
|
856 <div class="description" property="yui:description"> |
|
857 "focus" event handler for the owner document of the MenuNav. |
|
858 </div> |
|
859 |
|
860 <div class="description"> |
|
861 |
|
862 <dl rel="yui:parameters"> |
|
863 <dt>Parameters:</dt> |
|
864 <dd rel="yui:parameter"> |
|
865 <code><span property="yui:name">event</span> |
|
866 <<span property="yui:type">Object</span>> |
|
867 </code> |
|
868 <span property="yui:description"> Object representing the DOM event.</span> |
|
869 </dd> |
|
870 </dl> |
|
871 |
|
872 |
|
873 |
|
874 |
|
875 |
|
876 </div> |
|
877 |
|
878 </div> |
|
879 <hr /> |
|
880 </div> |
|
881 <div class="protected" rel="yui:method" resource="#method__onDocMouseDown"> |
|
882 <h4> |
|
883 <a name="method__onDocMouseDown">_onDocMouseDown</a></h4> |
|
884 <div class="detail" > |
|
885 <code> |
|
886 protected |
|
887 |
|
888 |
|
889 void |
|
890 <strong property="yui:name">_onDocMouseDown</strong> |
|
891 ( |
|
892 |
|
893 |
|
894 event |
|
895 |
|
896 |
|
897 ) |
|
898 </code> |
|
899 |
|
900 <div class="description" property="yui:description"> |
|
901 "mousedown" event handler for the owner document of |
|
902 the menu. |
|
903 </div> |
|
904 |
|
905 <div class="description"> |
|
906 |
|
907 <dl rel="yui:parameters"> |
|
908 <dt>Parameters:</dt> |
|
909 <dd rel="yui:parameter"> |
|
910 <code><span property="yui:name">event</span> |
|
911 <<span property="yui:type">Object</span>> |
|
912 </code> |
|
913 <span property="yui:description"> Object representing the DOM event.</span> |
|
914 </dd> |
|
915 </dl> |
|
916 |
|
917 |
|
918 |
|
919 |
|
920 |
|
921 </div> |
|
922 |
|
923 </div> |
|
924 <hr /> |
|
925 </div> |
|
926 <div class="protected" rel="yui:method" resource="#method__onHorizontalMenuKeyDown"> |
|
927 <h4> |
|
928 <a name="method__onHorizontalMenuKeyDown">_onHorizontalMenuKeyDown</a></h4> |
|
929 <div class="detail" > |
|
930 <code> |
|
931 protected |
|
932 |
|
933 |
|
934 void |
|
935 <strong property="yui:name">_onHorizontalMenuKeyDown</strong> |
|
936 ( |
|
937 |
|
938 |
|
939 event |
|
940 |
|
941 |
|
942 ) |
|
943 </code> |
|
944 |
|
945 <div class="description" property="yui:description"> |
|
946 "keydown" event handler for horizontal menus. |
|
947 </div> |
|
948 |
|
949 <div class="description"> |
|
950 |
|
951 <dl rel="yui:parameters"> |
|
952 <dt>Parameters:</dt> |
|
953 <dd rel="yui:parameter"> |
|
954 <code><span property="yui:name">event</span> |
|
955 <<span property="yui:type">Object</span>> |
|
956 </code> |
|
957 <span property="yui:description"> Object representing the DOM event.</span> |
|
958 </dd> |
|
959 </dl> |
|
960 |
|
961 |
|
962 |
|
963 |
|
964 |
|
965 </div> |
|
966 |
|
967 </div> |
|
968 <hr /> |
|
969 </div> |
|
970 <div class="protected" rel="yui:method" resource="#method__onKeyDown"> |
|
971 <h4> |
|
972 <a name="method__onKeyDown">_onKeyDown</a></h4> |
|
973 <div class="detail" > |
|
974 <code> |
|
975 protected |
|
976 |
|
977 |
|
978 void |
|
979 <strong property="yui:name">_onKeyDown</strong> |
|
980 ( |
|
981 |
|
982 |
|
983 event |
|
984 |
|
985 |
|
986 ) |
|
987 </code> |
|
988 |
|
989 <div class="description" property="yui:description"> |
|
990 "keydown" event handler for the menu. |
|
991 </div> |
|
992 |
|
993 <div class="description"> |
|
994 |
|
995 <dl rel="yui:parameters"> |
|
996 <dt>Parameters:</dt> |
|
997 <dd rel="yui:parameter"> |
|
998 <code><span property="yui:name">event</span> |
|
999 <<span property="yui:type">Object</span>> |
|
1000 </code> |
|
1001 <span property="yui:description"> Object representing the DOM event.</span> |
|
1002 </dd> |
|
1003 </dl> |
|
1004 |
|
1005 |
|
1006 |
|
1007 |
|
1008 |
|
1009 </div> |
|
1010 |
|
1011 </div> |
|
1012 <hr /> |
|
1013 </div> |
|
1014 <div class="protected" rel="yui:method" resource="#method__onKeyPress"> |
|
1015 <h4> |
|
1016 <a name="method__onKeyPress">_onKeyPress</a></h4> |
|
1017 <div class="detail" > |
|
1018 <code> |
|
1019 protected |
|
1020 |
|
1021 |
|
1022 void |
|
1023 <strong property="yui:name">_onKeyPress</strong> |
|
1024 ( |
|
1025 |
|
1026 |
|
1027 event |
|
1028 |
|
1029 |
|
1030 ) |
|
1031 </code> |
|
1032 |
|
1033 <div class="description" property="yui:description"> |
|
1034 "keypress" event handler for the menu. |
|
1035 </div> |
|
1036 |
|
1037 <div class="description"> |
|
1038 |
|
1039 <dl rel="yui:parameters"> |
|
1040 <dt>Parameters:</dt> |
|
1041 <dd rel="yui:parameter"> |
|
1042 <code><span property="yui:name">event</span> |
|
1043 <<span property="yui:type">Object</span>> |
|
1044 </code> |
|
1045 <span property="yui:description"> Object representing the DOM event.</span> |
|
1046 </dd> |
|
1047 </dl> |
|
1048 |
|
1049 |
|
1050 |
|
1051 |
|
1052 |
|
1053 </div> |
|
1054 |
|
1055 </div> |
|
1056 <hr /> |
|
1057 </div> |
|
1058 <div class="protected" rel="yui:method" resource="#method__onMenuItemMouseOut"> |
|
1059 <h4> |
|
1060 <a name="method__onMenuItemMouseOut">_onMenuItemMouseOut</a></h4> |
|
1061 <div class="detail" > |
|
1062 <code> |
|
1063 protected |
|
1064 |
|
1065 |
|
1066 void |
|
1067 <strong property="yui:name">_onMenuItemMouseOut</strong> |
|
1068 ( |
|
1069 |
|
1070 |
|
1071 menuItem |
|
1072 |
|
1073 |
|
1074 , |
|
1075 event |
|
1076 |
|
1077 |
|
1078 ) |
|
1079 </code> |
|
1080 |
|
1081 <div class="description" property="yui:description"> |
|
1082 "mouseout" event handler for a menuitem. |
|
1083 </div> |
|
1084 |
|
1085 <div class="description"> |
|
1086 |
|
1087 <dl rel="yui:parameters"> |
|
1088 <dt>Parameters:</dt> |
|
1089 <dd rel="yui:parameter"> |
|
1090 <code><span property="yui:name">menuItem</span> |
|
1091 <<span property="yui:type">Node</span>> |
|
1092 </code> |
|
1093 <span property="yui:description"> Node instance representing a menuitem.</span> |
|
1094 </dd> |
|
1095 <dd rel="yui:parameter"> |
|
1096 <code><span property="yui:name">event</span> |
|
1097 <<span property="yui:type">Object</span>> |
|
1098 </code> |
|
1099 <span property="yui:description"> Object representing the DOM event.</span> |
|
1100 </dd> |
|
1101 </dl> |
|
1102 |
|
1103 |
|
1104 |
|
1105 |
|
1106 |
|
1107 </div> |
|
1108 |
|
1109 </div> |
|
1110 <hr /> |
|
1111 </div> |
|
1112 <div class="protected" rel="yui:method" resource="#method__onMenuItemMouseOver"> |
|
1113 <h4> |
|
1114 <a name="method__onMenuItemMouseOver">_onMenuItemMouseOver</a></h4> |
|
1115 <div class="detail" > |
|
1116 <code> |
|
1117 protected |
|
1118 |
|
1119 |
|
1120 void |
|
1121 <strong property="yui:name">_onMenuItemMouseOver</strong> |
|
1122 ( |
|
1123 |
|
1124 |
|
1125 menuItem |
|
1126 |
|
1127 |
|
1128 , |
|
1129 event |
|
1130 |
|
1131 |
|
1132 ) |
|
1133 </code> |
|
1134 |
|
1135 <div class="description" property="yui:description"> |
|
1136 "mouseover" event handler for a menuitem. |
|
1137 </div> |
|
1138 |
|
1139 <div class="description"> |
|
1140 |
|
1141 <dl rel="yui:parameters"> |
|
1142 <dt>Parameters:</dt> |
|
1143 <dd rel="yui:parameter"> |
|
1144 <code><span property="yui:name">menuItem</span> |
|
1145 <<span property="yui:type">Node</span>> |
|
1146 </code> |
|
1147 <span property="yui:description"> Node instance representing a menuitem.</span> |
|
1148 </dd> |
|
1149 <dd rel="yui:parameter"> |
|
1150 <code><span property="yui:name">event</span> |
|
1151 <<span property="yui:type">Object</span>> |
|
1152 </code> |
|
1153 <span property="yui:description"> Object representing the DOM event.</span> |
|
1154 </dd> |
|
1155 </dl> |
|
1156 |
|
1157 |
|
1158 |
|
1159 |
|
1160 |
|
1161 </div> |
|
1162 |
|
1163 </div> |
|
1164 <hr /> |
|
1165 </div> |
|
1166 <div class="protected" rel="yui:method" resource="#method__onMenuLabelMouseOut"> |
|
1167 <h4> |
|
1168 <a name="method__onMenuLabelMouseOut">_onMenuLabelMouseOut</a></h4> |
|
1169 <div class="detail" > |
|
1170 <code> |
|
1171 protected |
|
1172 |
|
1173 |
|
1174 void |
|
1175 <strong property="yui:name">_onMenuLabelMouseOut</strong> |
|
1176 ( |
|
1177 |
|
1178 |
|
1179 menuLabel |
|
1180 |
|
1181 |
|
1182 , |
|
1183 event |
|
1184 |
|
1185 |
|
1186 ) |
|
1187 </code> |
|
1188 |
|
1189 <div class="description" property="yui:description"> |
|
1190 "mouseout" event handler for a menu label. |
|
1191 </div> |
|
1192 |
|
1193 <div class="description"> |
|
1194 |
|
1195 <dl rel="yui:parameters"> |
|
1196 <dt>Parameters:</dt> |
|
1197 <dd rel="yui:parameter"> |
|
1198 <code><span property="yui:name">menuLabel</span> |
|
1199 <<span property="yui:type">Node</span>> |
|
1200 </code> |
|
1201 <span property="yui:description"> Node instance representing a menu label.</span> |
|
1202 </dd> |
|
1203 <dd rel="yui:parameter"> |
|
1204 <code><span property="yui:name">event</span> |
|
1205 <<span property="yui:type">Object</span>> |
|
1206 </code> |
|
1207 <span property="yui:description"> Object representing the DOM event.</span> |
|
1208 </dd> |
|
1209 </dl> |
|
1210 |
|
1211 |
|
1212 |
|
1213 |
|
1214 |
|
1215 </div> |
|
1216 |
|
1217 </div> |
|
1218 <hr /> |
|
1219 </div> |
|
1220 <div class="protected" rel="yui:method" resource="#method__onMenuLabelMouseOver"> |
|
1221 <h4> |
|
1222 <a name="method__onMenuLabelMouseOver">_onMenuLabelMouseOver</a></h4> |
|
1223 <div class="detail" > |
|
1224 <code> |
|
1225 protected |
|
1226 |
|
1227 |
|
1228 void |
|
1229 <strong property="yui:name">_onMenuLabelMouseOver</strong> |
|
1230 ( |
|
1231 |
|
1232 |
|
1233 menuLabel |
|
1234 |
|
1235 |
|
1236 , |
|
1237 event |
|
1238 |
|
1239 |
|
1240 ) |
|
1241 </code> |
|
1242 |
|
1243 <div class="description" property="yui:description"> |
|
1244 "mouseover" event handler for a menu label. |
|
1245 </div> |
|
1246 |
|
1247 <div class="description"> |
|
1248 |
|
1249 <dl rel="yui:parameters"> |
|
1250 <dt>Parameters:</dt> |
|
1251 <dd rel="yui:parameter"> |
|
1252 <code><span property="yui:name">menuLabel</span> |
|
1253 <<span property="yui:type">Node</span>> |
|
1254 </code> |
|
1255 <span property="yui:description"> Node instance representing a menu label.</span> |
|
1256 </dd> |
|
1257 <dd rel="yui:parameter"> |
|
1258 <code><span property="yui:name">event</span> |
|
1259 <<span property="yui:type">Object</span>> |
|
1260 </code> |
|
1261 <span property="yui:description"> Object representing the DOM event.</span> |
|
1262 </dd> |
|
1263 </dl> |
|
1264 |
|
1265 |
|
1266 |
|
1267 |
|
1268 |
|
1269 </div> |
|
1270 |
|
1271 </div> |
|
1272 <hr /> |
|
1273 </div> |
|
1274 <div class="protected" rel="yui:method" resource="#method__onMenuMouseOut"> |
|
1275 <h4> |
|
1276 <a name="method__onMenuMouseOut">_onMenuMouseOut</a></h4> |
|
1277 <div class="detail" > |
|
1278 <code> |
|
1279 protected |
|
1280 |
|
1281 |
|
1282 void |
|
1283 <strong property="yui:name">_onMenuMouseOut</strong> |
|
1284 ( |
|
1285 |
|
1286 |
|
1287 menu |
|
1288 |
|
1289 |
|
1290 , |
|
1291 event |
|
1292 |
|
1293 |
|
1294 ) |
|
1295 </code> |
|
1296 |
|
1297 <div class="description" property="yui:description"> |
|
1298 "mouseout" event handler for a menu. |
|
1299 </div> |
|
1300 |
|
1301 <div class="description"> |
|
1302 |
|
1303 <dl rel="yui:parameters"> |
|
1304 <dt>Parameters:</dt> |
|
1305 <dd rel="yui:parameter"> |
|
1306 <code><span property="yui:name">menu</span> |
|
1307 <<span property="yui:type">Node</span>> |
|
1308 </code> |
|
1309 <span property="yui:description"> Node instance representing a menu.</span> |
|
1310 </dd> |
|
1311 <dd rel="yui:parameter"> |
|
1312 <code><span property="yui:name">event</span> |
|
1313 <<span property="yui:type">Object</span>> |
|
1314 </code> |
|
1315 <span property="yui:description"> Object representing the DOM event.</span> |
|
1316 </dd> |
|
1317 </dl> |
|
1318 |
|
1319 |
|
1320 |
|
1321 |
|
1322 |
|
1323 </div> |
|
1324 |
|
1325 </div> |
|
1326 <hr /> |
|
1327 </div> |
|
1328 <div class="protected" rel="yui:method" resource="#method__onMenuMouseOver"> |
|
1329 <h4> |
|
1330 <a name="method__onMenuMouseOver">_onMenuMouseOver</a></h4> |
|
1331 <div class="detail" > |
|
1332 <code> |
|
1333 protected |
|
1334 |
|
1335 |
|
1336 void |
|
1337 <strong property="yui:name">_onMenuMouseOver</strong> |
|
1338 ( |
|
1339 |
|
1340 |
|
1341 menu |
|
1342 |
|
1343 |
|
1344 , |
|
1345 event |
|
1346 |
|
1347 |
|
1348 ) |
|
1349 </code> |
|
1350 |
|
1351 <div class="description" property="yui:description"> |
|
1352 "mouseover" event handler for a menu. |
|
1353 </div> |
|
1354 |
|
1355 <div class="description"> |
|
1356 |
|
1357 <dl rel="yui:parameters"> |
|
1358 <dt>Parameters:</dt> |
|
1359 <dd rel="yui:parameter"> |
|
1360 <code><span property="yui:name">menu</span> |
|
1361 <<span property="yui:type">Node</span>> |
|
1362 </code> |
|
1363 <span property="yui:description"> Node instance representing a menu.</span> |
|
1364 </dd> |
|
1365 <dd rel="yui:parameter"> |
|
1366 <code><span property="yui:name">event</span> |
|
1367 <<span property="yui:type">Object</span>> |
|
1368 </code> |
|
1369 <span property="yui:description"> Object representing the DOM event.</span> |
|
1370 </dd> |
|
1371 </dl> |
|
1372 |
|
1373 |
|
1374 |
|
1375 |
|
1376 |
|
1377 </div> |
|
1378 |
|
1379 </div> |
|
1380 <hr /> |
|
1381 </div> |
|
1382 <div class="protected" rel="yui:method" resource="#method__onMouseMove"> |
|
1383 <h4> |
|
1384 <a name="method__onMouseMove">_onMouseMove</a></h4> |
|
1385 <div class="detail" > |
|
1386 <code> |
|
1387 protected |
|
1388 |
|
1389 |
|
1390 void |
|
1391 <strong property="yui:name">_onMouseMove</strong> |
|
1392 ( |
|
1393 |
|
1394 |
|
1395 event |
|
1396 |
|
1397 |
|
1398 ) |
|
1399 </code> |
|
1400 |
|
1401 <div class="description" property="yui:description"> |
|
1402 "mousemove" event handler for the menu. |
|
1403 </div> |
|
1404 |
|
1405 <div class="description"> |
|
1406 |
|
1407 <dl rel="yui:parameters"> |
|
1408 <dt>Parameters:</dt> |
|
1409 <dd rel="yui:parameter"> |
|
1410 <code><span property="yui:name">event</span> |
|
1411 <<span property="yui:type">Object</span>> |
|
1412 </code> |
|
1413 <span property="yui:description"> Object representing the DOM event.</span> |
|
1414 </dd> |
|
1415 </dl> |
|
1416 |
|
1417 |
|
1418 |
|
1419 |
|
1420 |
|
1421 </div> |
|
1422 |
|
1423 </div> |
|
1424 <hr /> |
|
1425 </div> |
|
1426 <div class="protected" rel="yui:method" resource="#method__onMouseOut"> |
|
1427 <h4> |
|
1428 <a name="method__onMouseOut">_onMouseOut</a></h4> |
|
1429 <div class="detail" > |
|
1430 <code> |
|
1431 protected |
|
1432 |
|
1433 |
|
1434 void |
|
1435 <strong property="yui:name">_onMouseOut</strong> |
|
1436 ( |
|
1437 |
|
1438 |
|
1439 event |
|
1440 |
|
1441 |
|
1442 ) |
|
1443 </code> |
|
1444 |
|
1445 <div class="description" property="yui:description"> |
|
1446 "mouseout" event handler for the menu. |
|
1447 </div> |
|
1448 |
|
1449 <div class="description"> |
|
1450 |
|
1451 <dl rel="yui:parameters"> |
|
1452 <dt>Parameters:</dt> |
|
1453 <dd rel="yui:parameter"> |
|
1454 <code><span property="yui:name">event</span> |
|
1455 <<span property="yui:type">Object</span>> |
|
1456 </code> |
|
1457 <span property="yui:description"> Object representing the DOM event.</span> |
|
1458 </dd> |
|
1459 </dl> |
|
1460 |
|
1461 |
|
1462 |
|
1463 |
|
1464 |
|
1465 </div> |
|
1466 |
|
1467 </div> |
|
1468 <hr /> |
|
1469 </div> |
|
1470 <div class="protected" rel="yui:method" resource="#method__onMouseOver"> |
|
1471 <h4> |
|
1472 <a name="method__onMouseOver">_onMouseOver</a></h4> |
|
1473 <div class="detail" > |
|
1474 <code> |
|
1475 protected |
|
1476 |
|
1477 |
|
1478 void |
|
1479 <strong property="yui:name">_onMouseOver</strong> |
|
1480 ( |
|
1481 |
|
1482 |
|
1483 event |
|
1484 |
|
1485 |
|
1486 ) |
|
1487 </code> |
|
1488 |
|
1489 <div class="description" property="yui:description"> |
|
1490 "mouseover" event handler for the menu. |
|
1491 </div> |
|
1492 |
|
1493 <div class="description"> |
|
1494 |
|
1495 <dl rel="yui:parameters"> |
|
1496 <dt>Parameters:</dt> |
|
1497 <dd rel="yui:parameter"> |
|
1498 <code><span property="yui:name">event</span> |
|
1499 <<span property="yui:type">Object</span>> |
|
1500 </code> |
|
1501 <span property="yui:description"> Object representing the DOM event.</span> |
|
1502 </dd> |
|
1503 </dl> |
|
1504 |
|
1505 |
|
1506 |
|
1507 |
|
1508 |
|
1509 </div> |
|
1510 |
|
1511 </div> |
|
1512 <hr /> |
|
1513 </div> |
|
1514 <div class="protected" rel="yui:method" resource="#method__onVerticalMenuKeyDown"> |
|
1515 <h4> |
|
1516 <a name="method__onVerticalMenuKeyDown">_onVerticalMenuKeyDown</a></h4> |
|
1517 <div class="detail" > |
|
1518 <code> |
|
1519 protected |
|
1520 |
|
1521 |
|
1522 void |
|
1523 <strong property="yui:name">_onVerticalMenuKeyDown</strong> |
|
1524 ( |
|
1525 |
|
1526 |
|
1527 event |
|
1528 |
|
1529 |
|
1530 ) |
|
1531 </code> |
|
1532 |
|
1533 <div class="description" property="yui:description"> |
|
1534 "keydown" event handler for vertical menus. |
|
1535 </div> |
|
1536 |
|
1537 <div class="description"> |
|
1538 |
|
1539 <dl rel="yui:parameters"> |
|
1540 <dt>Parameters:</dt> |
|
1541 <dd rel="yui:parameter"> |
|
1542 <code><span property="yui:name">event</span> |
|
1543 <<span property="yui:type">Object</span>> |
|
1544 </code> |
|
1545 <span property="yui:description"> Object representing the DOM event.</span> |
|
1546 </dd> |
|
1547 </dl> |
|
1548 |
|
1549 |
|
1550 |
|
1551 |
|
1552 |
|
1553 </div> |
|
1554 |
|
1555 </div> |
|
1556 <hr /> |
|
1557 </div> |
|
1558 <div class="protected" rel="yui:method" resource="#method__setActiveItem"> |
|
1559 <h4> |
|
1560 <a name="method__setActiveItem">_setActiveItem</a></h4> |
|
1561 <div class="detail" > |
|
1562 <code> |
|
1563 protected |
|
1564 |
|
1565 |
|
1566 void |
|
1567 <strong property="yui:name">_setActiveItem</strong> |
|
1568 ( |
|
1569 |
|
1570 |
|
1571 item |
|
1572 |
|
1573 |
|
1574 ) |
|
1575 </code> |
|
1576 |
|
1577 <div class="description" property="yui:description"> |
|
1578 Sets the specified menuitem or menu label as the menu's |
|
1579 active descendent. |
|
1580 </div> |
|
1581 |
|
1582 <div class="description"> |
|
1583 |
|
1584 <dl rel="yui:parameters"> |
|
1585 <dt>Parameters:</dt> |
|
1586 <dd rel="yui:parameter"> |
|
1587 <code><span property="yui:name">item</span> |
|
1588 <<span property="yui:type">Node</span>> |
|
1589 </code> |
|
1590 <span property="yui:description"> Node instance representing a menuitem or menu label.</span> |
|
1591 </dd> |
|
1592 </dl> |
|
1593 |
|
1594 |
|
1595 |
|
1596 |
|
1597 |
|
1598 </div> |
|
1599 |
|
1600 </div> |
|
1601 <hr /> |
|
1602 </div> |
|
1603 <div class="protected" rel="yui:method" resource="#method__showMenu"> |
|
1604 <h4> |
|
1605 <a name="method__showMenu">_showMenu</a></h4> |
|
1606 <div class="detail" > |
|
1607 <code> |
|
1608 protected |
|
1609 |
|
1610 |
|
1611 void |
|
1612 <strong property="yui:name">_showMenu</strong> |
|
1613 ( |
|
1614 |
|
1615 |
|
1616 menu |
|
1617 |
|
1618 |
|
1619 ) |
|
1620 </code> |
|
1621 |
|
1622 <div class="description" property="yui:description"> |
|
1623 Shows the specified menu. |
|
1624 </div> |
|
1625 |
|
1626 <div class="description"> |
|
1627 |
|
1628 <dl rel="yui:parameters"> |
|
1629 <dt>Parameters:</dt> |
|
1630 <dd rel="yui:parameter"> |
|
1631 <code><span property="yui:name">menu</span> |
|
1632 <<span property="yui:type">Node</span>> |
|
1633 </code> |
|
1634 <span property="yui:description"> Node instance representing a menu.</span> |
|
1635 </dd> |
|
1636 </dl> |
|
1637 |
|
1638 |
|
1639 |
|
1640 |
|
1641 |
|
1642 </div> |
|
1643 |
|
1644 </div> |
|
1645 <hr /> |
|
1646 </div> |
|
1647 <div class="protected" rel="yui:method" resource="#method__toggleSubmenuDisplay"> |
|
1648 <h4> |
|
1649 <a name="method__toggleSubmenuDisplay">_toggleSubmenuDisplay</a></h4> |
|
1650 <div class="detail" > |
|
1651 <code> |
|
1652 protected |
|
1653 |
|
1654 |
|
1655 void |
|
1656 <strong property="yui:name">_toggleSubmenuDisplay</strong> |
|
1657 ( |
|
1658 |
|
1659 |
|
1660 event |
|
1661 |
|
1662 |
|
1663 ) |
|
1664 </code> |
|
1665 |
|
1666 <div class="description" property="yui:description"> |
|
1667 "mousedown," "keydown," and "click" event handler for the |
|
1668 menu used to toggle the display of a submenu. |
|
1669 </div> |
|
1670 |
|
1671 <div class="description"> |
|
1672 |
|
1673 <dl rel="yui:parameters"> |
|
1674 <dt>Parameters:</dt> |
|
1675 <dd rel="yui:parameter"> |
|
1676 <code><span property="yui:name">event</span> |
|
1677 <<span property="yui:type">Object</span>> |
|
1678 </code> |
|
1679 <span property="yui:description"> Object representing the DOM event.</span> |
|
1680 </dd> |
|
1681 </dl> |
|
1682 |
|
1683 |
|
1684 |
|
1685 |
|
1686 |
|
1687 </div> |
|
1688 |
|
1689 </div> |
|
1690 <hr /> |
|
1691 </div> |
|
1692 </div> |
|
1693 </div> |
|
1694 |
|
1695 </div> |
|
1696 |
|
1697 <div rel="yui:events" resource="#events"> |
|
1698 <div class="section method details"> |
|
1699 <h3 id="events">Events</h3> |
|
1700 <div class="content"> |
|
1701 <div class="" rel="yui:event" resource="#event_autoSubmenuDisplayChange"> |
|
1702 <h4> |
|
1703 <a name="event_autoSubmenuDisplayChange">autoSubmenuDisplayChange</a></h4> |
|
1704 <div class="detail"> |
|
1705 <code> |
|
1706 |
|
1707 |
|
1708 |
|
1709 <strong property="yui:name">autoSubmenuDisplayChange</strong> |
|
1710 |
|
1711 ( |
|
1712 |
|
1713 |
|
1714 event |
|
1715 |
|
1716 |
|
1717 ) |
|
1718 |
|
1719 </code> |
|
1720 |
|
1721 <div class="description" property="yui:description"> |
|
1722 Fires when the value for the configuration attribute 'autoSubmenuDisplay' 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. |
|
1723 </div> |
|
1724 |
|
1725 <div class="description"> |
|
1726 |
|
1727 |
|
1728 <dl rel="yui:parameters"> |
|
1729 <dt>Parameters:</dt> |
|
1730 <dd rel="yui:parameter"> |
|
1731 <code><span property="yui:name">event</span> |
|
1732 <<span property="yui:type">Event.Facade</span>> |
|
1733 </code> |
|
1734 <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> |
|
1735 </dd> |
|
1736 |
|
1737 </dl> |
|
1738 |
|
1739 |
|
1740 </div> |
|
1741 |
|
1742 </div> |
|
1743 <hr /> |
|
1744 </div> |
|
1745 <div class="" rel="yui:event" resource="#event_mouseOutHideDelayChange"> |
|
1746 <h4> |
|
1747 <a name="event_mouseOutHideDelayChange">mouseOutHideDelayChange</a></h4> |
|
1748 <div class="detail"> |
|
1749 <code> |
|
1750 |
|
1751 |
|
1752 |
|
1753 <strong property="yui:name">mouseOutHideDelayChange</strong> |
|
1754 |
|
1755 ( |
|
1756 |
|
1757 |
|
1758 event |
|
1759 |
|
1760 |
|
1761 ) |
|
1762 |
|
1763 </code> |
|
1764 |
|
1765 <div class="description" property="yui:description"> |
|
1766 Fires when the value for the configuration attribute 'mouseOutHideDelay' 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. |
|
1767 </div> |
|
1768 |
|
1769 <div class="description"> |
|
1770 |
|
1771 |
|
1772 <dl rel="yui:parameters"> |
|
1773 <dt>Parameters:</dt> |
|
1774 <dd rel="yui:parameter"> |
|
1775 <code><span property="yui:name">event</span> |
|
1776 <<span property="yui:type">Event.Facade</span>> |
|
1777 </code> |
|
1778 <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> |
|
1779 </dd> |
|
1780 |
|
1781 </dl> |
|
1782 |
|
1783 |
|
1784 </div> |
|
1785 |
|
1786 </div> |
|
1787 <hr /> |
|
1788 </div> |
|
1789 <div class="" rel="yui:event" resource="#event_submenuHideDelayChange"> |
|
1790 <h4> |
|
1791 <a name="event_submenuHideDelayChange">submenuHideDelayChange</a></h4> |
|
1792 <div class="detail"> |
|
1793 <code> |
|
1794 |
|
1795 |
|
1796 |
|
1797 <strong property="yui:name">submenuHideDelayChange</strong> |
|
1798 |
|
1799 ( |
|
1800 |
|
1801 |
|
1802 event |
|
1803 |
|
1804 |
|
1805 ) |
|
1806 |
|
1807 </code> |
|
1808 |
|
1809 <div class="description" property="yui:description"> |
|
1810 Fires when the value for the configuration attribute 'submenuHideDelay' 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. |
|
1811 </div> |
|
1812 |
|
1813 <div class="description"> |
|
1814 |
|
1815 |
|
1816 <dl rel="yui:parameters"> |
|
1817 <dt>Parameters:</dt> |
|
1818 <dd rel="yui:parameter"> |
|
1819 <code><span property="yui:name">event</span> |
|
1820 <<span property="yui:type">Event.Facade</span>> |
|
1821 </code> |
|
1822 <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> |
|
1823 </dd> |
|
1824 |
|
1825 </dl> |
|
1826 |
|
1827 |
|
1828 </div> |
|
1829 |
|
1830 </div> |
|
1831 <hr /> |
|
1832 </div> |
|
1833 <div class="" rel="yui:event" resource="#event_submenuShowDelayChange"> |
|
1834 <h4> |
|
1835 <a name="event_submenuShowDelayChange">submenuShowDelayChange</a></h4> |
|
1836 <div class="detail"> |
|
1837 <code> |
|
1838 |
|
1839 |
|
1840 |
|
1841 <strong property="yui:name">submenuShowDelayChange</strong> |
|
1842 |
|
1843 ( |
|
1844 |
|
1845 |
|
1846 event |
|
1847 |
|
1848 |
|
1849 ) |
|
1850 |
|
1851 </code> |
|
1852 |
|
1853 <div class="description" property="yui:description"> |
|
1854 Fires when the value for the configuration attribute 'submenuShowDelay' 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. |
|
1855 </div> |
|
1856 |
|
1857 <div class="description"> |
|
1858 |
|
1859 |
|
1860 <dl rel="yui:parameters"> |
|
1861 <dt>Parameters:</dt> |
|
1862 <dd rel="yui:parameter"> |
|
1863 <code><span property="yui:name">event</span> |
|
1864 <<span property="yui:type">Event.Facade</span>> |
|
1865 </code> |
|
1866 <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> |
|
1867 </dd> |
|
1868 |
|
1869 </dl> |
|
1870 |
|
1871 |
|
1872 </div> |
|
1873 |
|
1874 </div> |
|
1875 <hr /> |
|
1876 </div> |
|
1877 <div class="" rel="yui:event" resource="#event_useARIAChange"> |
|
1878 <h4> |
|
1879 <a name="event_useARIAChange">useARIAChange</a></h4> |
|
1880 <div class="detail"> |
|
1881 <code> |
|
1882 |
|
1883 |
|
1884 |
|
1885 <strong property="yui:name">useARIAChange</strong> |
|
1886 |
|
1887 ( |
|
1888 |
|
1889 |
|
1890 event |
|
1891 |
|
1892 |
|
1893 ) |
|
1894 |
|
1895 </code> |
|
1896 |
|
1897 <div class="description" property="yui:description"> |
|
1898 Fires when the value for the configuration attribute 'useARIA' 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. |
|
1899 </div> |
|
1900 |
|
1901 <div class="description"> |
|
1902 |
|
1903 |
|
1904 <dl rel="yui:parameters"> |
|
1905 <dt>Parameters:</dt> |
|
1906 <dd rel="yui:parameter"> |
|
1907 <code><span property="yui:name">event</span> |
|
1908 <<span property="yui:type">Event.Facade</span>> |
|
1909 </code> |
|
1910 <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> |
|
1911 </dd> |
|
1912 |
|
1913 </dl> |
|
1914 |
|
1915 |
|
1916 </div> |
|
1917 |
|
1918 </div> |
|
1919 <hr /> |
|
1920 </div> |
|
1921 </div> |
|
1922 </div> |
|
1923 |
|
1924 |
|
1925 </div> |
|
1926 |
|
1927 <div rel="yui:attributes" resource="#configattributes"> |
|
1928 <div class="section field details"> |
|
1929 <h3 id="configattributes">Configuration Attributes</h3> |
|
1930 <div class="content"> |
|
1931 <div class="" rel="yui:attribute" resource="#config_autoSubmenuDisplay"> |
|
1932 <h4><a name="config_autoSubmenuDisplay">autoSubmenuDisplay</a> |
|
1933 <code>- writeonce <span property="yui:type">boolean</span></code> |
|
1934 </h4> |
|
1935 <div class="detail"> |
|
1936 <div class="description" property="yui:description"> |
|
1937 Boolean indicating if submenus are automatically made visible when the |
|
1938 user mouses over the menu's items. |
|
1939 </div> |
|
1940 </div> |
|
1941 |
|
1942 |
|
1943 <div class="default"> |
|
1944 Default Value: true |
|
1945 </div> |
|
1946 |
|
1947 <hr /> |
|
1948 </div> |
|
1949 <div class="" rel="yui:attribute" resource="#config_mouseOutHideDelay"> |
|
1950 <h4><a name="config_mouseOutHideDelay">mouseOutHideDelay</a> |
|
1951 <code>- writeonce <span property="yui:type">Number</span></code> |
|
1952 </h4> |
|
1953 <div class="detail"> |
|
1954 <div class="description" property="yui:description"> |
|
1955 Number indicating the time (in milliseconds) that should expire before a |
|
1956 submenu is hidden when the user mouses out of it. |
|
1957 </div> |
|
1958 </div> |
|
1959 |
|
1960 |
|
1961 <div class="default"> |
|
1962 Default Value: 750 |
|
1963 </div> |
|
1964 |
|
1965 <hr /> |
|
1966 </div> |
|
1967 <div class="" rel="yui:attribute" resource="#config_submenuHideDelay"> |
|
1968 <h4><a name="config_submenuHideDelay">submenuHideDelay</a> |
|
1969 <code>- writeonce <span property="yui:type">Number</span></code> |
|
1970 </h4> |
|
1971 <div class="detail"> |
|
1972 <div class="description" property="yui:description"> |
|
1973 Number indicating the time (in milliseconds) that should expire before a |
|
1974 submenu is hidden when the user mouses out of a menu label heading in the |
|
1975 direction of a submenu. |
|
1976 </div> |
|
1977 </div> |
|
1978 |
|
1979 |
|
1980 <div class="default"> |
|
1981 Default Value: 250 |
|
1982 </div> |
|
1983 |
|
1984 <hr /> |
|
1985 </div> |
|
1986 <div class="" rel="yui:attribute" resource="#config_submenuShowDelay"> |
|
1987 <h4><a name="config_submenuShowDelay">submenuShowDelay</a> |
|
1988 <code>- writeonce <span property="yui:type">Number</span></code> |
|
1989 </h4> |
|
1990 <div class="detail"> |
|
1991 <div class="description" property="yui:description"> |
|
1992 Number indicating the time (in milliseconds) that should expire before a |
|
1993 submenu is made visible when the user mouses over the menu's label. |
|
1994 </div> |
|
1995 </div> |
|
1996 |
|
1997 |
|
1998 <div class="default"> |
|
1999 Default Value: 250 |
|
2000 </div> |
|
2001 |
|
2002 <hr /> |
|
2003 </div> |
|
2004 <div class="" rel="yui:attribute" resource="#config_useARIA"> |
|
2005 <h4><a name="config_useARIA">useARIA</a> |
|
2006 <code>- writeonce <span property="yui:type">boolean</span></code> |
|
2007 </h4> |
|
2008 <div class="detail"> |
|
2009 <div class="description" property="yui:description"> |
|
2010 Boolean indicating if use of the WAI-ARIA Roles and States should be |
|
2011 enabled for the menu. |
|
2012 </div> |
|
2013 </div> |
|
2014 |
|
2015 |
|
2016 <div class="default"> |
|
2017 Default Value: true |
|
2018 </div> |
|
2019 |
|
2020 <hr /> |
|
2021 </div> |
|
2022 |
|
2023 </div> |
|
2024 </div> |
|
2025 |
|
2026 </div> |
|
2027 |
|
2028 </div> |
|
2029 </div> |
|
2030 <div class="yui-b"> |
|
2031 <div class="nav"> |
|
2032 |
|
2033 <div id="moduleList" class="module"> |
|
2034 <h4>Modules</h4> |
|
2035 <ul class="content"> |
|
2036 <li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
2037 <li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li> |
|
2038 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
2039 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
2040 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
2041 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
2042 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
2043 <li class=""><a href="module_console.html" title="console">console</a></li> |
|
2044 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
2045 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
2046 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
2047 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
2048 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
2049 <li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
2050 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
2051 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
2052 <li class=""><a href="module_event.html" title="event">event</a></li> |
|
2053 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
2054 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
2055 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
2056 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
2057 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
2058 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
2059 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
2060 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
2061 <li class="selected"><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
2062 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
2063 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
2064 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
2065 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
2066 <li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li> |
|
2067 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
2068 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
2069 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
2070 <li class=""><a href="module_test.html" title="test">test</a></li> |
|
2071 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
2072 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
2073 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
2074 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
2075 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
2076 <li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
2077 </ul> |
|
2078 </div> |
|
2079 |
|
2080 <div id="classList" class="module"> |
|
2081 <h4>Classes</h4> |
|
2082 <ul class="content"> |
|
2083 <li class="selected"><a href="plugin.NodeMenuNav.html" title="plugin.NodeMenuNav">plugin.NodeMenuNav</a></li> |
|
2084 </ul> |
|
2085 </div> |
|
2086 |
|
2087 <div id="fileList" class="module"> |
|
2088 <h4>Files</h4> |
|
2089 <ul class="content"> |
|
2090 <li class=""><a href="node-menunav.js.html" title="node-menunav.js">node-menunav.js</a></li> |
|
2091 </ul> |
|
2092 </div> |
|
2093 |
|
2094 <div id="propertyList" class="module"> |
|
2095 <h4>Properties</h4> |
|
2096 <ul class="content"> |
|
2097 <li class="protected"><a href="#property__activeItem" title="_activeItem">_activeItem</a></li> |
|
2098 <li class="protected"><a href="#property__activeMenu" title="_activeMenu">_activeMenu</a></li> |
|
2099 <li class="protected"><a href="#property__blockMouseEvent" title="_blockMouseEvent">_blockMouseEvent</a></li> |
|
2100 <li class="protected"><a href="#property__currentMouseX" title="_currentMouseX">_currentMouseX</a></li> |
|
2101 <li class="protected"><a href="#property__firstItem" title="_firstItem">_firstItem</a></li> |
|
2102 <li class="protected"><a href="#property__hasFocus" title="_hasFocus">_hasFocus</a></li> |
|
2103 <li class="protected"><a href="#property__hideAllSubmenusTimer" title="_hideAllSubmenusTimer">_hideAllSubmenusTimer</a></li> |
|
2104 <li class="protected"><a href="#property__hideSubmenuTimer" title="_hideSubmenuTimer">_hideSubmenuTimer</a></li> |
|
2105 <li class="protected"><a href="#property__movingToSubmenu" title="_movingToSubmenu">_movingToSubmenu</a></li> |
|
2106 <li class="protected"><a href="#property__rootMenu" title="_rootMenu">_rootMenu</a></li> |
|
2107 <li class="protected"><a href="#property__showSubmenuTimer" title="_showSubmenuTimer">_showSubmenuTimer</a></li> |
|
2108 <li class=""><a href="#property_NodeMenuNav.SHIM_TEMPLATE" title="NodeMenuNav.SHIM_TEMPLATE">NodeMenuNav.SHIM_TEMPLATE</a></li> |
|
2109 <li class=""><a href="#property_NodeMenuNav.SHIM_TEMPLATE_TITLE" title="NodeMenuNav.SHIM_TEMPLATE_TITLE">NodeMenuNav.SHIM_TEMPLATE_TITLE</a></li> |
|
2110 </ul> |
|
2111 </div> |
|
2112 |
|
2113 <div id="methodsList" class="module"> |
|
2114 <h4>Methods</h4> |
|
2115 <ul class="content"> |
|
2116 <li class="protected"><a href="#method__afterActiveDescendantChange" title="_afterActiveDescendantChange">_afterActiveDescendantChange</a></li> |
|
2117 <li class="protected"><a href="#method__cancelHideSubmenuTimer" title="_cancelHideSubmenuTimer">_cancelHideSubmenuTimer</a></li> |
|
2118 <li class="protected"><a href="#method__cancelShowSubmenuTimer" title="_cancelShowSubmenuTimer">_cancelShowSubmenuTimer</a></li> |
|
2119 <li class="protected"><a href="#method__clearActiveItem" title="_clearActiveItem">_clearActiveItem</a></li> |
|
2120 <li class="protected"><a href="#method__focusItem" title="_focusItem">_focusItem</a></li> |
|
2121 <li class="protected"><a href="#method__getTopmostSubmenu" title="_getTopmostSubmenu">_getTopmostSubmenu</a></li> |
|
2122 <li class="protected"><a href="#method__hideAllSubmenus" title="_hideAllSubmenus">_hideAllSubmenus</a></li> |
|
2123 <li class="protected"><a href="#method__hideAndFocusLabel" title="_hideAndFocusLabel">_hideAndFocusLabel</a></li> |
|
2124 <li class="protected"><a href="#method__hideMenu" title="_hideMenu">_hideMenu</a></li> |
|
2125 <li class="protected"><a href="#method__initFocusManager" title="_initFocusManager">_initFocusManager</a></li> |
|
2126 <li class="protected"><a href="#method__isRoot" title="_isRoot">_isRoot</a></li> |
|
2127 <li class="protected"><a href="#method__onActiveDescendantChange" title="_onActiveDescendantChange">_onActiveDescendantChange</a></li> |
|
2128 <li class="protected"><a href="#method__onDocFocus" title="_onDocFocus">_onDocFocus</a></li> |
|
2129 <li class="protected"><a href="#method__onDocMouseDown" title="_onDocMouseDown">_onDocMouseDown</a></li> |
|
2130 <li class="protected"><a href="#method__onHorizontalMenuKeyDown" title="_onHorizontalMenuKeyDown">_onHorizontalMenuKeyDown</a></li> |
|
2131 <li class="protected"><a href="#method__onKeyDown" title="_onKeyDown">_onKeyDown</a></li> |
|
2132 <li class="protected"><a href="#method__onKeyPress" title="_onKeyPress">_onKeyPress</a></li> |
|
2133 <li class="protected"><a href="#method__onMenuItemMouseOut" title="_onMenuItemMouseOut">_onMenuItemMouseOut</a></li> |
|
2134 <li class="protected"><a href="#method__onMenuItemMouseOver" title="_onMenuItemMouseOver">_onMenuItemMouseOver</a></li> |
|
2135 <li class="protected"><a href="#method__onMenuLabelMouseOut" title="_onMenuLabelMouseOut">_onMenuLabelMouseOut</a></li> |
|
2136 <li class="protected"><a href="#method__onMenuLabelMouseOver" title="_onMenuLabelMouseOver">_onMenuLabelMouseOver</a></li> |
|
2137 <li class="protected"><a href="#method__onMenuMouseOut" title="_onMenuMouseOut">_onMenuMouseOut</a></li> |
|
2138 <li class="protected"><a href="#method__onMenuMouseOver" title="_onMenuMouseOver">_onMenuMouseOver</a></li> |
|
2139 <li class="protected"><a href="#method__onMouseMove" title="_onMouseMove">_onMouseMove</a></li> |
|
2140 <li class="protected"><a href="#method__onMouseOut" title="_onMouseOut">_onMouseOut</a></li> |
|
2141 <li class="protected"><a href="#method__onMouseOver" title="_onMouseOver">_onMouseOver</a></li> |
|
2142 <li class="protected"><a href="#method__onVerticalMenuKeyDown" title="_onVerticalMenuKeyDown">_onVerticalMenuKeyDown</a></li> |
|
2143 <li class="protected"><a href="#method__setActiveItem" title="_setActiveItem">_setActiveItem</a></li> |
|
2144 <li class="protected"><a href="#method__showMenu" title="_showMenu">_showMenu</a></li> |
|
2145 <li class="protected"><a href="#method__toggleSubmenuDisplay" title="_toggleSubmenuDisplay">_toggleSubmenuDisplay</a></li> |
|
2146 </ul> |
|
2147 </div> |
|
2148 |
|
2149 <div id="eventsList" class="module"> |
|
2150 <h4>Events</h4> |
|
2151 <ul class="content"> |
|
2152 <li class=""><a href="#event_autoSubmenuDisplayChange" title="autoSubmenuDisplayChange">autoSubmenuDisplayChange</a></li> |
|
2153 <li class=""><a href="#event_mouseOutHideDelayChange" title="mouseOutHideDelayChange">mouseOutHideDelayChange</a></li> |
|
2154 <li class=""><a href="#event_submenuHideDelayChange" title="submenuHideDelayChange">submenuHideDelayChange</a></li> |
|
2155 <li class=""><a href="#event_submenuShowDelayChange" title="submenuShowDelayChange">submenuShowDelayChange</a></li> |
|
2156 <li class=""><a href="#event_useARIAChange" title="useARIAChange">useARIAChange</a></li> |
|
2157 </ul> |
|
2158 </div> |
|
2159 |
|
2160 <div id="configList" class="module"> |
|
2161 <h4>Configuration Attributes</h4> |
|
2162 <ul class="content"> |
|
2163 <li class=""><a href="#config_autoSubmenuDisplay" title="autoSubmenuDisplay">autoSubmenuDisplay</a></li> |
|
2164 <li class=""><a href="#config_mouseOutHideDelay" title="mouseOutHideDelay">mouseOutHideDelay</a></li> |
|
2165 <li class=""><a href="#config_submenuHideDelay" title="submenuHideDelay">submenuHideDelay</a></li> |
|
2166 <li class=""><a href="#config_submenuShowDelay" title="submenuShowDelay">submenuShowDelay</a></li> |
|
2167 <li class=""><a href="#config_useARIA" title="useARIA">useARIA</a></li> |
|
2168 </ul> |
|
2169 </div> |
|
2170 |
|
2171 </div> |
|
2172 </div> |
|
2173 </div> |
|
2174 <div id="ft"> |
|
2175 <hr /> |
|
2176 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
2177 </div> |
|
2178 </div> |
|
2179 <script type="text/javascript"> |
|
2180 ALL_YUI_PROPS = [{"access": "protected", "host": "plugin.NodeMenuNav", "name": "_activeItem", "url": "plugin.NodeMenuNav.html#property__activeItem", "type": "property"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_activeMenu", "url": "plugin.NodeMenuNav.html#property__activeMenu", "type": "property"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_afterActiveDescendantChange", "url": "plugin.NodeMenuNav.html#method__afterActiveDescendantChange", "type": "method"}, {"access": "", "host": "plugin.NodeMenuNav", "name": "autoSubmenuDisplay", "url": "plugin.NodeMenuNav.html#config_autoSubmenuDisplay", "type": "config"}, {"access": "", "host": "plugin.NodeMenuNav", "name": "autoSubmenuDisplayChange", "url": "plugin.NodeMenuNav.html#event_autoSubmenuDisplayChange", "type": "event"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_blockMouseEvent", "url": "plugin.NodeMenuNav.html#property__blockMouseEvent", "type": "property"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_cancelHideSubmenuTimer", "url": "plugin.NodeMenuNav.html#method__cancelHideSubmenuTimer", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_cancelShowSubmenuTimer", "url": "plugin.NodeMenuNav.html#method__cancelShowSubmenuTimer", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_clearActiveItem", "url": "plugin.NodeMenuNav.html#method__clearActiveItem", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_currentMouseX", "url": "plugin.NodeMenuNav.html#property__currentMouseX", "type": "property"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_firstItem", "url": "plugin.NodeMenuNav.html#property__firstItem", "type": "property"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_focusItem", "url": "plugin.NodeMenuNav.html#method__focusItem", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_getTopmostSubmenu", "url": "plugin.NodeMenuNav.html#method__getTopmostSubmenu", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_hasFocus", "url": "plugin.NodeMenuNav.html#property__hasFocus", "type": "property"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_hideAllSubmenus", "url": "plugin.NodeMenuNav.html#method__hideAllSubmenus", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_hideAllSubmenusTimer", "url": "plugin.NodeMenuNav.html#property__hideAllSubmenusTimer", "type": "property"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_hideAndFocusLabel", "url": "plugin.NodeMenuNav.html#method__hideAndFocusLabel", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_hideMenu", "url": "plugin.NodeMenuNav.html#method__hideMenu", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_hideSubmenuTimer", "url": "plugin.NodeMenuNav.html#property__hideSubmenuTimer", "type": "property"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_initFocusManager", "url": "plugin.NodeMenuNav.html#method__initFocusManager", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_isRoot", "url": "plugin.NodeMenuNav.html#method__isRoot", "type": "method"}, {"access": "", "host": "plugin.NodeMenuNav", "name": "mouseOutHideDelay", "url": "plugin.NodeMenuNav.html#config_mouseOutHideDelay", "type": "config"}, {"access": "", "host": "plugin.NodeMenuNav", "name": "mouseOutHideDelayChange", "url": "plugin.NodeMenuNav.html#event_mouseOutHideDelayChange", "type": "event"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_movingToSubmenu", "url": "plugin.NodeMenuNav.html#property__movingToSubmenu", "type": "property"}, {"access": "", "host": "plugin.NodeMenuNav", "name": "NodeMenuNav.SHIM_TEMPLATE", "url": "plugin.NodeMenuNav.html#property_NodeMenuNav.SHIM_TEMPLATE", "type": "property"}, {"access": "", "host": "plugin.NodeMenuNav", "name": "NodeMenuNav.SHIM_TEMPLATE_TITLE", "url": "plugin.NodeMenuNav.html#property_NodeMenuNav.SHIM_TEMPLATE_TITLE", "type": "property"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_onActiveDescendantChange", "url": "plugin.NodeMenuNav.html#method__onActiveDescendantChange", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_onDocFocus", "url": "plugin.NodeMenuNav.html#method__onDocFocus", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_onDocMouseDown", "url": "plugin.NodeMenuNav.html#method__onDocMouseDown", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_onHorizontalMenuKeyDown", "url": "plugin.NodeMenuNav.html#method__onHorizontalMenuKeyDown", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_onKeyDown", "url": "plugin.NodeMenuNav.html#method__onKeyDown", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_onKeyPress", "url": "plugin.NodeMenuNav.html#method__onKeyPress", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_onMenuItemMouseOut", "url": "plugin.NodeMenuNav.html#method__onMenuItemMouseOut", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_onMenuItemMouseOver", "url": "plugin.NodeMenuNav.html#method__onMenuItemMouseOver", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_onMenuLabelMouseOut", "url": "plugin.NodeMenuNav.html#method__onMenuLabelMouseOut", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_onMenuLabelMouseOver", "url": "plugin.NodeMenuNav.html#method__onMenuLabelMouseOver", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_onMenuMouseOut", "url": "plugin.NodeMenuNav.html#method__onMenuMouseOut", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_onMenuMouseOver", "url": "plugin.NodeMenuNav.html#method__onMenuMouseOver", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_onMouseMove", "url": "plugin.NodeMenuNav.html#method__onMouseMove", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_onMouseOut", "url": "plugin.NodeMenuNav.html#method__onMouseOut", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_onMouseOver", "url": "plugin.NodeMenuNav.html#method__onMouseOver", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_onVerticalMenuKeyDown", "url": "plugin.NodeMenuNav.html#method__onVerticalMenuKeyDown", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_rootMenu", "url": "plugin.NodeMenuNav.html#property__rootMenu", "type": "property"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_setActiveItem", "url": "plugin.NodeMenuNav.html#method__setActiveItem", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_showMenu", "url": "plugin.NodeMenuNav.html#method__showMenu", "type": "method"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_showSubmenuTimer", "url": "plugin.NodeMenuNav.html#property__showSubmenuTimer", "type": "property"}, {"access": "", "host": "plugin.NodeMenuNav", "name": "submenuHideDelay", "url": "plugin.NodeMenuNav.html#config_submenuHideDelay", "type": "config"}, {"access": "", "host": "plugin.NodeMenuNav", "name": "submenuHideDelayChange", "url": "plugin.NodeMenuNav.html#event_submenuHideDelayChange", "type": "event"}, {"access": "", "host": "plugin.NodeMenuNav", "name": "submenuShowDelay", "url": "plugin.NodeMenuNav.html#config_submenuShowDelay", "type": "config"}, {"access": "", "host": "plugin.NodeMenuNav", "name": "submenuShowDelayChange", "url": "plugin.NodeMenuNav.html#event_submenuShowDelayChange", "type": "event"}, {"access": "protected", "host": "plugin.NodeMenuNav", "name": "_toggleSubmenuDisplay", "url": "plugin.NodeMenuNav.html#method__toggleSubmenuDisplay", "type": "method"}, {"access": "", "host": "plugin.NodeMenuNav", "name": "useARIA", "url": "plugin.NodeMenuNav.html#config_useARIA", "type": "config"}, {"access": "", "host": "plugin.NodeMenuNav", "name": "useARIAChange", "url": "plugin.NodeMenuNav.html#event_useARIAChange", "type": "event"}]; |
|
2181 </script> |
|
2182 </body> |
|
2183 </html> |