Monday, January 23, 2012

Re: how to do the following simple work in GWT

You can use Splitlayout panel to divide your page and use Cell Tree widger to display the tree structure on the left hand side of the page and trigger an event for every click, that will refill the center part of your page with the required contents.

Arun

On Mon, Jan 23, 2012 at 4:25 PM, tong123123 <tong123123@gmail.com> wrote:
a page divide into two side, the left hand side is a menu, click on a
menu will cause the right hand side show the page correspondingly.
example:
menu1
 --submenu 1.1
menu2
menu3

if click on menu 1, the right hand side will show panel 1
if click on menu 2, the right hand side will show panel 2

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment