wijmo.input Namespace > IFieldsCollection Interface : Replace Method |
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.input.IFieldsCollection; var value; // Type: any // Parameters var selStart; // Type: number var selEnd; // Type: number var text; // Type: string var flag; // Type: bool value = instance.Replace(selStart, selEnd, text, flag); |
Javascript (Specification) | |
---|---|
function Replace( selStart : number, selEnd : number, text : string, flag : bool ) : any; |