Wijmo UI for the Web
colors Option
wijmo.evcal.wijevcal Namespace > options type : colors Option

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"]

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  Array
    returnsValue = $(".selector").wijevcal("option", "colors");
    
    // Set value
    var newValue; // Type:  Array
    $(".selector").wijevcal("option", "colors", newValue);
        
});
var colors : Array;
Example
$("#eventscalendar").wijevcal(
  { colors: ["cornflowerblue", "yellow"]);
See Also

Reference

options type
wijevcal jQuery Widget