jQuery.wijmo.wijinputmask Namespace > options type : pickers Field |
An object contains the settings for the dropdown list.
Javascript (Usage) | |
---|---|
var value; // Type: PickerClass value = jQuery.wijmo.wijinputmask.options.pickers; |
Javascript (Specification) | |
---|---|
var pickers : PickerClass; |
$(".selector").wijinputmask({ pickers: { list: [ { label: 'item1', value: 1 }, { label: 'item2', value: 2 } ], width: 100, height: 130 } });