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

// Parameters
var char; // Type:  string
var index; // Type:  number
var rh; // Type:  wijInputResult

value = instance.insertAt(char, index, rh);
Javascript (Specification) 
function insertAt( 
   char : string,
   index : number,
   rh : wijInputResult
) : bool;

Parameters

char
index
rh
Browser Compatibility
7
5
5

See Also

Reference

wijTextProvider type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.