Re: Hyperlinks in Dockpanel

2009-07-22 Thread salk31
I think the GWT Showcase (source comes in distribution) has a hyperlink example and the whole left nav uses them. On Jul 18, 5:25 am, Jeremiah Moses jeremiah.mo...@gmail.com wrote: i did play around a bit with click handler but is there any working examples for something similar to wht i am

Re: Hyperlinks in Dockpanel

2009-07-18 Thread Jeremiah Moses
i did play around a bit with click handler but is there any working examples for something similar to wht i am looking for ? ... that will make it simple ...because i was not able to make it work as i intended to On Fri, Jul 17, 2009 at 6:06 PM, salk31 s...@redspr.com wrote: Have you played

Hyperlinks in Dockpanel

2009-07-17 Thread Jeremiah Moses
Hi I am trying to use hyperlinks in one of my dockpanenls that open on another when clicked ... is there a way of doing this ... basicaly my design has dockpanel which has a east,west and inbetween a north and center both east and west have several links which when clicked should open in

Re: Hyperlinks in Dockpanel

2009-07-17 Thread salk31
Have you played with adding OnClickHandler? In there you can update what is in the other panels. btw If you are using a Hyperlink then that is mainly for history support (lots of docs about that). If not then a Button might be more appropriate although also depends on how you want to style it.