Wijmo UI for the Web
Replace Method
Syntax
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;

Parameters

selStart
selEnd
text
flag
Browser Compatibility
7
5
5

See Also

Reference

IFieldsCollection Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.