Rank: Member Groups: Member
Joined: 9/9/2007 Posts: 18
|
Hi,
how to add a tab dynamically with a script client side on tabstrip ?
Best regards
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You won't be able to do that on client side. It can only be adde don the server side. You can however put the TabStrip inside a CallbackPanel, then trigger the CallbackPanel with JavaScript. That way it will appear as if the tab is being dynamically added on the client side because other part of the page will not be reloaded.
Thanks
|