Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
select Method
Sets selection and caret position in control.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function select(
: Integer,
: 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