profoundjs 7.4.0 → 7.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +27 -25
- package/htdocs/jszip/FileSaver.min.js +2 -2
- package/htdocs/profoundui/proddata/css/atrium.css +201 -201
- package/htdocs/profoundui/proddata/css/designer_respeditor.css +91 -91
- package/htdocs/profoundui/proddata/css/ipademulator.css +38 -38
- package/htdocs/profoundui/proddata/css/iphoneemulator.css +29 -29
- package/htdocs/profoundui/proddata/css/jumpstart.css +442 -442
- package/htdocs/profoundui/proddata/css/key_management.css +122 -122
- package/htdocs/profoundui/proddata/css/logic.css +1669 -1665
- package/htdocs/profoundui/proddata/css/markdown.css +754 -754
- package/htdocs/profoundui/proddata/css/profoundai.css +42 -0
- package/htdocs/profoundui/proddata/css/puisplash.css +186 -186
- package/htdocs/profoundui/proddata/css/qtips.css +32 -32
- package/htdocs/profoundui/proddata/html/genieframe.html +25 -25
- package/htdocs/profoundui/proddata/js/designer.js +4022 -4002
- package/htdocs/profoundui/proddata/js/key_management.js +34 -34
- package/htdocs/profoundui/proddata/js/profoundai.js +26 -0
- package/htdocs/profoundui/proddata/js/rich-display-react-component.js +45 -45
- package/htdocs/profoundui/proddata/js/rich-display-vue-component.js +28 -28
- package/htdocs/profoundui/proddata/js/runtime.js +1373 -1369
- package/htdocs/profoundui/proddata/js/soapclient.js +419 -419
- package/htdocs/profoundui/proddata/typings/profoundjs.d.ts +881 -881
- package/htdocs/profoundui/proddata/typings/profoundui.d.ts +388 -388
- package/htdocs/profoundui/userdata/atrium themes/css/xtheme-gray.css +414 -414
- package/htdocs/profoundui/userdata/atrium themes/css/xtheme-olive.css +623 -623
- package/htdocs/profoundui/userdata/atrium themes/css/xtheme-slate.css +672 -672
- package/htdocs/profoundui/userdata/atrium themes/css/xtheme-steel.css +10437 -10437
- package/htdocs/profoundui/userdata/css/atrium_banner.css +13 -13
- package/htdocs/profoundui/userdata/css/atrium_home.css +37 -37
- package/htdocs/profoundui/userdata/custom/themes/enhanced.js +104 -104
- package/htdocs/profoundui/userdata/custom/themes/hybrid.js +109 -109
- package/htdocs/profoundui/userdata/custom/themes/standard.js +68 -68
- package/htdocs/profoundui/userdata/custom/widgets/googlemaps.js +139 -139
- package/htdocs/profoundui/userdata/custom/widgets/listbox.js +37 -37
- package/htdocs/profoundui/userdata/custom/widgets/panel.js +74 -74
- package/htdocs/profoundui/userdata/custom/widgets/styled_button.js +71 -71
- package/htdocs/profoundui/userdata/custom/widgets/tabpanel.js +61 -61
- package/htdocs/profoundui/userdata/genie skins/Classic/Classic.css +562 -562
- package/htdocs/profoundui/userdata/genie skins/Classic/custom.js +3 -3
- package/htdocs/profoundui/userdata/genie skins/Gradient/Gradient.css +616 -616
- package/htdocs/profoundui/userdata/genie skins/Gradient/adjusted columns custom.js +83 -83
- package/htdocs/profoundui/userdata/genie skins/Gradient/custom.js +83 -83
- package/htdocs/profoundui/userdata/genie skins/Hybrid/Hybrid.css +616 -616
- package/htdocs/profoundui/userdata/genie skins/Hybrid/custom.js +330 -330
- package/htdocs/profoundui/userdata/genie skins/Plain/Plain.css +546 -546
- package/htdocs/profoundui/userdata/genie skins/Plain/custom.js +6 -6
- package/htdocs/profoundui/userdata/genie skins/Skyline/Skyline.css +753 -753
- package/htdocs/profoundui/userdata/genie skins/Skyline/adjusted columns custom.js +97 -97
- package/htdocs/profoundui/userdata/genie skins/Skyline/custom.js +97 -97
- package/htdocs/profoundui/userdata/genie skins/Tablet/Tablet.css +743 -743
- package/htdocs/profoundui/userdata/genie skins/Tablet/custom.js +153 -153
- package/htdocs/profoundui/userdata/samples/ordentry/OrdEntry.js +92 -92
- package/package.json +3 -2
- package/profound.jse +1 -1
- package/setup/pjsdist.savf +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
div.Atrium-banner {
|
|
2
|
-
|
|
3
|
-
margin: 0px;
|
|
4
|
-
width: 100%;
|
|
5
|
-
height: 100px;
|
|
6
|
-
background: #ffffff;
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
body.Atrium-banner {
|
|
11
|
-
|
|
12
|
-
margin: 0px;
|
|
13
|
-
|
|
1
|
+
div.Atrium-banner {
|
|
2
|
+
|
|
3
|
+
margin: 0px;
|
|
4
|
+
width: 100%;
|
|
5
|
+
height: 100px;
|
|
6
|
+
background: #ffffff;
|
|
7
|
+
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
body.Atrium-banner {
|
|
11
|
+
|
|
12
|
+
margin: 0px;
|
|
13
|
+
|
|
14
14
|
}
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
|
|
2
|
-
body {
|
|
3
|
-
|
|
4
|
-
margin: 0px;
|
|
5
|
-
font-family: "Segoe UI", tahoma, arial, helvetica, sans-serif;
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
div.container {
|
|
10
|
-
|
|
11
|
-
margin: auto;
|
|
12
|
-
width: 1704px;
|
|
13
|
-
height: 788px;
|
|
14
|
-
background-image: url(/profoundui/proddata/images/splash/atrium_hp.jpg);
|
|
15
|
-
background-repeat: no-repeat;
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
div.content {
|
|
20
|
-
|
|
21
|
-
padding-top: 225px;
|
|
22
|
-
padding-left: 32%;
|
|
23
|
-
width: 650px;
|
|
24
|
-
text-align: center;
|
|
25
|
-
font-family: "Segoe UI", tahoma, arial, helvetica, sans-serif;
|
|
26
|
-
font-size: 22px;
|
|
27
|
-
color: #004876;
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
h2 {
|
|
32
|
-
|
|
33
|
-
text-align: center;
|
|
34
|
-
font-family: "Segoe UI", tahoma, arial, helvetica, sans-serif;
|
|
35
|
-
font-size: 32px;
|
|
36
|
-
color: #004876;
|
|
37
|
-
}
|
|
1
|
+
|
|
2
|
+
body {
|
|
3
|
+
|
|
4
|
+
margin: 0px;
|
|
5
|
+
font-family: "Segoe UI", tahoma, arial, helvetica, sans-serif;
|
|
6
|
+
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
div.container {
|
|
10
|
+
|
|
11
|
+
margin: auto;
|
|
12
|
+
width: 1704px;
|
|
13
|
+
height: 788px;
|
|
14
|
+
background-image: url(/profoundui/proddata/images/splash/atrium_hp.jpg);
|
|
15
|
+
background-repeat: no-repeat;
|
|
16
|
+
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
div.content {
|
|
20
|
+
|
|
21
|
+
padding-top: 225px;
|
|
22
|
+
padding-left: 32%;
|
|
23
|
+
width: 650px;
|
|
24
|
+
text-align: center;
|
|
25
|
+
font-family: "Segoe UI", tahoma, arial, helvetica, sans-serif;
|
|
26
|
+
font-size: 22px;
|
|
27
|
+
color: #004876;
|
|
28
|
+
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
h2 {
|
|
32
|
+
|
|
33
|
+
text-align: center;
|
|
34
|
+
font-family: "Segoe UI", tahoma, arial, helvetica, sans-serif;
|
|
35
|
+
font-size: 32px;
|
|
36
|
+
color: #004876;
|
|
37
|
+
}
|
|
@@ -1,104 +1,104 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
pui.cnv.themes.add({
|
|
4
|
-
"name": "Enhanced",
|
|
5
|
-
|
|
6
|
-
"input css class": "enhanced-input",
|
|
7
|
-
"constant css class": "enhanced-constant",
|
|
8
|
-
"output field css class": "enhanced-output-field",
|
|
9
|
-
|
|
10
|
-
"css class prefix": "",
|
|
11
|
-
|
|
12
|
-
"default locale": "en_US",
|
|
13
|
-
|
|
14
|
-
"left offset": 150,
|
|
15
|
-
"top offset": 0,
|
|
16
|
-
"column width": 8,
|
|
17
|
-
"row height": 20,
|
|
18
|
-
|
|
19
|
-
"extra textbox width": 4,
|
|
20
|
-
|
|
21
|
-
"button type": "styled button",
|
|
22
|
-
"button style": "Ice Blue",
|
|
23
|
-
"button width": 100,
|
|
24
|
-
"button height": 23,
|
|
25
|
-
"horizontal button spacing": 20,
|
|
26
|
-
"vertical button spacing": 10,
|
|
27
|
-
"buttons per row": 1,
|
|
28
|
-
"add submit button": true,
|
|
29
|
-
"buttons start at the top": true,
|
|
30
|
-
|
|
31
|
-
"show fkey name": false,
|
|
32
|
-
"show fkey text": true,
|
|
33
|
-
"page down text": "Next Page",
|
|
34
|
-
"page up text": "Previous Page",
|
|
35
|
-
"allow field exit": false,
|
|
36
|
-
|
|
37
|
-
"grid": {
|
|
38
|
-
"properties": {
|
|
39
|
-
"header height": "20",
|
|
40
|
-
"row height": "20",
|
|
41
|
-
"css class": "crystal-grid"
|
|
42
|
-
},
|
|
43
|
-
"top offset": 1,
|
|
44
|
-
"left offset": 5,
|
|
45
|
-
"extra width": 35,
|
|
46
|
-
"header rows": "auto", // can be a numeric value or "auto"
|
|
47
|
-
"merge headings": false,
|
|
48
|
-
"set heading font": true,
|
|
49
|
-
"show options as dropdown": true,
|
|
50
|
-
"single row zoom": true,
|
|
51
|
-
"header field class": "enhanced-subfile-heading"
|
|
52
|
-
},
|
|
53
|
-
|
|
54
|
-
"remove option labels": true,
|
|
55
|
-
"remove fkey labels": true,
|
|
56
|
-
|
|
57
|
-
"top line class": "top-line",
|
|
58
|
-
|
|
59
|
-
"items": [
|
|
60
|
-
{
|
|
61
|
-
"id": "ActionsPanel",
|
|
62
|
-
"field type": "panel",
|
|
63
|
-
"panel style": "Sapphire",
|
|
64
|
-
"value": "Actions",
|
|
65
|
-
"text align": "center",
|
|
66
|
-
"left": "5px",
|
|
67
|
-
"top": "15px",
|
|
68
|
-
"height": "640px",
|
|
69
|
-
"width": "125px",
|
|
70
|
-
"alt_height": "720px",
|
|
71
|
-
"z index": "8",
|
|
72
|
-
"locked in place": "true"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"id": "MainPanel",
|
|
76
|
-
"field type": "panel",
|
|
77
|
-
"panel style": "Sapphire",
|
|
78
|
-
"left": "135px",
|
|
79
|
-
"top": "15px",
|
|
80
|
-
"width": "740px",
|
|
81
|
-
"height": "640px",
|
|
82
|
-
"alt_width": "1090px",
|
|
83
|
-
"alt_height": "720px",
|
|
84
|
-
"z index": "8",
|
|
85
|
-
"locked in place": "true"
|
|
86
|
-
}
|
|
87
|
-
],
|
|
88
|
-
|
|
89
|
-
"windows": {
|
|
90
|
-
"panel style": "Modern Dialog",
|
|
91
|
-
"title text align": "center",
|
|
92
|
-
"top offset": 45,
|
|
93
|
-
"bottom offset": 85,
|
|
94
|
-
"left offset": 15,
|
|
95
|
-
"right offset": 15,
|
|
96
|
-
"button offset": -40,
|
|
97
|
-
"button width": 80,
|
|
98
|
-
"horizontal button spacing": 10,
|
|
99
|
-
"vertical button spacing": 10,
|
|
100
|
-
"buttons per row": "auto" // determined automatically based on the width of the window
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
});
|
|
104
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
pui.cnv.themes.add({
|
|
4
|
+
"name": "Enhanced",
|
|
5
|
+
|
|
6
|
+
"input css class": "enhanced-input",
|
|
7
|
+
"constant css class": "enhanced-constant",
|
|
8
|
+
"output field css class": "enhanced-output-field",
|
|
9
|
+
|
|
10
|
+
"css class prefix": "",
|
|
11
|
+
|
|
12
|
+
"default locale": "en_US",
|
|
13
|
+
|
|
14
|
+
"left offset": 150,
|
|
15
|
+
"top offset": 0,
|
|
16
|
+
"column width": 8,
|
|
17
|
+
"row height": 20,
|
|
18
|
+
|
|
19
|
+
"extra textbox width": 4,
|
|
20
|
+
|
|
21
|
+
"button type": "styled button",
|
|
22
|
+
"button style": "Ice Blue",
|
|
23
|
+
"button width": 100,
|
|
24
|
+
"button height": 23,
|
|
25
|
+
"horizontal button spacing": 20,
|
|
26
|
+
"vertical button spacing": 10,
|
|
27
|
+
"buttons per row": 1,
|
|
28
|
+
"add submit button": true,
|
|
29
|
+
"buttons start at the top": true,
|
|
30
|
+
|
|
31
|
+
"show fkey name": false,
|
|
32
|
+
"show fkey text": true,
|
|
33
|
+
"page down text": "Next Page",
|
|
34
|
+
"page up text": "Previous Page",
|
|
35
|
+
"allow field exit": false,
|
|
36
|
+
|
|
37
|
+
"grid": {
|
|
38
|
+
"properties": {
|
|
39
|
+
"header height": "20",
|
|
40
|
+
"row height": "20",
|
|
41
|
+
"css class": "crystal-grid"
|
|
42
|
+
},
|
|
43
|
+
"top offset": 1,
|
|
44
|
+
"left offset": 5,
|
|
45
|
+
"extra width": 35,
|
|
46
|
+
"header rows": "auto", // can be a numeric value or "auto"
|
|
47
|
+
"merge headings": false,
|
|
48
|
+
"set heading font": true,
|
|
49
|
+
"show options as dropdown": true,
|
|
50
|
+
"single row zoom": true,
|
|
51
|
+
"header field class": "enhanced-subfile-heading"
|
|
52
|
+
},
|
|
53
|
+
|
|
54
|
+
"remove option labels": true,
|
|
55
|
+
"remove fkey labels": true,
|
|
56
|
+
|
|
57
|
+
"top line class": "top-line",
|
|
58
|
+
|
|
59
|
+
"items": [
|
|
60
|
+
{
|
|
61
|
+
"id": "ActionsPanel",
|
|
62
|
+
"field type": "panel",
|
|
63
|
+
"panel style": "Sapphire",
|
|
64
|
+
"value": "Actions",
|
|
65
|
+
"text align": "center",
|
|
66
|
+
"left": "5px",
|
|
67
|
+
"top": "15px",
|
|
68
|
+
"height": "640px",
|
|
69
|
+
"width": "125px",
|
|
70
|
+
"alt_height": "720px",
|
|
71
|
+
"z index": "8",
|
|
72
|
+
"locked in place": "true"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "MainPanel",
|
|
76
|
+
"field type": "panel",
|
|
77
|
+
"panel style": "Sapphire",
|
|
78
|
+
"left": "135px",
|
|
79
|
+
"top": "15px",
|
|
80
|
+
"width": "740px",
|
|
81
|
+
"height": "640px",
|
|
82
|
+
"alt_width": "1090px",
|
|
83
|
+
"alt_height": "720px",
|
|
84
|
+
"z index": "8",
|
|
85
|
+
"locked in place": "true"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
|
|
89
|
+
"windows": {
|
|
90
|
+
"panel style": "Modern Dialog",
|
|
91
|
+
"title text align": "center",
|
|
92
|
+
"top offset": 45,
|
|
93
|
+
"bottom offset": 85,
|
|
94
|
+
"left offset": 15,
|
|
95
|
+
"right offset": 15,
|
|
96
|
+
"button offset": -40,
|
|
97
|
+
"button width": 80,
|
|
98
|
+
"horizontal button spacing": 10,
|
|
99
|
+
"vertical button spacing": 10,
|
|
100
|
+
"buttons per row": "auto" // determined automatically based on the width of the window
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
});
|
|
104
|
+
|
|
@@ -1,109 +1,109 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
pui.cnv.themes.add({
|
|
4
|
-
"name": "Hybrid",
|
|
5
|
-
|
|
6
|
-
"input css class": "hybrid-input",
|
|
7
|
-
"constant css class": "hybrid-constant",
|
|
8
|
-
"output field css class": "hybrid-output-field",
|
|
9
|
-
|
|
10
|
-
"css class prefix": "",
|
|
11
|
-
|
|
12
|
-
"default locale": "en_US",
|
|
13
|
-
|
|
14
|
-
"left offset": 190,
|
|
15
|
-
"top offset": -15,
|
|
16
|
-
"column width": 8,
|
|
17
|
-
"row height": 20,
|
|
18
|
-
|
|
19
|
-
"extra textbox width": 4,
|
|
20
|
-
|
|
21
|
-
"button type": "hyperlink",
|
|
22
|
-
"button css class": "hybrid-link",
|
|
23
|
-
"button top": 70,
|
|
24
|
-
"button left offset": 25,
|
|
25
|
-
"button width": 145,
|
|
26
|
-
"button height": 23,
|
|
27
|
-
"horizontal button spacing": 10,
|
|
28
|
-
"vertical button spacing": 10,
|
|
29
|
-
"buttons per row": 1,
|
|
30
|
-
"add submit button": true,
|
|
31
|
-
"submit button text": "Continue",
|
|
32
|
-
"buttons start at the top": true,
|
|
33
|
-
|
|
34
|
-
"show fkey name": false,
|
|
35
|
-
"show fkey text": true,
|
|
36
|
-
"page down text": "Next Page",
|
|
37
|
-
"page up text": "Previous Page",
|
|
38
|
-
"allow field exit": false,
|
|
39
|
-
|
|
40
|
-
"grid": {
|
|
41
|
-
"properties": {
|
|
42
|
-
"header height": "20",
|
|
43
|
-
"row height": "20",
|
|
44
|
-
"css class": "hybrid-grid"
|
|
45
|
-
},
|
|
46
|
-
"top offset": 1,
|
|
47
|
-
"left offset": 5,
|
|
48
|
-
"extra width": 35,
|
|
49
|
-
"header rows": "auto", // can be a numeric value or "auto"
|
|
50
|
-
"merge headings": true,
|
|
51
|
-
"set heading font": true,
|
|
52
|
-
"show options as dropdown": false,
|
|
53
|
-
"single row zoom": true,
|
|
54
|
-
"header field class": "hybrid-subfile-heading"
|
|
55
|
-
},
|
|
56
|
-
|
|
57
|
-
"remove option labels": true,
|
|
58
|
-
"remove fkey labels": true,
|
|
59
|
-
|
|
60
|
-
"top line class": "top-line",
|
|
61
|
-
|
|
62
|
-
"items": [
|
|
63
|
-
{
|
|
64
|
-
"id": "ActionsPanel",
|
|
65
|
-
"field type": "output field",
|
|
66
|
-
"value": "",
|
|
67
|
-
"left": "5px",
|
|
68
|
-
"top": "52px",
|
|
69
|
-
"height": "570px",
|
|
70
|
-
"width": "165px",
|
|
71
|
-
"alt_height": "720px",
|
|
72
|
-
"z index": "8",
|
|
73
|
-
"locked in place": "true",
|
|
74
|
-
"css class": "hybrid-actions",
|
|
75
|
-
"css class 2": "stationary"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"id": "HeadingPanel",
|
|
79
|
-
"field type": "output field",
|
|
80
|
-
"left": "5px",
|
|
81
|
-
"top": "0px",
|
|
82
|
-
"width": "940px",
|
|
83
|
-
"height": "44px",
|
|
84
|
-
"alt_width": "1290px",
|
|
85
|
-
"z index": "8",
|
|
86
|
-
"locked in place": "true",
|
|
87
|
-
"css class": "hybrid-heading2",
|
|
88
|
-
"css class 2": "stationary"
|
|
89
|
-
}
|
|
90
|
-
],
|
|
91
|
-
|
|
92
|
-
"windows": {
|
|
93
|
-
"panel style": "Sapphire",
|
|
94
|
-
"title text align": "center",
|
|
95
|
-
"top offset": 45,
|
|
96
|
-
"bottom offset": 85,
|
|
97
|
-
"left offset": 15,
|
|
98
|
-
"right offset": 15,
|
|
99
|
-
"button type": "button",
|
|
100
|
-
"button css class": "hybrid-button",
|
|
101
|
-
"button offset": -40,
|
|
102
|
-
"button width": 80,
|
|
103
|
-
"horizontal button spacing": 10,
|
|
104
|
-
"vertical button spacing": 10,
|
|
105
|
-
"buttons per row": "auto" // determined automatically based on the width of the window
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
});
|
|
109
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
pui.cnv.themes.add({
|
|
4
|
+
"name": "Hybrid",
|
|
5
|
+
|
|
6
|
+
"input css class": "hybrid-input",
|
|
7
|
+
"constant css class": "hybrid-constant",
|
|
8
|
+
"output field css class": "hybrid-output-field",
|
|
9
|
+
|
|
10
|
+
"css class prefix": "",
|
|
11
|
+
|
|
12
|
+
"default locale": "en_US",
|
|
13
|
+
|
|
14
|
+
"left offset": 190,
|
|
15
|
+
"top offset": -15,
|
|
16
|
+
"column width": 8,
|
|
17
|
+
"row height": 20,
|
|
18
|
+
|
|
19
|
+
"extra textbox width": 4,
|
|
20
|
+
|
|
21
|
+
"button type": "hyperlink",
|
|
22
|
+
"button css class": "hybrid-link",
|
|
23
|
+
"button top": 70,
|
|
24
|
+
"button left offset": 25,
|
|
25
|
+
"button width": 145,
|
|
26
|
+
"button height": 23,
|
|
27
|
+
"horizontal button spacing": 10,
|
|
28
|
+
"vertical button spacing": 10,
|
|
29
|
+
"buttons per row": 1,
|
|
30
|
+
"add submit button": true,
|
|
31
|
+
"submit button text": "Continue",
|
|
32
|
+
"buttons start at the top": true,
|
|
33
|
+
|
|
34
|
+
"show fkey name": false,
|
|
35
|
+
"show fkey text": true,
|
|
36
|
+
"page down text": "Next Page",
|
|
37
|
+
"page up text": "Previous Page",
|
|
38
|
+
"allow field exit": false,
|
|
39
|
+
|
|
40
|
+
"grid": {
|
|
41
|
+
"properties": {
|
|
42
|
+
"header height": "20",
|
|
43
|
+
"row height": "20",
|
|
44
|
+
"css class": "hybrid-grid"
|
|
45
|
+
},
|
|
46
|
+
"top offset": 1,
|
|
47
|
+
"left offset": 5,
|
|
48
|
+
"extra width": 35,
|
|
49
|
+
"header rows": "auto", // can be a numeric value or "auto"
|
|
50
|
+
"merge headings": true,
|
|
51
|
+
"set heading font": true,
|
|
52
|
+
"show options as dropdown": false,
|
|
53
|
+
"single row zoom": true,
|
|
54
|
+
"header field class": "hybrid-subfile-heading"
|
|
55
|
+
},
|
|
56
|
+
|
|
57
|
+
"remove option labels": true,
|
|
58
|
+
"remove fkey labels": true,
|
|
59
|
+
|
|
60
|
+
"top line class": "top-line",
|
|
61
|
+
|
|
62
|
+
"items": [
|
|
63
|
+
{
|
|
64
|
+
"id": "ActionsPanel",
|
|
65
|
+
"field type": "output field",
|
|
66
|
+
"value": "",
|
|
67
|
+
"left": "5px",
|
|
68
|
+
"top": "52px",
|
|
69
|
+
"height": "570px",
|
|
70
|
+
"width": "165px",
|
|
71
|
+
"alt_height": "720px",
|
|
72
|
+
"z index": "8",
|
|
73
|
+
"locked in place": "true",
|
|
74
|
+
"css class": "hybrid-actions",
|
|
75
|
+
"css class 2": "stationary"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"id": "HeadingPanel",
|
|
79
|
+
"field type": "output field",
|
|
80
|
+
"left": "5px",
|
|
81
|
+
"top": "0px",
|
|
82
|
+
"width": "940px",
|
|
83
|
+
"height": "44px",
|
|
84
|
+
"alt_width": "1290px",
|
|
85
|
+
"z index": "8",
|
|
86
|
+
"locked in place": "true",
|
|
87
|
+
"css class": "hybrid-heading2",
|
|
88
|
+
"css class 2": "stationary"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
|
|
92
|
+
"windows": {
|
|
93
|
+
"panel style": "Sapphire",
|
|
94
|
+
"title text align": "center",
|
|
95
|
+
"top offset": 45,
|
|
96
|
+
"bottom offset": 85,
|
|
97
|
+
"left offset": 15,
|
|
98
|
+
"right offset": 15,
|
|
99
|
+
"button type": "button",
|
|
100
|
+
"button css class": "hybrid-button",
|
|
101
|
+
"button offset": -40,
|
|
102
|
+
"button width": 80,
|
|
103
|
+
"horizontal button spacing": 10,
|
|
104
|
+
"vertical button spacing": 10,
|
|
105
|
+
"buttons per row": "auto" // determined automatically based on the width of the window
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
});
|
|
109
|
+
|
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
pui.cnv.themes.add({
|
|
4
|
-
"name": "Standard",
|
|
5
|
-
|
|
6
|
-
"css class prefix": "",
|
|
7
|
-
|
|
8
|
-
"default locale": "en_US",
|
|
9
|
-
|
|
10
|
-
"left offset": 120,
|
|
11
|
-
"top offset": 0,
|
|
12
|
-
"column width": 8,
|
|
13
|
-
"row height": 20,
|
|
14
|
-
|
|
15
|
-
"extra textbox width": 4,
|
|
16
|
-
|
|
17
|
-
"default font family": "Consolas,Monospace",
|
|
18
|
-
|
|
19
|
-
"button type": "button",
|
|
20
|
-
"button width": 100,
|
|
21
|
-
"button css class": "button",
|
|
22
|
-
"horizontal button spacing": 20,
|
|
23
|
-
"vertical button spacing": 10,
|
|
24
|
-
"buttons per row": 1,
|
|
25
|
-
"add submit button": true,
|
|
26
|
-
"buttons start at the top": true,
|
|
27
|
-
|
|
28
|
-
"show fkey name": false,
|
|
29
|
-
"show fkey text": true,
|
|
30
|
-
"page down text": "Next Page",
|
|
31
|
-
"page up text": "Previous Page",
|
|
32
|
-
"allow field exit": false,
|
|
33
|
-
|
|
34
|
-
"grid": {
|
|
35
|
-
"properties": {
|
|
36
|
-
"header height": "20",
|
|
37
|
-
"row height": "20",
|
|
38
|
-
"css class": "crystal-grid"
|
|
39
|
-
},
|
|
40
|
-
"top offset": 1,
|
|
41
|
-
"left offset": 5,
|
|
42
|
-
"extra width": 35,
|
|
43
|
-
"header rows": 0, // can be a numeric value or "auto"
|
|
44
|
-
"merge headings": false,
|
|
45
|
-
"set heading font": false,
|
|
46
|
-
"show options as dropdown": false,
|
|
47
|
-
"single row zoom": true
|
|
48
|
-
},
|
|
49
|
-
|
|
50
|
-
"remove option labels": true,
|
|
51
|
-
"remove fkey labels": true,
|
|
52
|
-
|
|
53
|
-
"windows": {
|
|
54
|
-
"panel style": "Classic Dialog",
|
|
55
|
-
"title text align": "left",
|
|
56
|
-
"top offset": 30,
|
|
57
|
-
"bottom offset": 65,
|
|
58
|
-
"left offset": 15,
|
|
59
|
-
"right offset": 15,
|
|
60
|
-
"button offset": -40,
|
|
61
|
-
"button width": 80,
|
|
62
|
-
"horizontal button spacing": 10,
|
|
63
|
-
"vertical button spacing": 10,
|
|
64
|
-
"buttons per row": "auto" // determined automatically based on the width of the window
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
});
|
|
68
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
pui.cnv.themes.add({
|
|
4
|
+
"name": "Standard",
|
|
5
|
+
|
|
6
|
+
"css class prefix": "",
|
|
7
|
+
|
|
8
|
+
"default locale": "en_US",
|
|
9
|
+
|
|
10
|
+
"left offset": 120,
|
|
11
|
+
"top offset": 0,
|
|
12
|
+
"column width": 8,
|
|
13
|
+
"row height": 20,
|
|
14
|
+
|
|
15
|
+
"extra textbox width": 4,
|
|
16
|
+
|
|
17
|
+
"default font family": "Consolas,Monospace",
|
|
18
|
+
|
|
19
|
+
"button type": "button",
|
|
20
|
+
"button width": 100,
|
|
21
|
+
"button css class": "button",
|
|
22
|
+
"horizontal button spacing": 20,
|
|
23
|
+
"vertical button spacing": 10,
|
|
24
|
+
"buttons per row": 1,
|
|
25
|
+
"add submit button": true,
|
|
26
|
+
"buttons start at the top": true,
|
|
27
|
+
|
|
28
|
+
"show fkey name": false,
|
|
29
|
+
"show fkey text": true,
|
|
30
|
+
"page down text": "Next Page",
|
|
31
|
+
"page up text": "Previous Page",
|
|
32
|
+
"allow field exit": false,
|
|
33
|
+
|
|
34
|
+
"grid": {
|
|
35
|
+
"properties": {
|
|
36
|
+
"header height": "20",
|
|
37
|
+
"row height": "20",
|
|
38
|
+
"css class": "crystal-grid"
|
|
39
|
+
},
|
|
40
|
+
"top offset": 1,
|
|
41
|
+
"left offset": 5,
|
|
42
|
+
"extra width": 35,
|
|
43
|
+
"header rows": 0, // can be a numeric value or "auto"
|
|
44
|
+
"merge headings": false,
|
|
45
|
+
"set heading font": false,
|
|
46
|
+
"show options as dropdown": false,
|
|
47
|
+
"single row zoom": true
|
|
48
|
+
},
|
|
49
|
+
|
|
50
|
+
"remove option labels": true,
|
|
51
|
+
"remove fkey labels": true,
|
|
52
|
+
|
|
53
|
+
"windows": {
|
|
54
|
+
"panel style": "Classic Dialog",
|
|
55
|
+
"title text align": "left",
|
|
56
|
+
"top offset": 30,
|
|
57
|
+
"bottom offset": 65,
|
|
58
|
+
"left offset": 15,
|
|
59
|
+
"right offset": 15,
|
|
60
|
+
"button offset": -40,
|
|
61
|
+
"button width": 80,
|
|
62
|
+
"horizontal button spacing": 10,
|
|
63
|
+
"vertical button spacing": 10,
|
|
64
|
+
"buttons per row": "auto" // determined automatically based on the width of the window
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
});
|
|
68
|
+
|