jQuery.wijmo.wijevcal Namespace > options type : colors Field |
Default value: null
The colors option specifies the name of the colors that will be shown in the color name drop-down list. "blue", "cornflowerblue", "yellow", "bronze"]
Javascript (Usage) | |
---|---|
var value; // Type: Array value = jQuery.wijmo.wijevcal.options.colors; |
Javascript (Specification) | |
---|---|
|
$("#eventscalendar").wijevcal( { colors: ["cornflowerblue", "yellow"]);