Wijmo UI for the Web
setText Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.wijTextProvider();
var returnValue; // Type: any

// Parameters
var value; // Type:  string
var rh; // Type:  wijInputResult

returnValue = instance.setText(value, rh);
Javascript (Specification) 
function setText( 
   value : string,
   rh : wijInputResult
) : any;

Parameters

value
rh
Browser Compatibility
7
5
5

See Also

Reference

wijTextProvider type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.