PDA

View Full Version : Desktop - Start Button Text



sjzaluk
22 Jan 2009, 7:14 PM
I want to change the text on the Start Menu button to be something of my choosing and not 'Start'. How would I change it? I looked in the desktop.css file and I looked for any setters in the StartMenu class but didn't find anything.

Thanks,
Steve

gslender
22 Jan 2009, 9:24 PM
Have a look at the source of com.extjs.gxt.desktop.client.TaskBar - an inner class StartBox contains an inner class StartButton, that contains the Button that is the titled "Start".

So ya gonna have to copy/extend that I guess :-? :-?

sjzaluk
23 Jan 2009, 7:30 AM
Thanks. It would be nice to have a set method for that in the TaskBar class.

I can't be the only person that wants to change that text, am I? :-)

takayser
9 Apr 2009, 12:08 AM
Thanks. It would be nice to have a set method for that in the TaskBar class.

I can't be the only person that wants to change that text, am I? :-)


No, you are not the only person that wants to change that text! :)
@gxt developers, would be great to have a method there, so we dont have to copy/extend that.