Version

moveTab Method

Move tab to new location.
Syntax
ASP.NET Ajax Javascript (Specification) 
function moveTab( 
   tab : TabItem,
   index : Integer,
   noMove : {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