var uiModels = uiModels || {}; uiModels.test_data = [{ "name": "Test 1", "text": "hello", "text3": "world", "lov": "Z", "lov3": "P", "list": [ "E" ], "list3": [ "Y", "P", "M" ], "textmultiline": "html test BOLD", "textmultiline3": "fdfd", "html": "html test BOLD", "html3": "fdfd", "date": "2015-04-16", "date3": "2015-04-24", "time": "00:15", "time3": "01:45", "datetime": "2015-04-16T14:22", "datetime3": "2015-04-15T15:30", "integer": 2, "integer3": 3, "decimal": 2.4, "decimal3": 3.14, "money": 2, "money3": 9.99, "boolean": true, "boolean3": false, "email": "dsds@dffd.com", "email3": "aaa@bbb.edu", "url": "http://google.com", "url3": "", "image": "../pix/todo.gif", "image3": "", "color": "#6aa895", "color3": "#000000", "hidden": "hf1", "hidden3": "hf2" }, { "name": "Test 2", "text": "ggg", "text3": "", "lov": "E", "lov3": "T", "list": [ "Z", "T", "G" ], "list3": [ "h", "k" ], "textmultiline": "gg", "textmultiline3": "", "html": "gg", "html3": "", "date": "2015-04-22", "date3": "2015-04-01", "time": "14:22", "time3": "05:05", "datetime": "2015-04-16T02:03", "datetime3": "2015-04-22T05:06", "integer": 555, "integer3": 3, "decimal": 45.45, "decimal3": 4.12, "money": 54.99, "money3": 100, "boolean": false, "boolean3": false, "email": "gfgf@gfgf.com", "email3": "", "url": "http://evolutility.com", "url3": "", "image": "../pix/contact.gif", "image3": "", "color": "#2c84bb", "color3": "#000000", "hidden": "h1", "hidden3": "h2" }];