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