|
Rank: Advanced Member Groups: Member
Joined: 6/9/2007 Posts: 98
|
I use the TabStrip Control in combination of a multipage control. No when the tab has changed, the javascript set allways a style "Display: Block" to PageView Control inside the MultiPage Control.
It is posible to remove the Display: Block Tag on PageView elements or change to the Display: Table?
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
There is no way to change that in the current build. However we are changing our code to remove it. So in the next build it will no longer exist. In the mean time, if you have to change it, then you can use multiple DIVs to simulate the MultiPage control and handle the TabStrip's ClientSideOnItemSelect event to show/display those DIVs.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 6/9/2007 Posts: 98
|
Do you know when you release the next build?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
We will have an update in a few days.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 6/9/2007 Posts: 98
|
I have test with the latest release from today and it works fine.
Thanks
|
|