Processing...

Suggested case list:

Using timer to refresh a grid

383guest172.69.33.12125nk0uiMay 7, 2020 7:23:47 AMlink

user model to move item to another listbox

120guest162.158.193.148d0n3krApr 2, 2020 5:28:28 AMlink

Disabled list item row passed to VM-1981

296fatih123160.83.36.13025nk0uiFeb 13, 2018 4:25:44 PMlink

Disabled list item row passed to VM-1981

295fatih123160.83.36.13025nk0uiFeb 13, 2018 4:25:16 PMlink

Disabled list item row passed to VM-1981

294fatih123160.83.36.13225nk0uiFeb 13, 2018 3:30:44 PMlink

grid sample with ListModel/RowRenderer

816guest80.82.2.1312vah9ajFeb 21, 2017 11:42:21 AMlink

grid sample with ListModel/RowRenderer

809guest175.98.113.1622vah9ajJan 26, 2017 9:19:33 AMlink

grid sample with ListModel/RowRenderer

196guest79.185.142.402vah9ajApr 26, 2014 10:53:57 PMlink

grid sample with ListModel/RowRenderer

195guest79.185.142.402vah9ajApr 26, 2014 10:53:54 PMlink

grid sample with ListModel/RowRenderer

194guest79.185.142.402vah9ajApr 26, 2014 10:53:51 PMlink

grid sample with ListModel/RowRenderer

193guest79.185.142.402vah9ajApr 26, 2014 10:53:48 PMlink

grid sample with ListModel/RowRenderer

192guest79.185.142.402vah9ajApr 26, 2014 10:53:44 PMlink

grid sample with ListModel/RowRenderer

191guest79.185.142.402vah9ajApr 26, 2014 10:53:40 PMlink

Hierarchy table without using ZK PE/EE

1aaknai151.28.135.2131s871daJul 29, 2013 11:02:46 PMlink

grid sample with ListModel/RowRenderer

128aaknai151.28.135.2132vah9ajJul 29, 2013 7:20:00 PMlink

user model to move item to another listbox

1TonyQ114.25.109.94d0n3krApr 21, 2012 10:43:27 AMlink

Using timer to refresh a grid

1TonyQ220.133.44.3725nk0uiFeb 17, 2012 3:17:34 AMlink

Fire a event from child iframe

1TonyQ220.133.44.372eupjotFeb 3, 2012 5:04:52 AMlink

Textbox input restriction sample

1TonyQ72.21.245.2431b3nlr0Dec 20, 2011 10:09:10 AMlink

Test web core taglib in ZUL

1TonyQ198.203.175.175ofqkemDec 17, 2011 3:36:08 AMlink

Latest 10 Fiddles :

Another new ZK fiddle

10guest172.71.234.343tt43fkSep 20, 2024 10:36:44 PMlink

Another new ZK fiddle

4Avis172.68.106.17538t6r5fSep 20, 2024 10:07:14 AMlink

Another new ZK fiddle

3Avis172.68.106.17438t6r5fSep 20, 2024 10:01:53 AMlink

Another new ZK fiddle

2Avis172.68.106.13238t6r5fSep 20, 2024 10:00:37 AMlink

Another new ZK fiddle

1Avis172.68.106.13238t6r5fSep 20, 2024 10:00:09 AMlink

Another new ZK fiddle

117Avis172.68.106.1332hu0lh7Sep 20, 2024 10:00:03 AMlink

Another new ZK fiddle

116Avis172.68.106.1332hu0lh7Sep 20, 2024 9:59:00 AMlink

Another new ZK fiddle

115Avis172.68.106.1752hu0lh7Sep 20, 2024 9:57:21 AMlink

Another new ZK fiddle

114Avis172.68.106.1752hu0lh7Sep 20, 2024 9:56:48 AMlink

Another new ZK fiddle

113Avis172.68.106.1742hu0lh7Sep 20, 2024 9:55:50 AMlink

Another new ZK fiddle

10guest172.71.234.343tt43fkSep 20, 2024 10:36:44 PMlink

resources

