CodeThatMenu Backgrounds Example
![]()
var MenuDef = {
"type" : "bar",
"style" : {
"css" : "test1",
"bgcolor" : "#003882",
"box" : false,
"size" : [160, 20],
"itemoffset" : {
"y" : 5, "x" : 5
},
"align" : "right",
"direction" : "h",
"color" : "white",
"border" : {
"color" : "#003882", "width" : 1
},
"imgendon" : {
"src" : "img/arr_down.gif", "width" : 16, "height" : 16
},
"imgendoff" : {
"src" : "img/arr_right.gif", "width" : 16, "height" : 16
}
},
"itemover" : {
"css" : "test1", "bgcolor" : "#458EEE", "align" : "middle",
"color" : "white"
},
"position" : {
"absolute" : false, "pos" : [30, 20]
},
"defaction" : {
"title" : "This is an action title"
},
"items" : [
{
"text" : "Color Background",
"menu" : {
"style" : {
"bgcolor" : "#F3F3F3", "align" : "middle", "color" : "white",
"direction" : "v"
},
"position" : {
"menuoffset" : {
"x" : "-100", "y" : "22"
}
},
"items" : [
{
"text" : "Item1",
"style" : {
"bgcolor" : "#669002"
}
},
{
"text" : "Item2",
"style" : {
"bgcolor" : "#59A5B5"
}
},
{
"text" : "Item3",
"style" : {
"bgcolor" : "#E57B7B"
}
},
{
"text" : "Item4",
"style" : {
"bgcolor" : "#9949A2"
}
},
{
"text" : "Item5",
"style" : {
"bgcolor" : "#3c5b98"
}
},
{
"text" : "Item6",
"style" : {
"bgcolor" : "#44927D"
}
} ]
}
},
{
"text" : "Image Background",
"menu" : {
"style" : {
"bgcolor" : "#F3F3F3", "align" : "middle", "color" : "white",
"direction" : "v",
"color" : "#003882"
},
"position" : {
"menuoffset" : {
"x" : "-100", "y" : "22"
}
},
"items" : [
{
"text" : "Item1",
"style" : {
"bgimg" : "img/grass.gif"
}
},
{
"text" : "Item2",
"style" : {
"bgimg" : "img/putska.gif"
}
},
{
"text" : "Item3",
"style" : {
"bgimg" : "img/puzle.gif"
}
} ]
}
} ]
};
|