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

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

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

Parameters

value
flag
Browser Compatibility
7
5
5

See Also

Reference

IFieldsCollection Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.