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"]
$(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;
$("#eventscalendar").wijevcal( { colors: ["cornflowerblue", "yellow"]);
options type wijevcal jQuery Widget