CodeThatMenu ToolBar Menu Example

CodeThatMenu ToolBar Menu Example

var MenuDef = {
	"type" : "toolbar",
	"timer" : 500,
	"style" : {
		"bgcolor" : "black",
		"border" : {
			"color" : "yellow"
		},
		"css" : "test1",
		"color" : "white",
		"bar" : {
			"src" : "img/vbar.gif", "size" : [21, 208]
		},
		"size" : [70, 25]
	},
	"itemover" : {
		"color" : "yellow"
	},
	"position" : {
		"absolute" : true, "pos" : [30, 20]
	},
	"items" : [
	{
		"text" : "Item 1"
	},
	{
		"text" : "Item 2",
		"menu" : {
			"style" : {
				"direction" : "h", "bar" : {
					"src" : "img/hbar.gif", "size" : [410, 21]
				}
			},
			"items" : [
				{
					"text" : "Item 1"
				},
				{
					"text" : "Item 2"
				},
				{
					"text" : "Item 3"
				},
				{
					"text" : "Item 4"
				}
			]
		}
	},
	{
		"text" : "Item 3"
	},
	{
		"text" : "Item 4"
	},
	{
		"text" : "Item 5"
	},
	{
		"text" : "Item 6"
	} ]
};