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

// Parameters
var input; // Type:  string
var activeField; // Type:  number
var pos; // Type:  number

value = instance.addToField(input, activeField, pos);
Javascript (Specification) 
function addToField( 
   input : string,
   activeField : number,
   pos : number
) : any;

Parameters

input
activeField
pos
Browser Compatibility
7
5
5

See Also

Reference

wijDateTextProvider type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.