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

// Parameters
var strInput; // Type:  string
var position; // Type:  number
var rh; // Type:  wijInputResult

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

Parameters

strInput
position
rh
Browser Compatibility
7
5
5

See Also

Reference

wijDateTextProvider type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.