wijmo.input Namespace > wijNumberTextProvider type : replaceWith Method |
Javascript (Usage) | |
---|---|
var instance = new wijmo.input.wijNumberTextProvider(); var value; // Type: wijInputResult // Parameters var range; // Type: WijTextSelection var text; // Type: string value = instance.replaceWith(range, text); |
Javascript (Specification) | |
---|---|
function replaceWith( range : WijTextSelection, text : string ) : wijInputResult; |