forked from evoluteur/evolutility-ui-jquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.data.js
More file actions
executable file
·88 lines (88 loc) · 1.69 KB
/
Copy pathtest.data.js
File metadata and controls
executable file
·88 lines (88 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
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 <b>BOLD</b>",
"textmultiline3": "fdfd",
"html": "html test <b>BOLD</b>",
"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"
}];