Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit a24ec6f

Browse files
committed
Added source for existing v3.0.1 App Store version.
1 parent f0b5fe2 commit a24ec6f

File tree

14 files changed

+6918
-0
lines changed

14 files changed

+6918
-0
lines changed

dist/v3.0.1/TreeView.mpk

52.8 KB
Binary file not shown.

src/TreeView/GridView.xml

Lines changed: 610 additions & 0 deletions
Large diffs are not rendered by default.

src/TreeView/TreeView.xml

Lines changed: 423 additions & 0 deletions
Large diffs are not rendered by default.

src/TreeView/widget/Commons.js

Lines changed: 1715 additions & 0 deletions
Large diffs are not rendered by default.

src/TreeView/widget/GridView.js

Lines changed: 1333 additions & 0 deletions
Large diffs are not rendered by default.

src/TreeView/widget/TreeView.js

Lines changed: 2174 additions & 0 deletions
Large diffs are not rendered by default.

src/TreeView/widget/ui/GridView.css

Lines changed: 266 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,266 @@
1+
.gv_grid {
2+
cursor : default;
3+
outline-style: none;
4+
}
5+
6+
.gv_table {
7+
width: 100%;
8+
outline-style: none;
9+
}
10+
11+
.gv_header {
12+
padding: 4px 0px;
13+
margin-bottom: 4px;
14+
}
15+
16+
.gv_footer {
17+
padding: 4px 0px;
18+
border-top: 1px solid #CCC;
19+
margin-top: 4px;
20+
}
21+
22+
.gv_th {
23+
padding: 8px;
24+
border-bottom: 2px solid #ccc;
25+
}
26+
27+
.gv_sortcolumn {
28+
font-weight: bold;
29+
}
30+
31+
.gv_sort_arrow {
32+
height: 0;
33+
width: 0;
34+
position: relative;
35+
left: 5px;
36+
cursor: pointer;
37+
}
38+
39+
.gv_sort_up .gv_sort_arrow {
40+
border-left: 5px solid transparent;
41+
border-right: 5px solid transparent;
42+
border-bottom: 8px solid black;
43+
top: -11px;
44+
45+
}
46+
47+
.gv_sort_down .gv_sort_arrow {
48+
border-left: 5px solid transparent;
49+
border-right: 5px solid transparent;
50+
border-top: 8px solid black;
51+
top: 13px;
52+
53+
}
54+
55+
.gv_sort_hover {
56+
font-weight : bold;
57+
}
58+
59+
.gg_data {
60+
display : block;
61+
overflow : hidden;
62+
}
63+
64+
.gg_column_wrapper {
65+
display: inline-block;
66+
float : left;
67+
}
68+
69+
.gv_nocolumnheaders th span {
70+
display : none;
71+
}
72+
73+
.gv_nocolumnheaders div .gv_headrow {
74+
display: none; /* only matches if floating layout */
75+
}
76+
77+
.gv_row {
78+
79+
}
80+
81+
.gv_cell {
82+
padding: 8px;
83+
vertical-align: top;
84+
}
85+
86+
.gg_img, .gg_column img {
87+
margin-right: 4px;
88+
display: inline;
89+
}
90+
91+
.gv_row_hover {
92+
background-color: #eee;
93+
}
94+
95+
.gv_selected {
96+
background-color : #e2e2e2;
97+
}
98+
99+
.gv_paging {
100+
text-align: center;
101+
}
102+
103+
.gv_paging .gv_btn_page {
104+
margin: 4px;
105+
cursor: pointer;
106+
}
107+
108+
.gv_btn_page_active {
109+
font-weight: bold;
110+
color: #000;
111+
}
112+
113+
.gv_btn_prev {
114+
border-top: 5px solid transparent;
115+
border-bottom: 5px solid transparent;
116+
border-right: 8px solid black;
117+
height: 0;
118+
width: 0;
119+
display: inline-block;
120+
text-indent: -9999px;
121+
cursor: pointer;
122+
line-height: 0;
123+
}
124+
125+
.gv_btn_next {
126+
border-top: 5px solid transparent;
127+
border-bottom: 5px solid transparent;
128+
border-left: 8px solid black;
129+
height: 0;
130+
width: 0;
131+
display: inline-block;
132+
text-indent: -9999px;
133+
cursor: pointer;
134+
line-height: 0;
135+
}
136+
137+
.gv_searchBar {
138+
display: inline-block;
139+
margin: 8px 0;
140+
}
141+
142+
.gv_searchnode .dijitDropDownButton {
143+
display: inline-block;;
144+
float: right;
145+
}
146+
147+
.tg_search_placeholder {
148+
color: #CCC;
149+
font-style: italic;
150+
}
151+
152+
.gv_searchBar .dijitTextBox {
153+
background: none;
154+
border-radius: 20px;
155+
padding: 4px 8px;
156+
157+
border-width: 1px;
158+
border-style: solid;
159+
border-color: #9FA4AD #CACDD2 #DADCDE #CACDD2;
160+
161+
background: #fff;
162+
outline: none;
163+
}
164+
165+
.gv_searchLabelContainer {
166+
display: inline-block;
167+
}
168+
169+
.gv_label {
170+
padding: 0 0 0 4px;
171+
margin: 5px 5px 0 0;
172+
border: 1px solid #ABABAB;
173+
font-weight: normal;
174+
font-size: 10px;
175+
color: #3F3F3F;
176+
border-radius: 3px;
177+
vertical-align: middle;
178+
background: #eee;
179+
}
180+
181+
.gv_label_close {
182+
color: black;
183+
cursor: pointer;
184+
font-size: 10px;
185+
font-weight: bold;
186+
line-height: 13px;
187+
margin-left: 4px;
188+
padding: 0 4px;
189+
border-left: 1px solid #ABABAB;
190+
}
191+
192+
.gv_paging_totals {
193+
display: block;
194+
clear: left;
195+
}
196+
197+
.gv_button_disabled {
198+
/* This works in IE 8 & 9 too */
199+
/* ... but also 5, 6, 7 */
200+
filter: alpha(opacity=50);
201+
202+
/* Older than Firefox 0.9 */
203+
-moz-opacity:0.5;
204+
205+
/* Safari 1.x (pre WebKit!) */
206+
-khtml-opacity: 0.5;
207+
208+
/* Modern!
209+
/* Firefox 0.9+, Safari 2?, Chrome any?
210+
/* Opera 9+, IE 9+ */
211+
opacity: 0.5;
212+
}
213+
214+
215+
.gv_floating_grid .gv_row {
216+
border : 1px solid #e2e2e2;
217+
margin: 8px;
218+
padding: 8px;
219+
float: left;
220+
}
221+
222+
.gv_floating_grid .gv_cell_multiselect {
223+
padding: 0px;
224+
}
225+
226+
.gv_floating_grid .gv_column_wrapper {
227+
float: left;
228+
margin-left: 4px;
229+
}
230+
231+
.gv_grid .newline {
232+
clear: left;
233+
float: left;
234+
}
235+
236+
.gv_grid .right {
237+
float: right;
238+
}
239+
240+
.gv_grid .large {
241+
font-size: 1.2em;
242+
font-weight: bold;
243+
}
244+
245+
.gv_grid .small {
246+
font-size : 0.8em;
247+
}
248+
249+
.gv_grid .link {
250+
text-decoration: underline;
251+
cursor: pointer;
252+
}
253+
254+
.gv_grid .separator {
255+
padding-left: 8px;
256+
margin-left: 8px;
257+
border-left: 1px solid #ccc;
258+
}
259+
260+
.gv_multiselect_disabled .gv_headrow .gv_columnheaders {
261+
width: 0px;
262+
}
263+
264+
.gv_headrow .gv_multiselect_column_head {
265+
width: 20px;
266+
}

0 commit comments

Comments
 (0)