|
| Iniciado por guest, 04,abr. 2015 15:45 - 6 respuestas |
| |
| | | |
|
| |
| Publicado el 04,abril 2015 - 15:45 |
Hi,
for example i have 4 tabs, if i hide the 2nd tab, i will see a BLANK tab between the first and third tab,
Is there any way to avoid seeing BLANK tab so that i can see 1st, 3rd & 4th tab ( 3 tabs) ?
Regards,
PETER ZHOU |
| |
| |
| | | |
|
| | |
| |
| Publicado el 06,abril 2015 - 13:48 |
Hi Peter
what do you call hiding ? What code are you using ?
Best regards |
| |
| |
| | | |
|
| | |
| |
| Publicado el 07,abril 2015 - 07:47 |
Hi fabrice,
I used the following code to hide the 2nd tab. Tab[2]..visible = false
Regards,
PETER ZHOU |
| |
| |
| | | |
|
| | |
| |
| Publicado el 07,abril 2015 - 13:55 |
Hi Peter,
you will have to give us more details...
As I was curious, I did a quick test in wd19 US : - created a page - created a tab control with 5 tab - created a button - in server code of button, typed: if tab_noname1[2]..visible=true then tab_noname1[2]..visible=false else tab_noname1[2]..visible=true end
when I click on the button, tab 2 disappear (tab 3 is sticking against tab 1) So everything seems to be working fine in that case...
Of course, you may be using different settings (awp, php, ajax, etc...) that you are not telling us about
Best regards |
| |
| |
| | | |
|
| | |
| |
| Publicado el 08,abril 2015 - 06:47 |
Hi Fabrice,
Let's used the WWTABCONTROL example in webdev 19.
there's 4 tabs in the example.
Under the "Initialization of PAGE_Tabcontrol (Server)", TAB_Tab1[2]..Visible = False
tab screenshot
as you can see from the screenshot, there's a gap between the 1st and 3rd tab |
| |
| |
| | | |
|
| | |
| |
| Publicado el 08,abril 2015 - 09:42 |
Hi Peter, same problem here ... I think I saw that this is fixed/feature in WB20
Steven Sitas |
| |
| |
| | | |
|
| | |
| |
| Publicado el 08,abril 2015 - 12:53 |
Hi Peter,
Oh, I see. The horizontal tab does not have this problem.
Regards, Piet |
| |
| |
| | | |
|
| | | | |
| | |
|