Wijmo UI for the Web
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"]

Syntax
Javascript (Usage) 
var value; // Type: Array
value = jQuery.wijmo.wijevcal.options.colors;
Javascript (Specification) 
var colors : Array;
Example
$("#eventscalendar").wijevcal(
                    { colors: ["cornflowerblue", "yellow"]);
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.