cancel
Showing results for 
Search instead for 
Did you mean: 

Tabs Prob

Former Member
0 Kudos

Hi

I created tabstrip in my view. but i am facing problem tabs are displayed single tab not side by side

thanks n regards

Narain

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I don't understand your question, please elaborate.

Armin

Former Member
0 Kudos

Hi Armin

tabs r diplayed single tab like "personel tab" back side "contact tab". i want side by side like

i want to remove tabstrip arrows

Regards

Narain k

Former Member
0 Kudos

Still unclear. Tabs are always displayed side-by-side, arrows appear only when there is not enough space. If you set TabStrip.width to a suitable value, say "500px", the arrows should disappear.

Armin

Former Member
0 Kudos

Hi armin,

I cleared my issue through width of a tab. Now i want to remove tabstrip arrows and popup window.

in wdInit()

wdContext.currentContextElement.setSelectedTab("TabEdit");

can you explain this code plz

Regards

Narain

Former Member
0 Kudos

You mean the paginators and the tab selection menu? These cannot be removed, they are provided automatically by the HTML renderer.

Armin