Re: Tabbed Panel and useSelectedTabCookie

2007-12-12 Thread quinquin2209
Thanks for your kindly help. I am new to dojo and I have some further questions wanna ask: I can understand the function init(). And we need to connect a function (e.g. onTab1Selected), which is called when the tab is shown, for each tab. However, I am not sure how can I do it if the tab is gener

Re: Tabbed Panel and useSelectedTabCookie

2007-12-11 Thread Jeromy Evans
quinquin2209 wrote: I have tried to store the last selected tab by setting useSelectedTabCookie=true. It works fine as long as the tab remains. However, problem occurs when the last selected is removed as follow: 1. User select tab "B" 2. In the jsp, remove the tab with id "B" 3. Refresh the bro