Searched defs:onDOMEvent (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/menu/
H A Dmenu-debug.js167 * @method onDOMEvent
176 function onDOMEvent(p_oEvent) {
500 Event.on(oDoc, "mouseover", onDOMEvent, this, true);
501 Event.on(oDoc, "mouseout", onDOMEvent, this, true);
502 Event.on(oDoc, "mousedown", onDOMEvent, this, true);
503 Event.on(oDoc, "mouseup", onDOMEvent, this, true);
504 Event.on(oDoc, "click", onDOMEvent, this, true);
505 Event.on(oDoc, "keydown", onDOMEvent, this, true);
506 Event.on(oDoc, "keyup", onDOMEvent, this, true);
507 Event.on(oDoc, "keypress", onDOMEvent, thi
[all...]
H A Dmenu-min.js13 function onDOMEvent(p_oEvent){var oTarget=Event.getTarget(p_oEvent),oElement=getMenuRootElement(oTarget),sCustomEventType,sTagName,sId,oMenuItem,oMenu;if(oElement){sTagName=oElement.tagName.toUpperCase();if(sTagName=="LI"){sId=oElement.id;if(sId&&m_oItems[sId]){oMenuItem=m_oItems[sId];oMenu=oMenuItem.parent;}}
31 return{addMenu:function(p_oMenu){var oDoc;if(p_oMenu instanceof YAHOO.widget.Menu&&p_oMenu.id&&!m_oMenus[p_oMenu.id]){m_oMenus[p_oMenu.id]=p_oMenu;if(!m_bInitializedEventHandlers){oDoc=document;Event.on(oDoc,"mouseover",onDOMEvent,this,true);Event.on(oDoc,"mouseout",onDOMEvent,this,true);Event.on(oDoc,"mousedown",onDOMEvent,this,true);Event.on(oDoc,"mouseup",onDOMEvent,this,true);Event.on(oDoc,"click",onDOMEvent,this,true);Event.on(oDoc,"keydown",onDOMEvent,this,true);Event.on(oDoc,"keyup",onDOMEvent,this,true);Event.on(oDoc,"keypress",onDOMEvent,this,true);m_bInitializedEventHandlers=true;}
H A Dmenu.js166 * @method onDOMEvent
175 function onDOMEvent(p_oEvent) {
491 Event.on(oDoc, "mouseover", onDOMEvent, this, true);
492 Event.on(oDoc, "mouseout", onDOMEvent, this, true);
493 Event.on(oDoc, "mousedown", onDOMEvent, this, true);
494 Event.on(oDoc, "mouseup", onDOMEvent, this, true);
495 Event.on(oDoc, "click", onDOMEvent, this, true);
496 Event.on(oDoc, "keydown", onDOMEvent, this, true);
497 Event.on(oDoc, "keyup", onDOMEvent, this, true);
498 Event.on(oDoc, "keypress", onDOMEvent, thi
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/menu/
H A Dmenu-debug.js167 * @method onDOMEvent
176 function onDOMEvent(p_oEvent) {
500 Event.on(oDoc, "mouseover", onDOMEvent, this, true);
501 Event.on(oDoc, "mouseout", onDOMEvent, this, true);
502 Event.on(oDoc, "mousedown", onDOMEvent, this, true);
503 Event.on(oDoc, "mouseup", onDOMEvent, this, true);
504 Event.on(oDoc, "click", onDOMEvent, this, true);
505 Event.on(oDoc, "keydown", onDOMEvent, this, true);
506 Event.on(oDoc, "keyup", onDOMEvent, this, true);
507 Event.on(oDoc, "keypress", onDOMEvent, thi
[all...]
H A Dmenu-min.js13 function onDOMEvent(p_oEvent){var oTarget=Event.getTarget(p_oEvent),oElement=getMenuRootElement(oTarget),sCustomEventType,sTagName,sId,oMenuItem,oMenu;if(oElement){sTagName=oElement.tagName.toUpperCase();if(sTagName=="LI"){sId=oElement.id;if(sId&&m_oItems[sId]){oMenuItem=m_oItems[sId];oMenu=oMenuItem.parent;}}
31 return{addMenu:function(p_oMenu){var oDoc;if(p_oMenu instanceof YAHOO.widget.Menu&&p_oMenu.id&&!m_oMenus[p_oMenu.id]){m_oMenus[p_oMenu.id]=p_oMenu;if(!m_bInitializedEventHandlers){oDoc=document;Event.on(oDoc,"mouseover",onDOMEvent,this,true);Event.on(oDoc,"mouseout",onDOMEvent,this,true);Event.on(oDoc,"mousedown",onDOMEvent,this,true);Event.on(oDoc,"mouseup",onDOMEvent,this,true);Event.on(oDoc,"click",onDOMEvent,this,true);Event.on(oDoc,"keydown",onDOMEvent,this,true);Event.on(oDoc,"keyup",onDOMEvent,this,true);Event.on(oDoc,"keypress",onDOMEvent,this,true);m_bInitializedEventHandlers=true;}
H A Dmenu.js166 * @method onDOMEvent
175 function onDOMEvent(p_oEvent) {
491 Event.on(oDoc, "mouseover", onDOMEvent, this, true);
492 Event.on(oDoc, "mouseout", onDOMEvent, this, true);
493 Event.on(oDoc, "mousedown", onDOMEvent, this, true);
494 Event.on(oDoc, "mouseup", onDOMEvent, this, true);
495 Event.on(oDoc, "click", onDOMEvent, this, true);
496 Event.on(oDoc, "keydown", onDOMEvent, this, true);
497 Event.on(oDoc, "keyup", onDOMEvent, this, true);
498 Event.on(oDoc, "keypress", onDOMEvent, thi
[all...]

Completed in 294 milliseconds