Searched refs:parentMenu (Results 1 – 1 of 1) sorted by relevance
1955 if(this.parentMenu){this.parentMenu.childMenu=null1959 this.parentMenu=null;1968 if(this.parentMenu){var oldChildMenu=this.parentMenu.childMenu;1970 }this.parentMenu.childMenu=this1999 var childMenu=new Menu(extend(childMenuObject,{parentMenu:parent,parentTarget:target})); property2010 while(topParent.parentMenu){topParent=topParent.parentMenu