Rank: Member Groups: Member
Joined: 9/9/2008 Posts: 7
|
Hi,
Is it dynamically possible to make a tab visible/ invisible in the tabstrip control ?? If yes, how??
Thanks, Rashmi
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Yes. You believe you can either set the TabItem's Visible to false on the server side, or call the following function on the client side: http://www.essentialobjects.com/ViewDoc.aspx?t=JSDoc.Public.NavigationItem.setVisible.htmlIf you are not already familiar with our client side JavaScript interface, you will want to go over this topic: http://www.essentialobjects.com/ViewDoc.aspx?t=clientapi_howto.htmlThanks
|