Wijmo UI for the Web
pickers Field

Type: wijmo.input.PickerClass

An object contains the settings for the dropdown list.

Syntax
Javascript (Usage) 
var value; // Type: PickerClass
value = jQuery.wijmo.wijinputmask.options.pickers;
Javascript (Specification) 
var pickers : PickerClass;
Example
$(".selector").wijinputmask({
     pickers: {
         list: [
             { label: 'item1', value: 1 },
             { label: 'item2', value: 2 }
         ],
         width: 100,
         height: 130
     }
 });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.