table.xml
3.46 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="UTF-8"?>
<!-- 所有没有内容的标签请增加一个空格 -->
<start>
<variables>
<variable>
<name>itemAreaDisplay</name>
<value>inline-block</value>
//可取值boolean,integer,string,long,float,double
<dataType>string</dataType>
</variable>
</variables>
<table class="LayoutTable e8Table" id="#{layoutTableId}" style="display:#{layoutTableDisplay}">
<colgroup>
<col width="50%"></col>
<col width="50%"></col>
</colgroup>
<tbody>
<!-- 分组循环 -->
<groups>
<!-- 分组title信息 -->
<group>
<tr class="intervalTR" _samePair="#{samePair}" style="display:#{groupDisplay}">
<td colspan="2">
<table class="LayoutTable" style="width:100%;">
<colgroup>
<col width="50%"></col>
<col width="50%"></col>
</colgroup>
<tr class="groupHeadHide">
<td class="interval">
<span class="groupbg"> </span>
<span class="e8_grouptitle">#{context}</span>
</td>
<td class="interval" colspan="2" style="text-align:right;">
<groupRightContext>
<everyItem>
<span class="toolbar">
#{context}
</span>
</everyItem>
</groupRightContext>
<!-- <span _status="#{_status}" class="hideBlockDiv" style="display:expression(isFirstGroup?'none':groupSHBtnDisplay)"> -->
<span _status="#{_status}" class="hideBlockDiv">
<!--#{showOrHide}--><img src="/wui/theme/ecology8/templates/default/images/expression(itemAreaDisplay=='none'?'1':'2')_wev8.png"> </img>
</span>
</td>
</tr>
</table>
</td>
</tr>
<tr class="Spacing" style="height:1px;display:#{groupDisplay}">
<td class="Line" colspan="2"></td>
</tr>
</group>
<!-- 分组元素区域 -->
<itemArea>
<tr class="items intervalTR" style="display:#{itemAreaDisplay}">
<td colspan="2">
<table class="ListStyle ListStyleXml" id="#{formTableId}" style="display:#{formTableDisplay};table-layout: fixed;">
<colgroup>
<cwInner>
<col></col>
</cwInner>
</colgroup>
<thead>
<tr class="HeaderForXtalbe intervalTR">
<tItems>
<tItem>
<th>#{context}</th>
</tItem>
</tItems>
</tr>
</thead>
<tbody>
<!-- 分组元素循环区 -->
<items>
<tr>
<!-- 行元素定义区 -->
<item>
<everyItem>
<td style="display:#{display}" id="#{id}" name="#{id}" _samePair="#{samePair}" class="expression(isTableList?'tableField':'fieldName')" colspan="#{colspan}">
#{context}
</td>
</everyItem>
</item>
</tr>
<tr style="height:1px!important;display:expression(isTableList?'none':'');" class="Spacing">
<td class="expression(isLastRow?'paddingLeft0Table':'paddingLeft18Table')" colspan="#{cols}">
<div class="intervalDivClass"></div>
</td>
</tr>
</items>
</tbody>
</table>
</td>
</tr>
</itemArea>
</groups>
</tbody>
</table>
<importJsCss>
<link rel="stylesheet" href="/wui/theme/ecology8/templates/default/css/default3_wev8.css" type="text/css"> </link>
<script type="text/javascript" src="/wui/theme/ecology8/templates/default/js/default_wev8.js"> </script>
</importJsCss>
</start>