GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pareditor.htm
Go to the documentation of this file.
1 <head>
2 
3 <style type="text/css">
4 
5 .par_membertable_style {
6  border: 1px inset;
7  background-color:#fff;
8  padding: 5px;
9 }
10 
11 .par_memberheader_style {
12  border: 2px inset black;
13  background-color:#eee;
14  padding: 5px;
15 }
16 
17 .par_arrayheader_style {
18  border: 1px inset black;
19  background-color:#eee;
20  padding: 5px;
21 }
22 
23 .par_arraytable {
24  position:relative;
25  width: 100%;
26  height: 100%;
27  text-align: left;
28 }
29 
30 
31 .par_key {
32  width: 15%;
33 }
34 .par_class {
35  width: 15%;
36 }
37 .par_value {
38  width: 20%;
39 }
40 
41 .par_comment {
42  width: 50%;
43 }
44 
45 
46 
47 #par_editor_container{
48  height:100%;
49  position: relative;
50  right: 5px;
51  outline: groove medium;
52  overflow-x:hidden;
53  overflow-y: auto
54 }
55 
56 #par_header_container {
57  outline: outset thin;
58  position: absolute;
59  top: 2px;
60  height: 40px;
61  left: 5px;
62  right: 1px;
63  overflow-x:hidden;
64  overflow-y: auto;
65  background-color:#eee;
66  }
67 
68 #par_table_container {
69  outline: outset thin;
70  position: absolute;
71  top: 45px;
72  bottom: 52px;
73  left: 5px;
74  right: 1px;
75  overflow-x: auto;
76  overflow-y: auto;
77  background-color:#eee;
78  }
79 
80 #par_button_container {
81  outline: outset thin;
82  position: absolute;
83  bottom: 1px;
84  height: 48px;
85  left: 5px;
86  right: 1px;
87  overflow-x:hidden;
88  overflow-y:hidden;
89  background-color:#eee;
90  }
91 
92 .MyButtonStyle {
93  transform: scale(1.2, 1.2);
94  background-position: 0 0;
95  background-repeat: no-repeat;
96  background-size: contain;
97 }
98 
99 
100 </style>
101 </head>
102 
103 
104 
105 <body>
106 
107 
108 
109 <div id="par_editor_container">
110 
111 
112  <div id="par_header_container">
113  <table style="width: 100%">
114 <!-- <caption> -->
115 <!-- <h5>Parameter Editor</h5> -->
116 <!-- </caption> -->
117  <tbody>
118  <tr>
119  <th><label class="par_name" style="float: left"> </label></th>
120  <th><label class="par_type" style="float: right"> </label></th>
121  </tr>
122  </tbody>
123  </table>
124  </div>
125 
126  <div id="par_table_container">
127  <table class="par_values" style=" width:100%; text-align: left">
128  <thead>
129  <tr >
130  <th class='par_key'>Name</th> <th class='par_class'>Type</th><th class='par_value'> Value</th><th class='par_comment'>Comments</th>
131  </tr>
132  </thead>
133  <tbody class="par_value_body">
134  </tbody>
135  </table>
136 </div>
137 
138 <div id="par_button_container">
139 <!-- <button title="Get parameter">Get</button> -->
140 <!-- <button title="Set parameter">Set</button> -->
141 <!-- <button title="Parameter changed in editor">Changed</button> -->
142 
143  <table style="width: 70px; height: 100%; float: left">
144  <tbody>
145  <tr>
146  <td style="height: 30px">
147  <button class="buttonGetParameter"
148  title="Refresh parameter values from analysis server">Get</button>
149  </td>
150  <td style="height: 30px">
151  <button class="buttonSetParameter"
152  title="Send parameter values to analysis server">Set</button>
153  </td>
154  <td style="height: 30px">
155  <button class="buttonChangeLabel"
156  title="This label shows that your current changes have not yet been updated to analysis">Changed!</button>
157  </td>
158  </tr>
159  </tbody>
160  </table>
161 
162 
163 
164 
165 
166 
167 </div>
168 
169 </div>
170 
171 
172 </body>
173