Waspman
Posts: 948
|
| Posted: 03/01/2009, 12:38 PM |
|
Just when I thought it was working...
I have 2 pages using tabview. On one the tabed elements are made up of three forms. When submitted they stay where they are and don't return to the first tab. The other has an editable gird on the second tab. When this is submitted it returns to the first tab?
Don't tabs work with editable grids?
...and I was just about to say how much I liked the latest version...[LOL]
_________________
http://www.waspmedia.co.uk |
 |
 |
davep
Posts: 41
|
| Posted: 03/02/2009, 6:58 AM |
|
Have you tried controlling the tabs with some Javascript? You can pass a parameter and set the active tab in the head of your page with something like:
if (CCGetParam("tab_step") == "")
Panel1YahooTabbedView.set('activeIndex',0);
It works for me.
Cheers,
Dave
|
 |
 |
|