{
	"items" : [
		{"type":"block", "text":"Block 1", "mode":"cols", "list":[
			{"id" : "buttonCombo_1", "type":"buttonCombo", "text":"buttonCombo 1", "items" : [
				{"value": "1", "text": "The Adventures of Tom Sawyer"},
				{"value": "2", "text": "The Dead Zone", "selected": true},
				{"value": "3", "text": "The First Men in the Moon"},
				{"value": "4", "text": "The Girl Who Loved Tom Gordon"},
				{"value": "5", "text": "The Green Mile"},
				{"value": "6", "text": "The Invisible Man"},
				{"value": "7", "text": "The Island of Doctor Moreau"},
				{"value": "8", "text": "The Prince and the Pauper"}
			]},

			{"type" : "group", "list" : [
				{"id" : "buttonCombo_2", "type":"buttonCombo", "text":"buttonCombo 2", "items" : [
					{"value": "1", "text": "The Adventures of Tom Sawyer"},
					{"value": "2", "text": "The Dead Zone"},
					{"value": "3", "text": "The First Men in the Moon"},
					{"value": "4", "text": "The Girl Who Loved Tom Gordon", "selected": true},
					{"value": "5", "text": "The Green Mile"},
					{"value": "6", "text": "The Invisible Man"},
					{"value": "7", "text": "The Island of Doctor Moreau"},
					{"value": "8", "text": "The Prince and the Pauper"}
				]}
			]},

			{"id" : "buttonCombo_3","type":"buttonCombo", "width" : 200, "items" : [
				{"value": "1", "text": "The Adventures of Tom Sawyer"},
				{"value": "2", "text": "The Dead Zone"},
				{"value": "3", "text": "The First Men in the Moon"},
				{"value": "4", "text": "The Girl Who Loved Tom Gordon"},
				{"value": "5", "text": "The Green Mile"},
				{"value": "6", "text": "The Invisible Man"},
				{"value": "7", "text": "The Island of Doctor Moreau", "selected": true},
				{"value": "8", "text": "The Prince and the Pauper"}
			]}
		]}
	]
}
