MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

delayMenu_HoverStatic(item) and enableFlyoutsAfterDelay in core.js

  Asked By: Patrick Gonzalez         Date: Dec 05, 2009      Category: MOSS      Views: 309
 

The above fuction seems to be able to be used to delay the drop
downs from the aspnet menus to activate.

function enableFlyoutsAfterDelay()
{

setTimeout("flyoutsAllowed=true;", 1000);
}


When I edit this function, the global menu items will delay for the
number of seconds listed, as long as I am on the server that MOSS is
installed on.

When i look at it from any number of other browsers on other
computers around the company, it dosn't work at all.

Any idea why, or the right way to change this so it works?


Do you know someone who can help? Share a link to this thread on twitter, or facebook.


 

No Answers Found. Be the First, To Post Answer.

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].