Searched refs:NodeMenuNav (Results 1 - 2 of 2) sorted by relevance

/yui3/build/node-menunav/
H A Dnode-menunav-debug.js34 * this.plug(Y.Plugin.NodeMenuNav); <br>
71 * this.plug(Y.Plugin.NodeMenuNav, { mouseOutHideDelay: 1000 });
347 * The NodeMenuNav class is a plugin for a Node instance. The class is used via
351 * @class NodeMenuNav
353 var NodeMenuNav = function () {
355 NodeMenuNav.superclass.constructor.apply(this, arguments);
359 NodeMenuNav.NAME = "nodeMenuNav";
360 NodeMenuNav.NS = "menuNav";
371 NodeMenuNav.SHIM_TEMPLATE_TITLE = "Menu Stacking Shim";
400 NodeMenuNav
[all...]
/yui3/src/node-menunav/js/
H A Dnode-menunav.js32 * this.plug(Y.Plugin.NodeMenuNav); <br>
69 * this.plug(Y.Plugin.NodeMenuNav, { mouseOutHideDelay: 1000 });
345 * The NodeMenuNav class is a plugin for a Node instance. The class is used via
349 * @class NodeMenuNav
351 var NodeMenuNav = function () { function
353 NodeMenuNav.superclass.constructor.apply(this, arguments);
357 NodeMenuNav.NAME = "nodeMenuNav";
358 NodeMenuNav.NS = "menuNav";
369 NodeMenuNav.SHIM_TEMPLATE_TITLE = "Menu Stacking Shim";
398 NodeMenuNav
[all...]

Completed in 2173 milliseconds