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"]
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: Array returnsValue = $(".selector").wijevcal("option", "colors"); // Set value var newValue; // Type: Array $(".selector").wijevcal("option", "colors", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#eventscalendar").wijevcal( { colors: ["cornflowerblue", "yellow"]);