Home
last modified time | relevance | path

Searched refs:activator (Results 1 – 2 of 2) sorted by relevance

/plugin/topbarsyntax/
H A Dcsshover3.htc204 onhover: { activator: 'onmouseenter', deactivator: 'onmouseleave' },
205 onactive: { activator: 'onmousedown', deactivator: 'onmouseup' },
206 onfocus: { activator: 'onfocus', deactivator: 'onblur' }
220 this.activator = function(){ node.className += ' ' + className; };
224 node.attachEvent(CSSEvents[type].activator, this.activator);
233 this.node.detachEvent(CSSEvents[this.type].activator, this.activator);
237 this.activator = null;
/plugin/indexmenu2/cms/
H A Dcms.js15 …&t.tagName.toLowerCase()!='a')))t=t.nextSibling;if(t){e.childNodes[E][c.activator]=t;t[c.parentNod… property in CompleteMenuSolution.c