Wijmo UI for the Web
columns Field

Default value: []

An array that specifies the column collections of wijcombobox.

Syntax
Javascript (Usage) 
var value; // Type: array
value = jQuery.wijmo.wijcombobox.options.columns;
Javascript (Specification) 
var columns : array;
Example
$("#tags").wijcombobox("option", "columns", [
                      {name: 'header1', width: 150}, 
                      {name: 'header2', width: 150}, 
                      {name: 'header3', width: 150}
              ]);
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.