Wijmo UI for the Web
replaceWith Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.wijTextProvider();
var value; // Type: wijInputResult

// Parameters
var range; // Type:  WijRange
var text; // Type:  string

value = instance.replaceWith(range, text);
Javascript (Specification) 
function replaceWith( 
   range : WijRange,
   text : string
) : wijInputResult;

Parameters

range
text
Browser Compatibility
7
5
5

See Also

Reference

wijTextProvider type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.