Search found 1 match

by priceofacoke910
Wed Jan 04, 2006 8:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: pulling the X coordinate for each item in a horizontal menu
Replies: 27
Views: 24460

Here are some internals that might be of use.

getMenuByName("menuname")
Will return the reference number for a menu.

gmobj("objname")
Will return a reference to an object, for example:


myMenu = gmobj("menu"+getMenuByName("mainmenu"))


Will set myMenu variable as the mainmenus object. You ...