Hi all,
The problem I encounter is  when I use TreeNode and use setHref
property of that node. I have panel, I want to go url to that
panel.When I click the treenode, it goes to the url with new window
and also in the panel that I defined. I don't want to show it in new
window but want to show only on p(panel).

Panel p = new Panel();
p.setID("mainPanel");

treeNode.setHref("www.google.com");
treeNode.setHrefTarget("mainPanel");

If anybody has solution, kindly let me know.
Thanks in advance.
Aye

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to