index.zulzul<?page title="User Home-ExpressGSP" contentType="text/html;charset=UTF-8"?> <zk> <window id="windex_main" width="100%" height="100%" contentStyle="overflow:auto;position:relative"> <borderlayout> <north border="0"> <div> <?link href="bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css"?> <zk> <window id = "wheader" contentStyle="background:#D3D3D3;position:relative" > <style> .myClass:hover { border-bottom: 1px solid #ea2427; padding-bottom: 2px; border-top: 1px solid #ea2427; padding-top: 2px; text-decoration:none; color:black; } .myClass { text-decoration:none;font-family:FuturaStd-Heavy;color:black;font-weight:bold;font-size:15px; } </style> <div sclass="container-fluid"> <hbox pack="center" align="center" vflex="min" width="100%" style="background:#D3D3D3;position:relative;"> <a hflex="1"/> <label id="emaillbl" height="30px" width="100px" style="border:none;color:WHITE;background:#ea2427;font-family:FuturaStd-Heavy;font-size:15px;font-weight:bold;"/> <separator width="30px"></separator> <button label = "LOGOUT" id="logoutbtn" style="border:none;color:WHITE;background:#ea2427;font-family:FuturaStd-Heavy;font-size:15px;font-weight:bold;" height="30px" width="100px" /> </hbox> </div> </window> </zk> </div> </north> <center autoscroll="true"> <div height="800px" style="overflow:auto"> <borderlayout width="100%" height="100%"> <north height="0%" border="0"></north> <center border="0"> <?page id="setting" title="Setting" contentType="text/html;charset=UTF-8"?> <?link rel="shortcut icon" type="image/x-icon" href="/images/launcher_icon.png"?> <zk> <window id="mastersetting" height = "600px" width="100%" style="position:relative; align:center;"> <div height="100%" width="100%"> <tabbox id="tb" orient="horizontal" width ="90%" height="100%" style="margin-left:50px; margin-right:50px;border:none;"> <tabs id="tabs" width="125px"> <tab id="addtab" label="Add Settings"/> <tab id="modifytab" label="Update Settings"/> </tabs> <tabpanels> <tabpanel> <div height="100%" width="90%"> <grid width="70%" height="30%" style="align:center; margin-top:20px; border:1px solid; overflow:auto;"> <columns> <column width="10%"></column> <column width="20%"></column> <column width="60%"></column> <column width="10%"></column> </columns> <rows width="100%" height="100%"> <row width="100%" height="20px"> <label value=" "></label> <label value=" "></label> <label value=" "></label> <label value=" "></label> </row> <row width="400px"> <label value=" "></label> <label value="Attribute"></label> <textbox id="addattributetb" maxlength = "150" width="90%"></textbox> <label value=" "></label> </row> <row width="400px"> <label value=" "></label> <label value="Value"></label> <textbox id="addvaluetb" maxlength = "150" width="90%" ></textbox> <label value=" "></label> </row> </rows> </grid> <hbox pack="center" height="2%" width="70%"></hbox> <hbox pack="end" height="1%" width="90%" > <hbox pack="end" height="1px" width="30%" > <button id="addbtn" style="margin-right:110px; background:#ea2427;color:white;font-size:12px;font-family:FuturaStd-Medium.otf;border:none;" label="Add" width="70px" visible="true" /> </hbox> </hbox> <hbox pack="center" height="2%" width="98%"></hbox> </div> </tabpanel> <tabpanel style="overflow:auto;"> <div align="center" height="100%" width="90%" style="overflow:auto;"> <grid align="center" width="70%" height="30%" style="align:center; margin-top:20px; border:1px solid;"> <columns> <column width="10%"></column> <column width="20%"></column> <column width="60%"></column> <column width="10%"></column> </columns> <rows width="100%" height="100%"> <row align="left" width="100%" height="20px"> <label value=" "></label> <label value=" "></label> <label value=" "></label> <label value=" "></label> </row> <row align="left" width="100%"> <label value=""></label> <label value="Attribute"></label> <combobox id="attributecb" maxlength = "150" readonly="true" width="90%"></combobox> <label value=""></label> </row> <row align="left" width="100%"> <label value=""></label> <label value="Value"></label> <textbox id="valuetb" maxlength = "150" width="90%" ></textbox> <label value=""></label> </row> </rows> </grid> <hbox pack="center" height="2%" width="70%"></hbox> <hbox pack="end" height="1%" width="90%" > <hbox pack="end" height="1px" width="30%" > <button id="updatebtn" style="margin-right:110px; background:#ea2427;color:white;font-size:12px;font-family:FuturaStd-Medium.otf;border:none;" label="Update" width="70px" visible="true" /> </hbox> </hbox> <hbox pack="center" height="2%" width="98%"></hbox> </div> </tabpanel> </tabpanels> </tabbox> </div > </window> </zk> </center> <south height="5%"> <div> <?link href="bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css"?> <zk> <window> <div sclass="container-fluid"> <hbox width="97%" vflex="min" pack="center" style="background:transparent"> <grid oddRowSclass="none" style="border-style:none;background:transparent;align:center" width="100%" height ="100%" vflex="min"> <columns style="border-style:none;"> <column width="50%" style="border-style:none;" ></column> <column width="50%" style="border-style:none;"></column> </columns> <rows style="background:transparent"> <row style="background:transparent;border-style:none;vertical-align:top;"> <hbox pack="start" width="100%" align="center"> <label value="© Copyright 2017. All Rights Reserved.Please refer our terms of use page for detailed terms." style="color:#ea2427;font-size:9px;font-weight:bold;"></label> </hbox> <hbox pack="end" width="100%"> <a id = "termofusea" label="TERMS OF USE |" style="font-family:FuturaStd;font-size:10px;color:#FFFFFF;font-weight:bold;color:#ea2427"/> <a id = "privacypolicya" label="PRIVACY POLICY |" style="font-family:FuturaStd;font-size:10px;color:#FFFFFF;font-weight:bold;color:#ea2427"/> <a id = "safehproa" label="SAFE HARBOUR PROVISION" style="font-family:FuturaStd;font-size:10px;color:#FFFFFF;font-weight:bold;color:#ea2427"/> </hbox> </row> </rows> </grid> </hbox> </div> </window> </zk> </div> </south> </borderlayout> </div> </center> <south height="0%" border="0"></south> <east border="0"></east> <west border="0"></west> </borderlayout> </window> </zk>TestComposer.javajavaimport org.zkoss.zk.ui.*; import org.zkoss.zk.ui.event.*; import org.zkoss.zk.ui.util.*; import org.zkoss.zk.ui.ext.*; import org.zkoss.zk.au.*; import org.zkoss.zk.au.out.*; import org.zkoss.zul.*; public class TestComposer extends GenericForwardComposer{ public void doAfterCompose(Component comp) throws Exception { super.doAfterCompose(comp); } public void onClick$btn(Event e) throws InterruptedException{ Messagebox.show("Hi btn"); } }