| Re: menu setup ¶ | |
| I just ran into this problem as well. Fortunately, I had run into this when working on some Google maps stuff, and found an excellent solution that's very easy to implement. The solution is described here: // solution -- move the "loading" code to a callback function and trigger it by timer function {$main_menu_id}_setupMenu() Enjoy! Alan | |
| Re[2]: menu setup ¶ | |
| oops... left some PHP in there. This is a bit cleaner: setTimeout("myMenuId_setupMenu()", 1); function myMenuId_setupMenu() | |
| last |














