initial commit

This commit is contained in:
2020-11-02 17:16:54 +01:00
parent 31d74c1ac3
commit 68d2127729
27 changed files with 38 additions and 0 deletions
Binary file not shown.
Binary file not shown.
+13
View File
@@ -0,0 +1,13 @@
<div vflex="true"
apply="at.windesign.application.seriesListController"
>
<listbox id="seriesList"
multiple="true"
autopaging="true"
vflex="true">
<listhead>
</listhead>
<!-- https://stackoverflow.com/questions/28629458/display-image-from-db-on-zk-zul-listbox-->
<!-- https://www.zkoss.org/zksandbox/#u6-->
</listbox>
</div>
Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

+13
View File
@@ -0,0 +1,13 @@
<div vflex="true"
apply="at.windesign.application.serie.serieListForwardComposer, at.windesign.application.serie.serieListSelectorComposer"
>
<listbox id="seriesList"
multiple="true"
autopaging="true"
vflex="true">
<listhead>
</listhead>
<!-- https://stackoverflow.com/questions/28629458/display-image-from-db-on-zk-zul-listbox-->
<!-- https://www.zkoss.org/zksandbox/#u6-->
</listbox>
</div>
+12
View File
@@ -0,0 +1,12 @@
<window id="resultWin"
title="Order Result"
border="normal"
width="800px"
height="750px"
apply="at.windesign.application.serie.serieDetailsForwardComposer, at.windesign.application.serie.serieDetailsSelectorComposer">
<label id="title"/>
<hbox width="100%" pack="center">
<button id="closeButton" label="Close"/>
</hbox>
</window>
<!-- contentStyle="background-image:url('http://www.freeimageslive.com/galleries/space/earth/pics/a08_h_15_2561.gif');background-repeat: no-repeat;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;"-->