Wijmo UI for the Web
list Field

Contains an array of data items used to populate the dropdown list.

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.input.PickerClass;
var value; // Type: any
value = instance.list;
Javascript (Specification) 
var list : any;
Remarks
The array item can be "string", or a an oject contains two property "label" and "value"; The label property is string, used to display on the dropdown list. The value proeprty is string object, used to assign the value to the input widget.
Browser Compatibility
7
5
5

See Also

Reference

PickerClass Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.