Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
moveTab Method
Move tab to new location.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function moveTab(
: TabItem,
: Integer,
: {Any}
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebTab.moveTab(TabItem,Integer,{Any}); |
Parameters
- tab
- Reference to TabItem to be moved.
- index
- Visible index.
- noMove
- Internal use only: request to keep html elements where they are.
See Also