| Changing the menu title ¶ | |
| Hi, I am trying to make the HMenu mimic dropdown (SELECT element) behaviour. The client has asked for it to appear as a dropdown menu, but which supports hierarchical submenus. Changing the original A element which provided the title does not change the menu title, which is predictable since the menu has already been generated from the source HTML. Is there an exposed method or hack which will allow me to change this title? Thanks, Giles | |
| Re: Changing the menu title ¶ | |
| Take a look at our toolbar sample, it does exactly that in the font or font size menus. The idea is to get a reference to the menu item and use setLabel: var item = menu.items["item-id"]; | |
| last |
| Re[2]: Changing the menu title ¶ | |
| Thanks very much for this, no problems implementing it! Giles | |
| last |














