Wijmo UI for the Web
SetText Method
Syntax
Javascript (Usage) 
var instance; // Type: wijmo.input.IFieldsCollection;
var value; // Type: any

// Parameters
var text; // Type:  string
var flag; // Type:  bool

value = instance.SetText(text, flag);
Javascript (Specification) 
function SetText( 
   text : string,
   flag : bool
) : any;

Parameters

text
flag
Browser Compatibility
7
5
5

See Also

Reference

IFieldsCollection Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.