Version

select Method

Sets selection and caret position in control.
Syntax
ASP.NET Ajax Javascript (Specification) 
function select( 
   sel0 : Integer,
   sel1 : Integer
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebTextEditor.select(Integer,Integer);

Parameters

sel0
Start selection. If it is missing, then all text in control is selected.
sel1
End selection. If it is missing, then caret is set at start selection.
See Also