Hi all,
How can we change the default style of a widgets?
I want to create two tree with different styles.

.gwt-Tree { }
.gwt-Tree .gwt-TreeItem { }
.gwt-Tree .gwt-TreeItem-selected { }

I want to change the above default style to my own style as follows:

.gwt-SmallTree { }
.gwt-SmallTree .gwt-SmallTreeItem { }
.gwt-SmallTree .gwt-SmallTreeItem-selected { }

.gwt-BigTree { }
.gwt-BigTree .gwt-BigTreeItem { }
.gwt-BigTree .gwt-BigTreeItem-selected { }


By searching this group I found the same question but the discussion
was terminated without solution... Please help me in this regards...
I'm using GWT 1.4.62


Thanks in Advance !!!

Regards,
ArunDhaJ
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to