Wijmo UI for the Web
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
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) 
var colors : Array;
Example
$("#eventscalendar").wijevcal(
                    { colors: ["cornflowerblue", "yellow"]);
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.