|
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.0b1</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 <dl> |
|
374 <dt>Returns: |
|
375 <code property="yui:return"> |
|
376 void |
|
377 </code></dt> |
|
378 <dd property="yui:returnInfo"></dd> |
|
379 </dl> |
|
380 |
|
381 |
|
382 |
|
383 |
|
384 </div> |
|
385 |
|
386 </div> |
|
387 <hr /> |
|
388 </div> |
|
389 <div class="protected" rel="yui:method" resource="#method__cancelHideSubmenuTimer"> |
|
390 <h4> |
|
391 <a name="method__cancelHideSubmenuTimer">_cancelHideSubmenuTimer</a></h4> |
|
392 <div class="detail" > |
|
393 <code> |
|
394 protected |
|
395 |
|
396 |
|
397 void |
|
398 <strong property="yui:name">_cancelHideSubmenuTimer</strong> |
|
399 ( |
|
400 ) |
|
401 </code> |
|
402 |
|
403 <div class="description" property="yui:description"> |
|
404 Cancels the timer used to hide a submenu. |
|
405 </div> |
|
406 |
|
407 <div class="description"> |
|
408 |
|
409 |
|
410 <dl> |
|
411 <dt>Returns: |
|
412 <code property="yui:return"> |
|
413 void |
|
414 </code></dt> |
|
415 <dd property="yui:returnInfo"></dd> |
|
416 </dl> |
|
417 |
|
418 |
|
419 |
|
420 |
|
421 </div> |
|
422 |
|
423 </div> |
|
424 <hr /> |
|
425 </div> |
|
426 <div class="protected" rel="yui:method" resource="#method__cancelShowSubmenuTimer"> |
|
427 <h4> |
|
428 <a name="method__cancelShowSubmenuTimer">_cancelShowSubmenuTimer</a></h4> |
|
429 <div class="detail" > |
|
430 <code> |
|
431 protected |
|
432 |
|
433 |
|
434 void |
|
435 <strong property="yui:name">_cancelShowSubmenuTimer</strong> |
|
436 ( |
|
437 ) |
|
438 </code> |
|
439 |
|
440 <div class="description" property="yui:description"> |
|
441 Cancels the timer used to show a submenu. |
|
442 </div> |
|
443 |
|
444 <div class="description"> |
|
445 |
|
446 |
|
447 <dl> |
|
448 <dt>Returns: |
|
449 <code property="yui:return"> |
|
450 void |
|
451 </code></dt> |
|
452 <dd property="yui:returnInfo"></dd> |
|
453 </dl> |
|
454 |
|
455 |
|
456 |
|
457 |
|
458 </div> |
|
459 |
|
460 </div> |
|
461 <hr /> |
|
462 </div> |
|
463 <div class="protected" rel="yui:method" resource="#method__clearActiveItem"> |
|
464 <h4> |
|
465 <a name="method__clearActiveItem">_clearActiveItem</a></h4> |
|
466 <div class="detail" > |
|
467 <code> |
|
468 protected |
|
469 |
|
470 |
|
471 void |
|
472 <strong property="yui:name">_clearActiveItem</strong> |
|
473 ( |
|
474 ) |
|
475 </code> |
|
476 |
|
477 <div class="description" property="yui:description"> |
|
478 Clears the menu's active descendent. |
|
479 </div> |
|
480 |
|
481 <div class="description"> |
|
482 |
|
483 |
|
484 <dl> |
|
485 <dt>Returns: |
|
486 <code property="yui:return"> |
|
487 void |
|
488 </code></dt> |
|
489 <dd property="yui:returnInfo"></dd> |
|
490 </dl> |
|
491 |
|
492 |
|
493 |
|
494 |
|
495 </div> |
|
496 |
|
497 </div> |
|
498 <hr /> |
|
499 </div> |
|
500 <div class="protected" rel="yui:method" resource="#method__focusItem"> |
|
501 <h4> |
|
502 <a name="method__focusItem">_focusItem</a></h4> |
|
503 <div class="detail" > |
|
504 <code> |
|
505 protected |
|
506 |
|
507 |
|
508 void |
|
509 <strong property="yui:name">_focusItem</strong> |
|
510 ( |
|
511 |
|
512 |
|
513 item |
|
514 |
|
515 |
|
516 ) |
|
517 </code> |
|
518 |
|
519 <div class="description" property="yui:description"> |
|
520 Focuses the specified menuitem or menu label. |
|
521 </div> |
|
522 |
|
523 <div class="description"> |
|
524 |
|
525 <dl rel="yui:parameters"> |
|
526 <dt>Parameters:</dt> |
|
527 <dd rel="yui:parameter"> |
|
528 <code><span property="yui:name">item</span> |
|
529 <<span property="yui:type">Node</span>> |
|
530 </code> |
|
531 <span property="yui:description"> Node instance representing a menuitem or menu label.</span> |
|
532 </dd> |
|
533 </dl> |
|
534 |
|
535 <dl> |
|
536 <dt>Returns: |
|
537 <code property="yui:return"> |
|
538 void |
|
539 </code></dt> |
|
540 <dd property="yui:returnInfo"></dd> |
|
541 </dl> |
|
542 |
|
543 |
|
544 |
|
545 |
|
546 </div> |
|
547 |
|
548 </div> |
|
549 <hr /> |
|
550 </div> |
|
551 <div class="protected" rel="yui:method" resource="#method__getTopmostSubmenu"> |
|
552 <h4> |
|
553 <a name="method__getTopmostSubmenu">_getTopmostSubmenu</a></h4> |
|
554 <div class="detail" > |
|
555 <code> |
|
556 protected |
|
557 |
|
558 |
|
559 Node |
|
560 <strong property="yui:name">_getTopmostSubmenu</strong> |
|
561 ( |
|
562 |
|
563 |
|
564 menu |
|
565 |
|
566 |
|
567 ) |
|
568 </code> |
|
569 |
|
570 <div class="description" property="yui:description"> |
|
571 Returns the topmost submenu of a submenu hierarchy. |
|
572 </div> |
|
573 |
|
574 <div class="description"> |
|
575 |
|
576 <dl rel="yui:parameters"> |
|
577 <dt>Parameters:</dt> |
|
578 <dd rel="yui:parameter"> |
|
579 <code><span property="yui:name">menu</span> |
|
580 <<span property="yui:type">Node</span>> |
|
581 </code> |
|
582 <span property="yui:description"> Node instance representing a menu.</span> |
|
583 </dd> |
|
584 </dl> |
|
585 |
|
586 <dl> |
|
587 <dt>Returns: |
|
588 <code property="yui:return"> |
|
589 Node |
|
590 </code></dt> |
|
591 <dd property="yui:returnInfo">Node instance representing a menu.</dd> |
|
592 </dl> |
|
593 |
|
594 |
|
595 |
|
596 |
|
597 </div> |
|
598 |
|
599 </div> |
|
600 <hr /> |
|
601 </div> |
|
602 <div class="protected" rel="yui:method" resource="#method__hideAllSubmenus"> |
|
603 <h4> |
|
604 <a name="method__hideAllSubmenus">_hideAllSubmenus</a></h4> |
|
605 <div class="detail" > |
|
606 <code> |
|
607 protected |
|
608 |
|
609 |
|
610 void |
|
611 <strong property="yui:name">_hideAllSubmenus</strong> |
|
612 ( |
|
613 |
|
614 |
|
615 menu |
|
616 |
|
617 |
|
618 ) |
|
619 </code> |
|
620 |
|
621 <div class="description" property="yui:description"> |
|
622 Hides all submenus of the specified menu. |
|
623 </div> |
|
624 |
|
625 <div class="description"> |
|
626 |
|
627 <dl rel="yui:parameters"> |
|
628 <dt>Parameters:</dt> |
|
629 <dd rel="yui:parameter"> |
|
630 <code><span property="yui:name">menu</span> |
|
631 <<span property="yui:type">Node</span>> |
|
632 </code> |
|
633 <span property="yui:description"> Node instance representing a menu.</span> |
|
634 </dd> |
|
635 </dl> |
|
636 |
|
637 <dl> |
|
638 <dt>Returns: |
|
639 <code property="yui:return"> |
|
640 void |
|
641 </code></dt> |
|
642 <dd property="yui:returnInfo"></dd> |
|
643 </dl> |
|
644 |
|
645 |
|
646 |
|
647 |
|
648 </div> |
|
649 |
|
650 </div> |
|
651 <hr /> |
|
652 </div> |
|
653 <div class="protected" rel="yui:method" resource="#method__hideAndFocusLabel"> |
|
654 <h4> |
|
655 <a name="method__hideAndFocusLabel">_hideAndFocusLabel</a></h4> |
|
656 <div class="detail" > |
|
657 <code> |
|
658 protected |
|
659 |
|
660 |
|
661 void |
|
662 <strong property="yui:name">_hideAndFocusLabel</strong> |
|
663 ( |
|
664 ) |
|
665 </code> |
|
666 |
|
667 <div class="description" property="yui:description"> |
|
668 Hides all of the submenus of the root menu and focuses the |
|
669 label of the topmost submenu |
|
670 </div> |
|
671 |
|
672 <div class="description"> |
|
673 |
|
674 |
|
675 <dl> |
|
676 <dt>Returns: |
|
677 <code property="yui:return"> |
|
678 void |
|
679 </code></dt> |
|
680 <dd property="yui:returnInfo"></dd> |
|
681 </dl> |
|
682 |
|
683 |
|
684 |
|
685 |
|
686 </div> |
|
687 |
|
688 </div> |
|
689 <hr /> |
|
690 </div> |
|
691 <div class="protected" rel="yui:method" resource="#method__hideMenu"> |
|
692 <h4> |
|
693 <a name="method__hideMenu">_hideMenu</a></h4> |
|
694 <div class="detail" > |
|
695 <code> |
|
696 protected |
|
697 |
|
698 |
|
699 void |
|
700 <strong property="yui:name">_hideMenu</strong> |
|
701 ( |
|
702 |
|
703 |
|
704 menu |
|
705 |
|
706 |
|
707 , |
|
708 activateAndFocusLabel |
|
709 |
|
710 |
|
711 ) |
|
712 </code> |
|
713 |
|
714 <div class="description" property="yui:description"> |
|
715 Hides the specified menu. |
|
716 </div> |
|
717 |
|
718 <div class="description"> |
|
719 |
|
720 <dl rel="yui:parameters"> |
|
721 <dt>Parameters:</dt> |
|
722 <dd rel="yui:parameter"> |
|
723 <code><span property="yui:name">menu</span> |
|
724 <<span property="yui:type">Node</span>> |
|
725 </code> |
|
726 <span property="yui:description"> Node instance representing a menu.</span> |
|
727 </dd> |
|
728 <dd rel="yui:parameter"> |
|
729 <code><span property="yui:name">activateAndFocusLabel</span> |
|
730 <<span property="yui:type">Boolean</span>> |
|
731 </code> |
|
732 <span property="yui:description"> Boolean indicating if the label |
|
733 for the specified |
|
734 menu should be focused and set as active.</span> |
|
735 </dd> |
|
736 </dl> |
|
737 |
|
738 <dl> |
|
739 <dt>Returns: |
|
740 <code property="yui:return"> |
|
741 void |
|
742 </code></dt> |
|
743 <dd property="yui:returnInfo"></dd> |
|
744 </dl> |
|
745 |
|
746 |
|
747 |
|
748 |
|
749 </div> |
|
750 |
|
751 </div> |
|
752 <hr /> |
|
753 </div> |
|
754 <div class="protected" rel="yui:method" resource="#method__initFocusManager"> |
|
755 <h4> |
|
756 <a name="method__initFocusManager">_initFocusManager</a></h4> |
|
757 <div class="detail" > |
|
758 <code> |
|
759 protected |
|
760 |
|
761 |
|
762 void |
|
763 <strong property="yui:name">_initFocusManager</strong> |
|
764 ( |
|
765 ) |
|
766 </code> |
|
767 |
|
768 <div class="description" property="yui:description"> |
|
769 Initializes and updates the Focus Manager so that is is |
|
770 always managing descendants of the active menu. |
|
771 </div> |
|
772 |
|
773 <div class="description"> |
|
774 |
|
775 |
|
776 <dl> |
|
777 <dt>Returns: |
|
778 <code property="yui:return"> |
|
779 void |
|
780 </code></dt> |
|
781 <dd property="yui:returnInfo"></dd> |
|
782 </dl> |
|
783 |
|
784 |
|
785 |
|
786 |
|
787 </div> |
|
788 |
|
789 </div> |
|
790 <hr /> |
|
791 </div> |
|
792 <div class="protected" rel="yui:method" resource="#method__isRoot"> |
|
793 <h4> |
|
794 <a name="method__isRoot">_isRoot</a></h4> |
|
795 <div class="detail" > |
|
796 <code> |
|
797 protected |
|
798 |
|
799 |
|
800 Boolean |
|
801 <strong property="yui:name">_isRoot</strong> |
|
802 ( |
|
803 |
|
804 |
|
805 menu |
|
806 |
|
807 |
|
808 ) |
|
809 </code> |
|
810 |
|
811 <div class="description" property="yui:description"> |
|
812 Returns a boolean indicating if the specified menu is the |
|
813 root menu in the menu. |
|
814 </div> |
|
815 |
|
816 <div class="description"> |
|
817 |
|
818 <dl rel="yui:parameters"> |
|
819 <dt>Parameters:</dt> |
|
820 <dd rel="yui:parameter"> |
|
821 <code><span property="yui:name">menu</span> |
|
822 <<span property="yui:type">Node</span>> |
|
823 </code> |
|
824 <span property="yui:description"> Node instance representing a menu.</span> |
|
825 </dd> |
|
826 </dl> |
|
827 |
|
828 <dl> |
|
829 <dt>Returns: |
|
830 <code property="yui:return"> |
|
831 Boolean |
|
832 </code></dt> |
|
833 <dd property="yui:returnInfo">Boolean indicating if the specified menu is the root |
|
834 menu in the menu.</dd> |
|
835 </dl> |
|
836 |
|
837 |
|
838 |
|
839 |
|
840 </div> |
|
841 |
|
842 </div> |
|
843 <hr /> |
|
844 </div> |
|
845 <div class="protected" rel="yui:method" resource="#method__onActiveDescendantChange"> |
|
846 <h4> |
|
847 <a name="method__onActiveDescendantChange">_onActiveDescendantChange</a></h4> |
|
848 <div class="detail" > |
|
849 <code> |
|
850 protected |
|
851 |
|
852 |
|
853 void |
|
854 <strong property="yui:name">_onActiveDescendantChange</strong> |
|
855 ( |
|
856 |
|
857 |
|
858 event |
|
859 |
|
860 |
|
861 , |
|
862 menuNav |
|
863 |
|
864 |
|
865 ) |
|
866 </code> |
|
867 |
|
868 <div class="description" property="yui:description"> |
|
869 "activeDescendantChange" event handler for menu's |
|
870 Focus Manager. |
|
871 </div> |
|
872 |
|
873 <div class="description"> |
|
874 |
|
875 <dl rel="yui:parameters"> |
|
876 <dt>Parameters:</dt> |
|
877 <dd rel="yui:parameter"> |
|
878 <code><span property="yui:name">event</span> |
|
879 <<span property="yui:type">Object</span>> |
|
880 </code> |
|
881 <span property="yui:description"> Object representing the Attribute change event.</span> |
|
882 </dd> |
|
883 <dd rel="yui:parameter"> |
|
884 <code><span property="yui:name">menuNav</span> |
|
885 <<span property="yui:type">NodeMenuNav</span>> |
|
886 </code> |
|
887 <span property="yui:description"> Object representing the NodeMenuNav instance.</span> |
|
888 </dd> |
|
889 </dl> |
|
890 |
|
891 <dl> |
|
892 <dt>Returns: |
|
893 <code property="yui:return"> |
|
894 void |
|
895 </code></dt> |
|
896 <dd property="yui:returnInfo"></dd> |
|
897 </dl> |
|
898 |
|
899 |
|
900 |
|
901 |
|
902 </div> |
|
903 |
|
904 </div> |
|
905 <hr /> |
|
906 </div> |
|
907 <div class="protected" rel="yui:method" resource="#method__onDocFocus"> |
|
908 <h4> |
|
909 <a name="method__onDocFocus">_onDocFocus</a></h4> |
|
910 <div class="detail" > |
|
911 <code> |
|
912 protected |
|
913 |
|
914 |
|
915 void |
|
916 <strong property="yui:name">_onDocFocus</strong> |
|
917 ( |
|
918 |
|
919 |
|
920 event |
|
921 |
|
922 |
|
923 ) |
|
924 </code> |
|
925 |
|
926 <div class="description" property="yui:description"> |
|
927 "focus" event handler for the owner document of the MenuNav. |
|
928 </div> |
|
929 |
|
930 <div class="description"> |
|
931 |
|
932 <dl rel="yui:parameters"> |
|
933 <dt>Parameters:</dt> |
|
934 <dd rel="yui:parameter"> |
|
935 <code><span property="yui:name">event</span> |
|
936 <<span property="yui:type">Object</span>> |
|
937 </code> |
|
938 <span property="yui:description"> Object representing the DOM event.</span> |
|
939 </dd> |
|
940 </dl> |
|
941 |
|
942 <dl> |
|
943 <dt>Returns: |
|
944 <code property="yui:return"> |
|
945 void |
|
946 </code></dt> |
|
947 <dd property="yui:returnInfo"></dd> |
|
948 </dl> |
|
949 |
|
950 |
|
951 |
|
952 |
|
953 </div> |
|
954 |
|
955 </div> |
|
956 <hr /> |
|
957 </div> |
|
958 <div class="protected" rel="yui:method" resource="#method__onDocMouseDown"> |
|
959 <h4> |
|
960 <a name="method__onDocMouseDown">_onDocMouseDown</a></h4> |
|
961 <div class="detail" > |
|
962 <code> |
|
963 protected |
|
964 |
|
965 |
|
966 void |
|
967 <strong property="yui:name">_onDocMouseDown</strong> |
|
968 ( |
|
969 |
|
970 |
|
971 event |
|
972 |
|
973 |
|
974 ) |
|
975 </code> |
|
976 |
|
977 <div class="description" property="yui:description"> |
|
978 "mousedown" event handler for the owner document of |
|
979 the menu. |
|
980 </div> |
|
981 |
|
982 <div class="description"> |
|
983 |
|
984 <dl rel="yui:parameters"> |
|
985 <dt>Parameters:</dt> |
|
986 <dd rel="yui:parameter"> |
|
987 <code><span property="yui:name">event</span> |
|
988 <<span property="yui:type">Object</span>> |
|
989 </code> |
|
990 <span property="yui:description"> Object representing the DOM event.</span> |
|
991 </dd> |
|
992 </dl> |
|
993 |
|
994 <dl> |
|
995 <dt>Returns: |
|
996 <code property="yui:return"> |
|
997 void |
|
998 </code></dt> |
|
999 <dd property="yui:returnInfo"></dd> |
|
1000 </dl> |
|
1001 |
|
1002 |
|
1003 |
|
1004 |
|
1005 </div> |
|
1006 |
|
1007 </div> |
|
1008 <hr /> |
|
1009 </div> |
|
1010 <div class="protected" rel="yui:method" resource="#method__onHorizontalMenuKeyDown"> |
|
1011 <h4> |
|
1012 <a name="method__onHorizontalMenuKeyDown">_onHorizontalMenuKeyDown</a></h4> |
|
1013 <div class="detail" > |
|
1014 <code> |
|
1015 protected |
|
1016 |
|
1017 |
|
1018 void |
|
1019 <strong property="yui:name">_onHorizontalMenuKeyDown</strong> |
|
1020 ( |
|
1021 |
|
1022 |
|
1023 event |
|
1024 |
|
1025 |
|
1026 ) |
|
1027 </code> |
|
1028 |
|
1029 <div class="description" property="yui:description"> |
|
1030 "keydown" event handler for horizontal menus. |
|
1031 </div> |
|
1032 |
|
1033 <div class="description"> |
|
1034 |
|
1035 <dl rel="yui:parameters"> |
|
1036 <dt>Parameters:</dt> |
|
1037 <dd rel="yui:parameter"> |
|
1038 <code><span property="yui:name">event</span> |
|
1039 <<span property="yui:type">Object</span>> |
|
1040 </code> |
|
1041 <span property="yui:description"> Object representing the DOM event.</span> |
|
1042 </dd> |
|
1043 </dl> |
|
1044 |
|
1045 <dl> |
|
1046 <dt>Returns: |
|
1047 <code property="yui:return"> |
|
1048 void |
|
1049 </code></dt> |
|
1050 <dd property="yui:returnInfo"></dd> |
|
1051 </dl> |
|
1052 |
|
1053 |
|
1054 |
|
1055 |
|
1056 </div> |
|
1057 |
|
1058 </div> |
|
1059 <hr /> |
|
1060 </div> |
|
1061 <div class="protected" rel="yui:method" resource="#method__onKeyDown"> |
|
1062 <h4> |
|
1063 <a name="method__onKeyDown">_onKeyDown</a></h4> |
|
1064 <div class="detail" > |
|
1065 <code> |
|
1066 protected |
|
1067 |
|
1068 |
|
1069 void |
|
1070 <strong property="yui:name">_onKeyDown</strong> |
|
1071 ( |
|
1072 |
|
1073 |
|
1074 event |
|
1075 |
|
1076 |
|
1077 ) |
|
1078 </code> |
|
1079 |
|
1080 <div class="description" property="yui:description"> |
|
1081 "keydown" event handler for the menu. |
|
1082 </div> |
|
1083 |
|
1084 <div class="description"> |
|
1085 |
|
1086 <dl rel="yui:parameters"> |
|
1087 <dt>Parameters:</dt> |
|
1088 <dd rel="yui:parameter"> |
|
1089 <code><span property="yui:name">event</span> |
|
1090 <<span property="yui:type">Object</span>> |
|
1091 </code> |
|
1092 <span property="yui:description"> Object representing the DOM event.</span> |
|
1093 </dd> |
|
1094 </dl> |
|
1095 |
|
1096 <dl> |
|
1097 <dt>Returns: |
|
1098 <code property="yui:return"> |
|
1099 void |
|
1100 </code></dt> |
|
1101 <dd property="yui:returnInfo"></dd> |
|
1102 </dl> |
|
1103 |
|
1104 |
|
1105 |
|
1106 |
|
1107 </div> |
|
1108 |
|
1109 </div> |
|
1110 <hr /> |
|
1111 </div> |
|
1112 <div class="protected" rel="yui:method" resource="#method__onKeyPress"> |
|
1113 <h4> |
|
1114 <a name="method__onKeyPress">_onKeyPress</a></h4> |
|
1115 <div class="detail" > |
|
1116 <code> |
|
1117 protected |
|
1118 |
|
1119 |
|
1120 void |
|
1121 <strong property="yui:name">_onKeyPress</strong> |
|
1122 ( |
|
1123 |
|
1124 |
|
1125 event |
|
1126 |
|
1127 |
|
1128 ) |
|
1129 </code> |
|
1130 |
|
1131 <div class="description" property="yui:description"> |
|
1132 "keypress" event handler for the menu. |
|
1133 </div> |
|
1134 |
|
1135 <div class="description"> |
|
1136 |
|
1137 <dl rel="yui:parameters"> |
|
1138 <dt>Parameters:</dt> |
|
1139 <dd rel="yui:parameter"> |
|
1140 <code><span property="yui:name">event</span> |
|
1141 <<span property="yui:type">Object</span>> |
|
1142 </code> |
|
1143 <span property="yui:description"> Object representing the DOM event.</span> |
|
1144 </dd> |
|
1145 </dl> |
|
1146 |
|
1147 <dl> |
|
1148 <dt>Returns: |
|
1149 <code property="yui:return"> |
|
1150 void |
|
1151 </code></dt> |
|
1152 <dd property="yui:returnInfo"></dd> |
|
1153 </dl> |
|
1154 |
|
1155 |
|
1156 |
|
1157 |
|
1158 </div> |
|
1159 |
|
1160 </div> |
|
1161 <hr /> |
|
1162 </div> |
|
1163 <div class="protected" rel="yui:method" resource="#method__onMenuItemMouseOut"> |
|
1164 <h4> |
|
1165 <a name="method__onMenuItemMouseOut">_onMenuItemMouseOut</a></h4> |
|
1166 <div class="detail" > |
|
1167 <code> |
|
1168 protected |
|
1169 |
|
1170 |
|
1171 void |
|
1172 <strong property="yui:name">_onMenuItemMouseOut</strong> |
|
1173 ( |
|
1174 |
|
1175 |
|
1176 menuItem |
|
1177 |
|
1178 |
|
1179 , |
|
1180 event |
|
1181 |
|
1182 |
|
1183 ) |
|
1184 </code> |
|
1185 |
|
1186 <div class="description" property="yui:description"> |
|
1187 "mouseout" event handler for a menuitem. |
|
1188 </div> |
|
1189 |
|
1190 <div class="description"> |
|
1191 |
|
1192 <dl rel="yui:parameters"> |
|
1193 <dt>Parameters:</dt> |
|
1194 <dd rel="yui:parameter"> |
|
1195 <code><span property="yui:name">menuItem</span> |
|
1196 <<span property="yui:type">Node</span>> |
|
1197 </code> |
|
1198 <span property="yui:description"> Node instance representing a menuitem.</span> |
|
1199 </dd> |
|
1200 <dd rel="yui:parameter"> |
|
1201 <code><span property="yui:name">event</span> |
|
1202 <<span property="yui:type">Object</span>> |
|
1203 </code> |
|
1204 <span property="yui:description"> Object representing the DOM event.</span> |
|
1205 </dd> |
|
1206 </dl> |
|
1207 |
|
1208 <dl> |
|
1209 <dt>Returns: |
|
1210 <code property="yui:return"> |
|
1211 void |
|
1212 </code></dt> |
|
1213 <dd property="yui:returnInfo"></dd> |
|
1214 </dl> |
|
1215 |
|
1216 |
|
1217 |
|
1218 |
|
1219 </div> |
|
1220 |
|
1221 </div> |
|
1222 <hr /> |
|
1223 </div> |
|
1224 <div class="protected" rel="yui:method" resource="#method__onMenuItemMouseOver"> |
|
1225 <h4> |
|
1226 <a name="method__onMenuItemMouseOver">_onMenuItemMouseOver</a></h4> |
|
1227 <div class="detail" > |
|
1228 <code> |
|
1229 protected |
|
1230 |
|
1231 |
|
1232 void |
|
1233 <strong property="yui:name">_onMenuItemMouseOver</strong> |
|
1234 ( |
|
1235 |
|
1236 |
|
1237 menuItem |
|
1238 |
|
1239 |
|
1240 , |
|
1241 event |
|
1242 |
|
1243 |
|
1244 ) |
|
1245 </code> |
|
1246 |
|
1247 <div class="description" property="yui:description"> |
|
1248 "mouseover" event handler for a menuitem. |
|
1249 </div> |
|
1250 |
|
1251 <div class="description"> |
|
1252 |
|
1253 <dl rel="yui:parameters"> |
|
1254 <dt>Parameters:</dt> |
|
1255 <dd rel="yui:parameter"> |
|
1256 <code><span property="yui:name">menuItem</span> |
|
1257 <<span property="yui:type">Node</span>> |
|
1258 </code> |
|
1259 <span property="yui:description"> Node instance representing a menuitem.</span> |
|
1260 </dd> |
|
1261 <dd rel="yui:parameter"> |
|
1262 <code><span property="yui:name">event</span> |
|
1263 <<span property="yui:type">Object</span>> |
|
1264 </code> |
|
1265 <span property="yui:description"> Object representing the DOM event.</span> |
|
1266 </dd> |
|
1267 </dl> |
|
1268 |
|
1269 <dl> |
|
1270 <dt>Returns: |
|
1271 <code property="yui:return"> |
|
1272 void |
|
1273 </code></dt> |
|
1274 <dd property="yui:returnInfo"></dd> |
|
1275 </dl> |
|
1276 |
|
1277 |
|
1278 |
|
1279 |
|
1280 </div> |
|
1281 |
|
1282 </div> |
|
1283 <hr /> |
|
1284 </div> |
|
1285 <div class="protected" rel="yui:method" resource="#method__onMenuLabelMouseOut"> |
|
1286 <h4> |
|
1287 <a name="method__onMenuLabelMouseOut">_onMenuLabelMouseOut</a></h4> |
|
1288 <div class="detail" > |
|
1289 <code> |
|
1290 protected |
|
1291 |
|
1292 |
|
1293 void |
|
1294 <strong property="yui:name">_onMenuLabelMouseOut</strong> |
|
1295 ( |
|
1296 |
|
1297 |
|
1298 menuLabel |
|
1299 |
|
1300 |
|
1301 , |
|
1302 event |
|
1303 |
|
1304 |
|
1305 ) |
|
1306 </code> |
|
1307 |
|
1308 <div class="description" property="yui:description"> |
|
1309 "mouseout" event handler for a menu label. |
|
1310 </div> |
|
1311 |
|
1312 <div class="description"> |
|
1313 |
|
1314 <dl rel="yui:parameters"> |
|
1315 <dt>Parameters:</dt> |
|
1316 <dd rel="yui:parameter"> |
|
1317 <code><span property="yui:name">menuLabel</span> |
|
1318 <<span property="yui:type">Node</span>> |
|
1319 </code> |
|
1320 <span property="yui:description"> Node instance representing a menu label.</span> |
|
1321 </dd> |
|
1322 <dd rel="yui:parameter"> |
|
1323 <code><span property="yui:name">event</span> |
|
1324 <<span property="yui:type">Object</span>> |
|
1325 </code> |
|
1326 <span property="yui:description"> Object representing the DOM event.</span> |
|
1327 </dd> |
|
1328 </dl> |
|
1329 |
|
1330 <dl> |
|
1331 <dt>Returns: |
|
1332 <code property="yui:return"> |
|
1333 void |
|
1334 </code></dt> |
|
1335 <dd property="yui:returnInfo"></dd> |
|
1336 </dl> |
|
1337 |
|
1338 |
|
1339 |
|
1340 |
|
1341 </div> |
|
1342 |
|
1343 </div> |
|
1344 <hr /> |
|
1345 </div> |
|
1346 <div class="protected" rel="yui:method" resource="#method__onMenuLabelMouseOver"> |
|
1347 <h4> |
|
1348 <a name="method__onMenuLabelMouseOver">_onMenuLabelMouseOver</a></h4> |
|
1349 <div class="detail" > |
|
1350 <code> |
|
1351 protected |
|
1352 |
|
1353 |
|
1354 void |
|
1355 <strong property="yui:name">_onMenuLabelMouseOver</strong> |
|
1356 ( |
|
1357 |
|
1358 |
|
1359 menuLabel |
|
1360 |
|
1361 |
|
1362 , |
|
1363 event |
|
1364 |
|
1365 |
|
1366 ) |
|
1367 </code> |
|
1368 |
|
1369 <div class="description" property="yui:description"> |
|
1370 "mouseover" event handler for a menu label. |
|
1371 </div> |
|
1372 |
|
1373 <div class="description"> |
|
1374 |
|
1375 <dl rel="yui:parameters"> |
|
1376 <dt>Parameters:</dt> |
|
1377 <dd rel="yui:parameter"> |
|
1378 <code><span property="yui:name">menuLabel</span> |
|
1379 <<span property="yui:type">Node</span>> |
|
1380 </code> |
|
1381 <span property="yui:description"> Node instance representing a menu label.</span> |
|
1382 </dd> |
|
1383 <dd rel="yui:parameter"> |
|
1384 <code><span property="yui:name">event</span> |
|
1385 <<span property="yui:type">Object</span>> |
|
1386 </code> |
|
1387 <span property="yui:description"> Object representing the DOM event.</span> |
|
1388 </dd> |
|
1389 </dl> |
|
1390 |
|
1391 <dl> |
|
1392 <dt>Returns: |
|
1393 <code property="yui:return"> |
|
1394 void |
|
1395 </code></dt> |
|
1396 <dd property="yui:returnInfo"></dd> |
|
1397 </dl> |
|
1398 |
|
1399 |
|
1400 |
|
1401 |
|
1402 </div> |
|
1403 |
|
1404 </div> |
|
1405 <hr /> |
|
1406 </div> |
|
1407 <div class="protected" rel="yui:method" resource="#method__onMenuMouseOut"> |
|
1408 <h4> |
|
1409 <a name="method__onMenuMouseOut">_onMenuMouseOut</a></h4> |
|
1410 <div class="detail" > |
|
1411 <code> |
|
1412 protected |
|
1413 |
|
1414 |
|
1415 void |
|
1416 <strong property="yui:name">_onMenuMouseOut</strong> |
|
1417 ( |
|
1418 |
|
1419 |
|
1420 menu |
|
1421 |
|
1422 |
|
1423 , |
|
1424 event |
|
1425 |
|
1426 |
|
1427 ) |
|
1428 </code> |
|
1429 |
|
1430 <div class="description" property="yui:description"> |
|
1431 "mouseout" event handler for a menu. |
|
1432 </div> |
|
1433 |
|
1434 <div class="description"> |
|
1435 |
|
1436 <dl rel="yui:parameters"> |
|
1437 <dt>Parameters:</dt> |
|
1438 <dd rel="yui:parameter"> |
|
1439 <code><span property="yui:name">menu</span> |
|
1440 <<span property="yui:type">Node</span>> |
|
1441 </code> |
|
1442 <span property="yui:description"> Node instance representing a menu.</span> |
|
1443 </dd> |
|
1444 <dd rel="yui:parameter"> |
|
1445 <code><span property="yui:name">event</span> |
|
1446 <<span property="yui:type">Object</span>> |
|
1447 </code> |
|
1448 <span property="yui:description"> Object representing the DOM event.</span> |
|
1449 </dd> |
|
1450 </dl> |
|
1451 |
|
1452 <dl> |
|
1453 <dt>Returns: |
|
1454 <code property="yui:return"> |
|
1455 void |
|
1456 </code></dt> |
|
1457 <dd property="yui:returnInfo"></dd> |
|
1458 </dl> |
|
1459 |
|
1460 |
|
1461 |
|
1462 |
|
1463 </div> |
|
1464 |
|
1465 </div> |
|
1466 <hr /> |
|
1467 </div> |
|
1468 <div class="protected" rel="yui:method" resource="#method__onMenuMouseOver"> |
|
1469 <h4> |
|
1470 <a name="method__onMenuMouseOver">_onMenuMouseOver</a></h4> |
|
1471 <div class="detail" > |
|
1472 <code> |
|
1473 protected |
|
1474 |
|
1475 |
|
1476 void |
|
1477 <strong property="yui:name">_onMenuMouseOver</strong> |
|
1478 ( |
|
1479 |
|
1480 |
|
1481 menu |
|
1482 |
|
1483 |
|
1484 , |
|
1485 event |
|
1486 |
|
1487 |
|
1488 ) |
|
1489 </code> |
|
1490 |
|
1491 <div class="description" property="yui:description"> |
|
1492 "mouseover" event handler for a menu. |
|
1493 </div> |
|
1494 |
|
1495 <div class="description"> |
|
1496 |
|
1497 <dl rel="yui:parameters"> |
|
1498 <dt>Parameters:</dt> |
|
1499 <dd rel="yui:parameter"> |
|
1500 <code><span property="yui:name">menu</span> |
|
1501 <<span property="yui:type">Node</span>> |
|
1502 </code> |
|
1503 <span property="yui:description"> Node instance representing a menu.</span> |
|
1504 </dd> |
|
1505 <dd rel="yui:parameter"> |
|
1506 <code><span property="yui:name">event</span> |
|
1507 <<span property="yui:type">Object</span>> |
|
1508 </code> |
|
1509 <span property="yui:description"> Object representing the DOM event.</span> |
|
1510 </dd> |
|
1511 </dl> |
|
1512 |
|
1513 <dl> |
|
1514 <dt>Returns: |
|
1515 <code property="yui:return"> |
|
1516 void |
|
1517 </code></dt> |
|
1518 <dd property="yui:returnInfo"></dd> |
|
1519 </dl> |
|
1520 |
|
1521 |
|
1522 |
|
1523 |
|
1524 </div> |
|
1525 |
|
1526 </div> |
|
1527 <hr /> |
|
1528 </div> |
|
1529 <div class="protected" rel="yui:method" resource="#method__onMouseMove"> |
|
1530 <h4> |
|
1531 <a name="method__onMouseMove">_onMouseMove</a></h4> |
|
1532 <div class="detail" > |
|
1533 <code> |
|
1534 protected |
|
1535 |
|
1536 |
|
1537 void |
|
1538 <strong property="yui:name">_onMouseMove</strong> |
|
1539 ( |
|
1540 |
|
1541 |
|
1542 event |
|
1543 |
|
1544 |
|
1545 ) |
|
1546 </code> |
|
1547 |
|
1548 <div class="description" property="yui:description"> |
|
1549 "mousemove" event handler for the menu. |
|
1550 </div> |
|
1551 |
|
1552 <div class="description"> |
|
1553 |
|
1554 <dl rel="yui:parameters"> |
|
1555 <dt>Parameters:</dt> |
|
1556 <dd rel="yui:parameter"> |
|
1557 <code><span property="yui:name">event</span> |
|
1558 <<span property="yui:type">Object</span>> |
|
1559 </code> |
|
1560 <span property="yui:description"> Object representing the DOM event.</span> |
|
1561 </dd> |
|
1562 </dl> |
|
1563 |
|
1564 <dl> |
|
1565 <dt>Returns: |
|
1566 <code property="yui:return"> |
|
1567 void |
|
1568 </code></dt> |
|
1569 <dd property="yui:returnInfo"></dd> |
|
1570 </dl> |
|
1571 |
|
1572 |
|
1573 |
|
1574 |
|
1575 </div> |
|
1576 |
|
1577 </div> |
|
1578 <hr /> |
|
1579 </div> |
|
1580 <div class="protected" rel="yui:method" resource="#method__onMouseOut"> |
|
1581 <h4> |
|
1582 <a name="method__onMouseOut">_onMouseOut</a></h4> |
|
1583 <div class="detail" > |
|
1584 <code> |
|
1585 protected |
|
1586 |
|
1587 |
|
1588 void |
|
1589 <strong property="yui:name">_onMouseOut</strong> |
|
1590 ( |
|
1591 |
|
1592 |
|
1593 event |
|
1594 |
|
1595 |
|
1596 ) |
|
1597 </code> |
|
1598 |
|
1599 <div class="description" property="yui:description"> |
|
1600 "mouseout" event handler for the menu. |
|
1601 </div> |
|
1602 |
|
1603 <div class="description"> |
|
1604 |
|
1605 <dl rel="yui:parameters"> |
|
1606 <dt>Parameters:</dt> |
|
1607 <dd rel="yui:parameter"> |
|
1608 <code><span property="yui:name">event</span> |
|
1609 <<span property="yui:type">Object</span>> |
|
1610 </code> |
|
1611 <span property="yui:description"> Object representing the DOM event.</span> |
|
1612 </dd> |
|
1613 </dl> |
|
1614 |
|
1615 <dl> |
|
1616 <dt>Returns: |
|
1617 <code property="yui:return"> |
|
1618 void |
|
1619 </code></dt> |
|
1620 <dd property="yui:returnInfo"></dd> |
|
1621 </dl> |
|
1622 |
|
1623 |
|
1624 |
|
1625 |
|
1626 </div> |
|
1627 |
|
1628 </div> |
|
1629 <hr /> |
|
1630 </div> |
|
1631 <div class="protected" rel="yui:method" resource="#method__onMouseOver"> |
|
1632 <h4> |
|
1633 <a name="method__onMouseOver">_onMouseOver</a></h4> |
|
1634 <div class="detail" > |
|
1635 <code> |
|
1636 protected |
|
1637 |
|
1638 |
|
1639 void |
|
1640 <strong property="yui:name">_onMouseOver</strong> |
|
1641 ( |
|
1642 |
|
1643 |
|
1644 event |
|
1645 |
|
1646 |
|
1647 ) |
|
1648 </code> |
|
1649 |
|
1650 <div class="description" property="yui:description"> |
|
1651 "mouseover" event handler for the menu. |
|
1652 </div> |
|
1653 |
|
1654 <div class="description"> |
|
1655 |
|
1656 <dl rel="yui:parameters"> |
|
1657 <dt>Parameters:</dt> |
|
1658 <dd rel="yui:parameter"> |
|
1659 <code><span property="yui:name">event</span> |
|
1660 <<span property="yui:type">Object</span>> |
|
1661 </code> |
|
1662 <span property="yui:description"> Object representing the DOM event.</span> |
|
1663 </dd> |
|
1664 </dl> |
|
1665 |
|
1666 <dl> |
|
1667 <dt>Returns: |
|
1668 <code property="yui:return"> |
|
1669 void |
|
1670 </code></dt> |
|
1671 <dd property="yui:returnInfo"></dd> |
|
1672 </dl> |
|
1673 |
|
1674 |
|
1675 |
|
1676 |
|
1677 </div> |
|
1678 |
|
1679 </div> |
|
1680 <hr /> |
|
1681 </div> |
|
1682 <div class="protected" rel="yui:method" resource="#method__onVerticalMenuKeyDown"> |
|
1683 <h4> |
|
1684 <a name="method__onVerticalMenuKeyDown">_onVerticalMenuKeyDown</a></h4> |
|
1685 <div class="detail" > |
|
1686 <code> |
|
1687 protected |
|
1688 |
|
1689 |
|
1690 void |
|
1691 <strong property="yui:name">_onVerticalMenuKeyDown</strong> |
|
1692 ( |
|
1693 |
|
1694 |
|
1695 event |
|
1696 |
|
1697 |
|
1698 ) |
|
1699 </code> |
|
1700 |
|
1701 <div class="description" property="yui:description"> |
|
1702 "keydown" event handler for vertical menus. |
|
1703 </div> |
|
1704 |
|
1705 <div class="description"> |
|
1706 |
|
1707 <dl rel="yui:parameters"> |
|
1708 <dt>Parameters:</dt> |
|
1709 <dd rel="yui:parameter"> |
|
1710 <code><span property="yui:name">event</span> |
|
1711 <<span property="yui:type">Object</span>> |
|
1712 </code> |
|
1713 <span property="yui:description"> Object representing the DOM event.</span> |
|
1714 </dd> |
|
1715 </dl> |
|
1716 |
|
1717 <dl> |
|
1718 <dt>Returns: |
|
1719 <code property="yui:return"> |
|
1720 void |
|
1721 </code></dt> |
|
1722 <dd property="yui:returnInfo"></dd> |
|
1723 </dl> |
|
1724 |
|
1725 |
|
1726 |
|
1727 |
|
1728 </div> |
|
1729 |
|
1730 </div> |
|
1731 <hr /> |
|
1732 </div> |
|
1733 <div class="protected" rel="yui:method" resource="#method__setActiveItem"> |
|
1734 <h4> |
|
1735 <a name="method__setActiveItem">_setActiveItem</a></h4> |
|
1736 <div class="detail" > |
|
1737 <code> |
|
1738 protected |
|
1739 |
|
1740 |
|
1741 void |
|
1742 <strong property="yui:name">_setActiveItem</strong> |
|
1743 ( |
|
1744 |
|
1745 |
|
1746 item |
|
1747 |
|
1748 |
|
1749 ) |
|
1750 </code> |
|
1751 |
|
1752 <div class="description" property="yui:description"> |
|
1753 Sets the specified menuitem or menu label as the menu's |
|
1754 active descendent. |
|
1755 </div> |
|
1756 |
|
1757 <div class="description"> |
|
1758 |
|
1759 <dl rel="yui:parameters"> |
|
1760 <dt>Parameters:</dt> |
|
1761 <dd rel="yui:parameter"> |
|
1762 <code><span property="yui:name">item</span> |
|
1763 <<span property="yui:type">Node</span>> |
|
1764 </code> |
|
1765 <span property="yui:description"> Node instance representing a menuitem or menu label.</span> |
|
1766 </dd> |
|
1767 </dl> |
|
1768 |
|
1769 <dl> |
|
1770 <dt>Returns: |
|
1771 <code property="yui:return"> |
|
1772 void |
|
1773 </code></dt> |
|
1774 <dd property="yui:returnInfo"></dd> |
|
1775 </dl> |
|
1776 |
|
1777 |
|
1778 |
|
1779 |
|
1780 </div> |
|
1781 |
|
1782 </div> |
|
1783 <hr /> |
|
1784 </div> |
|
1785 <div class="protected" rel="yui:method" resource="#method__showMenu"> |
|
1786 <h4> |
|
1787 <a name="method__showMenu">_showMenu</a></h4> |
|
1788 <div class="detail" > |
|
1789 <code> |
|
1790 protected |
|
1791 |
|
1792 |
|
1793 void |
|
1794 <strong property="yui:name">_showMenu</strong> |
|
1795 ( |
|
1796 |
|
1797 |
|
1798 menu |
|
1799 |
|
1800 |
|
1801 ) |
|
1802 </code> |
|
1803 |
|
1804 <div class="description" property="yui:description"> |
|
1805 Shows the specified menu. |
|
1806 </div> |
|
1807 |
|
1808 <div class="description"> |
|
1809 |
|
1810 <dl rel="yui:parameters"> |
|
1811 <dt>Parameters:</dt> |
|
1812 <dd rel="yui:parameter"> |
|
1813 <code><span property="yui:name">menu</span> |
|
1814 <<span property="yui:type">Node</span>> |
|
1815 </code> |
|
1816 <span property="yui:description"> Node instance representing a menu.</span> |
|
1817 </dd> |
|
1818 </dl> |
|
1819 |
|
1820 <dl> |
|
1821 <dt>Returns: |
|
1822 <code property="yui:return"> |
|
1823 void |
|
1824 </code></dt> |
|
1825 <dd property="yui:returnInfo"></dd> |
|
1826 </dl> |
|
1827 |
|
1828 |
|
1829 |
|
1830 |
|
1831 </div> |
|
1832 |
|
1833 </div> |
|
1834 <hr /> |
|
1835 </div> |
|
1836 <div class="protected" rel="yui:method" resource="#method__toggleSubmenuDisplay"> |
|
1837 <h4> |
|
1838 <a name="method__toggleSubmenuDisplay">_toggleSubmenuDisplay</a></h4> |
|
1839 <div class="detail" > |
|
1840 <code> |
|
1841 protected |
|
1842 |
|
1843 |
|
1844 void |
|
1845 <strong property="yui:name">_toggleSubmenuDisplay</strong> |
|
1846 ( |
|
1847 |
|
1848 |
|
1849 event |
|
1850 |
|
1851 |
|
1852 ) |
|
1853 </code> |
|
1854 |
|
1855 <div class="description" property="yui:description"> |
|
1856 "mousedown," "keydown," and "click" event handler for the |
|
1857 menu used to toggle the display of a submenu. |
|
1858 </div> |
|
1859 |
|
1860 <div class="description"> |
|
1861 |
|
1862 <dl rel="yui:parameters"> |
|
1863 <dt>Parameters:</dt> |
|
1864 <dd rel="yui:parameter"> |
|
1865 <code><span property="yui:name">event</span> |
|
1866 <<span property="yui:type">Object</span>> |
|
1867 </code> |
|
1868 <span property="yui:description"> Object representing the DOM event.</span> |
|
1869 </dd> |
|
1870 </dl> |
|
1871 |
|
1872 <dl> |
|
1873 <dt>Returns: |
|
1874 <code property="yui:return"> |
|
1875 void |
|
1876 </code></dt> |
|
1877 <dd property="yui:returnInfo"></dd> |
|
1878 </dl> |
|
1879 |
|
1880 |
|
1881 |
|
1882 |
|
1883 </div> |
|
1884 |
|
1885 </div> |
|
1886 <hr /> |
|
1887 </div> |
|
1888 </div> |
|
1889 </div> |
|
1890 |
|
1891 </div> |
|
1892 |
|
1893 <div rel="yui:events" resource="#events"> |
|
1894 <div class="section method details"> |
|
1895 <h3 id="events">Events</h3> |
|
1896 <div class="content"> |
|
1897 <div class="" rel="yui:event" resource="#event_autoSubmenuDisplayChange"> |
|
1898 <h4> |
|
1899 <a name="event_autoSubmenuDisplayChange">autoSubmenuDisplayChange</a></h4> |
|
1900 <div class="detail"> |
|
1901 <code> |
|
1902 |
|
1903 |
|
1904 |
|
1905 <strong property="yui:name">autoSubmenuDisplayChange</strong> |
|
1906 |
|
1907 ( |
|
1908 |
|
1909 |
|
1910 event |
|
1911 |
|
1912 |
|
1913 ) |
|
1914 |
|
1915 </code> |
|
1916 |
|
1917 <div class="description" property="yui:description"> |
|
1918 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. |
|
1919 </div> |
|
1920 |
|
1921 <div class="description"> |
|
1922 |
|
1923 |
|
1924 <dl rel="yui:parameters"> |
|
1925 <dt>Parameters:</dt> |
|
1926 <dd rel="yui:parameter"> |
|
1927 <code><span property="yui:name">event</span> |
|
1928 <<span property="yui:type">Event.Facade</span>> |
|
1929 </code> |
|
1930 <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> |
|
1931 </dd> |
|
1932 |
|
1933 </dl> |
|
1934 |
|
1935 |
|
1936 </div> |
|
1937 |
|
1938 </div> |
|
1939 <hr /> |
|
1940 </div> |
|
1941 <div class="" rel="yui:event" resource="#event_mouseOutHideDelayChange"> |
|
1942 <h4> |
|
1943 <a name="event_mouseOutHideDelayChange">mouseOutHideDelayChange</a></h4> |
|
1944 <div class="detail"> |
|
1945 <code> |
|
1946 |
|
1947 |
|
1948 |
|
1949 <strong property="yui:name">mouseOutHideDelayChange</strong> |
|
1950 |
|
1951 ( |
|
1952 |
|
1953 |
|
1954 event |
|
1955 |
|
1956 |
|
1957 ) |
|
1958 |
|
1959 </code> |
|
1960 |
|
1961 <div class="description" property="yui:description"> |
|
1962 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. |
|
1963 </div> |
|
1964 |
|
1965 <div class="description"> |
|
1966 |
|
1967 |
|
1968 <dl rel="yui:parameters"> |
|
1969 <dt>Parameters:</dt> |
|
1970 <dd rel="yui:parameter"> |
|
1971 <code><span property="yui:name">event</span> |
|
1972 <<span property="yui:type">Event.Facade</span>> |
|
1973 </code> |
|
1974 <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> |
|
1975 </dd> |
|
1976 |
|
1977 </dl> |
|
1978 |
|
1979 |
|
1980 </div> |
|
1981 |
|
1982 </div> |
|
1983 <hr /> |
|
1984 </div> |
|
1985 <div class="" rel="yui:event" resource="#event_submenuHideDelayChange"> |
|
1986 <h4> |
|
1987 <a name="event_submenuHideDelayChange">submenuHideDelayChange</a></h4> |
|
1988 <div class="detail"> |
|
1989 <code> |
|
1990 |
|
1991 |
|
1992 |
|
1993 <strong property="yui:name">submenuHideDelayChange</strong> |
|
1994 |
|
1995 ( |
|
1996 |
|
1997 |
|
1998 event |
|
1999 |
|
2000 |
|
2001 ) |
|
2002 |
|
2003 </code> |
|
2004 |
|
2005 <div class="description" property="yui:description"> |
|
2006 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. |
|
2007 </div> |
|
2008 |
|
2009 <div class="description"> |
|
2010 |
|
2011 |
|
2012 <dl rel="yui:parameters"> |
|
2013 <dt>Parameters:</dt> |
|
2014 <dd rel="yui:parameter"> |
|
2015 <code><span property="yui:name">event</span> |
|
2016 <<span property="yui:type">Event.Facade</span>> |
|
2017 </code> |
|
2018 <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> |
|
2019 </dd> |
|
2020 |
|
2021 </dl> |
|
2022 |
|
2023 |
|
2024 </div> |
|
2025 |
|
2026 </div> |
|
2027 <hr /> |
|
2028 </div> |
|
2029 <div class="" rel="yui:event" resource="#event_submenuShowDelayChange"> |
|
2030 <h4> |
|
2031 <a name="event_submenuShowDelayChange">submenuShowDelayChange</a></h4> |
|
2032 <div class="detail"> |
|
2033 <code> |
|
2034 |
|
2035 |
|
2036 |
|
2037 <strong property="yui:name">submenuShowDelayChange</strong> |
|
2038 |
|
2039 ( |
|
2040 |
|
2041 |
|
2042 event |
|
2043 |
|
2044 |
|
2045 ) |
|
2046 |
|
2047 </code> |
|
2048 |
|
2049 <div class="description" property="yui:description"> |
|
2050 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. |
|
2051 </div> |
|
2052 |
|
2053 <div class="description"> |
|
2054 |
|
2055 |
|
2056 <dl rel="yui:parameters"> |
|
2057 <dt>Parameters:</dt> |
|
2058 <dd rel="yui:parameter"> |
|
2059 <code><span property="yui:name">event</span> |
|
2060 <<span property="yui:type">Event.Facade</span>> |
|
2061 </code> |
|
2062 <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> |
|
2063 </dd> |
|
2064 |
|
2065 </dl> |
|
2066 |
|
2067 |
|
2068 </div> |
|
2069 |
|
2070 </div> |
|
2071 <hr /> |
|
2072 </div> |
|
2073 <div class="" rel="yui:event" resource="#event_useARIAChange"> |
|
2074 <h4> |
|
2075 <a name="event_useARIAChange">useARIAChange</a></h4> |
|
2076 <div class="detail"> |
|
2077 <code> |
|
2078 |
|
2079 |
|
2080 |
|
2081 <strong property="yui:name">useARIAChange</strong> |
|
2082 |
|
2083 ( |
|
2084 |
|
2085 |
|
2086 event |
|
2087 |
|
2088 |
|
2089 ) |
|
2090 |
|
2091 </code> |
|
2092 |
|
2093 <div class="description" property="yui:description"> |
|
2094 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. |
|
2095 </div> |
|
2096 |
|
2097 <div class="description"> |
|
2098 |
|
2099 |
|
2100 <dl rel="yui:parameters"> |
|
2101 <dt>Parameters:</dt> |
|
2102 <dd rel="yui:parameter"> |
|
2103 <code><span property="yui:name">event</span> |
|
2104 <<span property="yui:type">Event.Facade</span>> |
|
2105 </code> |
|
2106 <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> |
|
2107 </dd> |
|
2108 |
|
2109 </dl> |
|
2110 |
|
2111 |
|
2112 </div> |
|
2113 |
|
2114 </div> |
|
2115 <hr /> |
|
2116 </div> |
|
2117 </div> |
|
2118 </div> |
|
2119 |
|
2120 |
|
2121 </div> |
|
2122 |
|
2123 <div rel="yui:attributes" resource="#configattributes"> |
|
2124 <div class="section field details"> |
|
2125 <h3 id="configattributes">Configuration Attributes</h3> |
|
2126 <div class="content"> |
|
2127 <div class="" rel="yui:attribute" resource="#config_autoSubmenuDisplay"> |
|
2128 <h4><a name="config_autoSubmenuDisplay">autoSubmenuDisplay</a> |
|
2129 <code>- writeonce <span property="yui:type">boolean</span></code> |
|
2130 </h4> |
|
2131 <div class="detail"> |
|
2132 <div class="description" property="yui:description"> |
|
2133 Boolean indicating if submenus are automatically made visible when the |
|
2134 user mouses over the menu's items. |
|
2135 </div> |
|
2136 </div> |
|
2137 |
|
2138 |
|
2139 <div class="default"> |
|
2140 Default Value: true |
|
2141 </div> |
|
2142 |
|
2143 <hr /> |
|
2144 </div> |
|
2145 <div class="" rel="yui:attribute" resource="#config_mouseOutHideDelay"> |
|
2146 <h4><a name="config_mouseOutHideDelay">mouseOutHideDelay</a> |
|
2147 <code>- writeonce <span property="yui:type">Number</span></code> |
|
2148 </h4> |
|
2149 <div class="detail"> |
|
2150 <div class="description" property="yui:description"> |
|
2151 Number indicating the time (in milliseconds) that should expire before a |
|
2152 submenu is hidden when the user mouses out of it. |
|
2153 </div> |
|
2154 </div> |
|
2155 |
|
2156 |
|
2157 <div class="default"> |
|
2158 Default Value: 750 |
|
2159 </div> |
|
2160 |
|
2161 <hr /> |
|
2162 </div> |
|
2163 <div class="" rel="yui:attribute" resource="#config_submenuHideDelay"> |
|
2164 <h4><a name="config_submenuHideDelay">submenuHideDelay</a> |
|
2165 <code>- writeonce <span property="yui:type">Number</span></code> |
|
2166 </h4> |
|
2167 <div class="detail"> |
|
2168 <div class="description" property="yui:description"> |
|
2169 Number indicating the time (in milliseconds) that should expire before a |
|
2170 submenu is hidden when the user mouses out of a menu label heading in the |
|
2171 direction of a submenu. |
|
2172 </div> |
|
2173 </div> |
|
2174 |
|
2175 |
|
2176 <div class="default"> |
|
2177 Default Value: 250 |
|
2178 </div> |
|
2179 |
|
2180 <hr /> |
|
2181 </div> |
|
2182 <div class="" rel="yui:attribute" resource="#config_submenuShowDelay"> |
|
2183 <h4><a name="config_submenuShowDelay">submenuShowDelay</a> |
|
2184 <code>- writeonce <span property="yui:type">Number</span></code> |
|
2185 </h4> |
|
2186 <div class="detail"> |
|
2187 <div class="description" property="yui:description"> |
|
2188 Number indicating the time (in milliseconds) that should expire before a |
|
2189 submenu is made visible when the user mouses over the menu's label. |
|
2190 </div> |
|
2191 </div> |
|
2192 |
|
2193 |
|
2194 <div class="default"> |
|
2195 Default Value: 250 |
|
2196 </div> |
|
2197 |
|
2198 <hr /> |
|
2199 </div> |
|
2200 <div class="" rel="yui:attribute" resource="#config_useARIA"> |
|
2201 <h4><a name="config_useARIA">useARIA</a> |
|
2202 <code>- writeonce <span property="yui:type">boolean</span></code> |
|
2203 </h4> |
|
2204 <div class="detail"> |
|
2205 <div class="description" property="yui:description"> |
|
2206 Boolean indicating if use of the WAI-ARIA Roles and States should be |
|
2207 enabled for the menu. |
|
2208 </div> |
|
2209 </div> |
|
2210 |
|
2211 |
|
2212 <div class="default"> |
|
2213 Default Value: true |
|
2214 </div> |
|
2215 |
|
2216 <hr /> |
|
2217 </div> |
|
2218 |
|
2219 </div> |
|
2220 </div> |
|
2221 |
|
2222 </div> |
|
2223 |
|
2224 </div> |
|
2225 </div> |
|
2226 <div class="yui-b"> |
|
2227 <div class="nav"> |
|
2228 |
|
2229 <div id="moduleList" class="module"> |
|
2230 <h4>Modules</h4> |
|
2231 <ul class="content"> |
|
2232 <li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
2233 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
2234 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
2235 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
2236 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
2237 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
2238 <li class=""><a href="module_console.html" title="console">console</a></li> |
|
2239 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
2240 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
2241 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
2242 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
2243 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
2244 <li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
2245 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
2246 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
2247 <li class=""><a href="module_event.html" title="event">event</a></li> |
|
2248 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
2249 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
2250 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
2251 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
2252 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
2253 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
2254 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
2255 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
2256 <li class="selected"><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
2257 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
2258 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
2259 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
2260 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
2261 <li class=""><a href="module_queue.html" title="queue">queue</a></li> |
|
2262 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
2263 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
2264 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
2265 <li class=""><a href="module_test.html" title="test">test</a></li> |
|
2266 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
2267 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
2268 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
2269 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
2270 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
2271 <li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
2272 </ul> |
|
2273 </div> |
|
2274 |
|
2275 <div id="classList" class="module"> |
|
2276 <h4>Classes</h4> |
|
2277 <ul class="content"> |
|
2278 <li class="selected"><a href="plugin.NodeMenuNav.html" title="plugin.NodeMenuNav">plugin.NodeMenuNav</a></li> |
|
2279 </ul> |
|
2280 </div> |
|
2281 |
|
2282 <div id="fileList" class="module"> |
|
2283 <h4>Files</h4> |
|
2284 <ul class="content"> |
|
2285 <li class=""><a href="node-menunav.js.html" title="node-menunav.js">node-menunav.js</a></li> |
|
2286 </ul> |
|
2287 </div> |
|
2288 |
|
2289 <div id="propertyList" class="module"> |
|
2290 <h4>Properties</h4> |
|
2291 <ul class="content"> |
|
2292 <li class="protected"><a href="#property__activeItem" title="_activeItem">_activeItem</a></li> |
|
2293 <li class="protected"><a href="#property__activeMenu" title="_activeMenu">_activeMenu</a></li> |
|
2294 <li class="protected"><a href="#property__blockMouseEvent" title="_blockMouseEvent">_blockMouseEvent</a></li> |
|
2295 <li class="protected"><a href="#property__currentMouseX" title="_currentMouseX">_currentMouseX</a></li> |
|
2296 <li class="protected"><a href="#property__firstItem" title="_firstItem">_firstItem</a></li> |
|
2297 <li class="protected"><a href="#property__hasFocus" title="_hasFocus">_hasFocus</a></li> |
|
2298 <li class="protected"><a href="#property__hideAllSubmenusTimer" title="_hideAllSubmenusTimer">_hideAllSubmenusTimer</a></li> |
|
2299 <li class="protected"><a href="#property__hideSubmenuTimer" title="_hideSubmenuTimer">_hideSubmenuTimer</a></li> |
|
2300 <li class="protected"><a href="#property__movingToSubmenu" title="_movingToSubmenu">_movingToSubmenu</a></li> |
|
2301 <li class="protected"><a href="#property__rootMenu" title="_rootMenu">_rootMenu</a></li> |
|
2302 <li class="protected"><a href="#property__showSubmenuTimer" title="_showSubmenuTimer">_showSubmenuTimer</a></li> |
|
2303 <li class=""><a href="#property_NodeMenuNav.SHIM_TEMPLATE" title="NodeMenuNav.SHIM_TEMPLATE">NodeMenuNav.SHIM_TEMPLATE</a></li> |
|
2304 <li class=""><a href="#property_NodeMenuNav.SHIM_TEMPLATE_TITLE" title="NodeMenuNav.SHIM_TEMPLATE_TITLE">NodeMenuNav.SHIM_TEMPLATE_TITLE</a></li> |
|
2305 </ul> |
|
2306 </div> |
|
2307 |
|
2308 <div id="methodsList" class="module"> |
|
2309 <h4>Methods</h4> |
|
2310 <ul class="content"> |
|
2311 <li class="protected"><a href="#method__afterActiveDescendantChange" title="_afterActiveDescendantChange">_afterActiveDescendantChange</a></li> |
|
2312 <li class="protected"><a href="#method__cancelHideSubmenuTimer" title="_cancelHideSubmenuTimer">_cancelHideSubmenuTimer</a></li> |
|
2313 <li class="protected"><a href="#method__cancelShowSubmenuTimer" title="_cancelShowSubmenuTimer">_cancelShowSubmenuTimer</a></li> |
|
2314 <li class="protected"><a href="#method__clearActiveItem" title="_clearActiveItem">_clearActiveItem</a></li> |
|
2315 <li class="protected"><a href="#method__focusItem" title="_focusItem">_focusItem</a></li> |
|
2316 <li class="protected"><a href="#method__getTopmostSubmenu" title="_getTopmostSubmenu">_getTopmostSubmenu</a></li> |
|
2317 <li class="protected"><a href="#method__hideAllSubmenus" title="_hideAllSubmenus">_hideAllSubmenus</a></li> |
|
2318 <li class="protected"><a href="#method__hideAndFocusLabel" title="_hideAndFocusLabel">_hideAndFocusLabel</a></li> |
|
2319 <li class="protected"><a href="#method__hideMenu" title="_hideMenu">_hideMenu</a></li> |
|
2320 <li class="protected"><a href="#method__initFocusManager" title="_initFocusManager">_initFocusManager</a></li> |
|
2321 <li class="protected"><a href="#method__isRoot" title="_isRoot">_isRoot</a></li> |
|
2322 <li class="protected"><a href="#method__onActiveDescendantChange" title="_onActiveDescendantChange">_onActiveDescendantChange</a></li> |
|
2323 <li class="protected"><a href="#method__onDocFocus" title="_onDocFocus">_onDocFocus</a></li> |
|
2324 <li class="protected"><a href="#method__onDocMouseDown" title="_onDocMouseDown">_onDocMouseDown</a></li> |
|
2325 <li class="protected"><a href="#method__onHorizontalMenuKeyDown" title="_onHorizontalMenuKeyDown">_onHorizontalMenuKeyDown</a></li> |
|
2326 <li class="protected"><a href="#method__onKeyDown" title="_onKeyDown">_onKeyDown</a></li> |
|
2327 <li class="protected"><a href="#method__onKeyPress" title="_onKeyPress">_onKeyPress</a></li> |
|
2328 <li class="protected"><a href="#method__onMenuItemMouseOut" title="_onMenuItemMouseOut">_onMenuItemMouseOut</a></li> |
|
2329 <li class="protected"><a href="#method__onMenuItemMouseOver" title="_onMenuItemMouseOver">_onMenuItemMouseOver</a></li> |
|
2330 <li class="protected"><a href="#method__onMenuLabelMouseOut" title="_onMenuLabelMouseOut">_onMenuLabelMouseOut</a></li> |
|
2331 <li class="protected"><a href="#method__onMenuLabelMouseOver" title="_onMenuLabelMouseOver">_onMenuLabelMouseOver</a></li> |
|
2332 <li class="protected"><a href="#method__onMenuMouseOut" title="_onMenuMouseOut">_onMenuMouseOut</a></li> |
|
2333 <li class="protected"><a href="#method__onMenuMouseOver" title="_onMenuMouseOver">_onMenuMouseOver</a></li> |
|
2334 <li class="protected"><a href="#method__onMouseMove" title="_onMouseMove">_onMouseMove</a></li> |
|
2335 <li class="protected"><a href="#method__onMouseOut" title="_onMouseOut">_onMouseOut</a></li> |
|
2336 <li class="protected"><a href="#method__onMouseOver" title="_onMouseOver">_onMouseOver</a></li> |
|
2337 <li class="protected"><a href="#method__onVerticalMenuKeyDown" title="_onVerticalMenuKeyDown">_onVerticalMenuKeyDown</a></li> |
|
2338 <li class="protected"><a href="#method__setActiveItem" title="_setActiveItem">_setActiveItem</a></li> |
|
2339 <li class="protected"><a href="#method__showMenu" title="_showMenu">_showMenu</a></li> |
|
2340 <li class="protected"><a href="#method__toggleSubmenuDisplay" title="_toggleSubmenuDisplay">_toggleSubmenuDisplay</a></li> |
|
2341 </ul> |
|
2342 </div> |
|
2343 |
|
2344 <div id="eventsList" class="module"> |
|
2345 <h4>Events</h4> |
|
2346 <ul class="content"> |
|
2347 <li class=""><a href="#event_autoSubmenuDisplayChange" title="autoSubmenuDisplayChange">autoSubmenuDisplayChange</a></li> |
|
2348 <li class=""><a href="#event_mouseOutHideDelayChange" title="mouseOutHideDelayChange">mouseOutHideDelayChange</a></li> |
|
2349 <li class=""><a href="#event_submenuHideDelayChange" title="submenuHideDelayChange">submenuHideDelayChange</a></li> |
|
2350 <li class=""><a href="#event_submenuShowDelayChange" title="submenuShowDelayChange">submenuShowDelayChange</a></li> |
|
2351 <li class=""><a href="#event_useARIAChange" title="useARIAChange">useARIAChange</a></li> |
|
2352 </ul> |
|
2353 </div> |
|
2354 |
|
2355 <div id="configList" class="module"> |
|
2356 <h4>Configuration Attributes</h4> |
|
2357 <ul class="content"> |
|
2358 <li class=""><a href="#config_autoSubmenuDisplay" title="autoSubmenuDisplay">autoSubmenuDisplay</a></li> |
|
2359 <li class=""><a href="#config_mouseOutHideDelay" title="mouseOutHideDelay">mouseOutHideDelay</a></li> |
|
2360 <li class=""><a href="#config_submenuHideDelay" title="submenuHideDelay">submenuHideDelay</a></li> |
|
2361 <li class=""><a href="#config_submenuShowDelay" title="submenuShowDelay">submenuShowDelay</a></li> |
|
2362 <li class=""><a href="#config_useARIA" title="useARIA">useARIA</a></li> |
|
2363 </ul> |
|
2364 </div> |
|
2365 |
|
2366 </div> |
|
2367 </div> |
|
2368 </div> |
|
2369 <div id="ft"> |
|
2370 <hr /> |
|
2371 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
2372 </div> |
|
2373 </div> |
|
2374 <script type="text/javascript"> |
|
2375 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"}]; |
|
2376 </script> |
|
2377 </body> |
|
2378 </html> |