Re: Changing the menu title
2006/12/18 12:38
Viewed 3658 times
Replies: 1/1

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"];
item.setLabel("whatever");

Re[2]: Changing the menu title
2006/12/18 18:41
Viewed 4806 times
Replies: 0/0

Thanks very much for this, no problems implementing it!

Giles

last
Google