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 :

constraint binding textbox

3guest172.68.151.16220peldaDec 5, 2025 5:08:19 PMlink

Another new ZK fiddle

2guest172.68.151.16320peldaDec 5, 2025 5:07:51 PMlink

Another new ZK fiddle

1guest172.68.151.16220peldaDec 5, 2025 5:07:32 PMlink

Another new ZK fiddle

1peggypeng172.71.154.99364f4neDec 5, 2025 9:24:31 AMlink

tooltip example

2guest104.22.23.13rc1ntoDec 4, 2025 2:23:45 PMlink

Another new ZK fiddle

1guest172.69.134.2277t7602Dec 4, 2025 1:40:46 PMlink

Another new ZK fiddle

1peggypeng104.22.17.1802df6e3oDec 4, 2025 8:41:29 AMlink

onClose

1peggypeng172.68.87.248j8kd8aDec 3, 2025 4:10:26 AMlink

Another new ZK fiddle

1peggypeng172.69.134.2271rm7f4eNov 26, 2025 3:31:24 AMlink

ZK-5912-Suggestion

2rebeccalai104.22.20.1442qrmiiuNov 26, 2025 2:07:15 AMlink

Another new ZK fiddle

11guest49.32.95.14235a94v6Dec 10, 2018 3:53:29 PMlink

resources

index.zulzul<?page id="pconfiguresearchcontroller" title="SEARCH CONTROLLER" contentType="text/html;charset=UTF-8"?> <zk> <window id="wconfiguresearchcontroller" title="SEARCH CONTROLLER" apply="" sclass="expstyle1" width="100%" sizable="false" contentStyle="overflow:auto" vflex="true" > <style> .expstyle1 .z-window-modal-tl, .expstyle1 .z-window-modal-tr, .expstyle1 .z-window-modal-tm, .expstyle1 .z-window-modal-cl, .expstyle1 .z-window-modal-cr, .expstyle1 .z-window-modal-cm, .expstyle1 .z-window-modal-bl, .expstyle1 .z-window-modal-br, .expstyle1 .z-window-modal-bm, .expstyle1 .z-window-modal-hl, .expstyle1 .z-window-modal-hr, .expstyle1 .z-window-modal-hm { background: #728C00; } .expstyle1 .z-window-modal-header { background: #728C00; } .expstyle1 .z-textbox { text-transform:uppercase; } </style> <div id="div1" visible="true" align="center" vflex="min"> <grid id="grid1" visible ="true" width ="70%" align="center"> <columns> <column width="25%"></column> <column width="25%"></column> <column width="30%"></column> <column width="20%"></column> </columns> <rows> <row align="left" width="100%"><label ></label><label value="Record Type"> </label><combobox id="srrectypecb" width = "97.5%" readonly="true"></combobox><label ></label></row> <row align="left" width="100%"><label ></label><label value="UMRN"> </label><textbox id="srumrntb" width = "97.5%" maxlength="20"> </textbox> <label ></label></row> <row align="left" width="100%"><label ></label><label value="Account Number"></label><textbox id="srdracnotb" width = "97.5%" maxlength="18"> </textbox> <label ></label></row> <row align="left" width="100%"><label ></label><label value="Amount"> </label><textbox id="sramounttb" width = "97.5%"> </textbox> <label ></label></row> <row align="left" width="100%"><label ></label><label value="Settlement Date"></label><datebox id="srdatedb" width = "97.5%" readonly="true" ></datebox> <label ></label></row> <row align="left" width="100%"><label ></label><label value="Search Type"> </label><combobox id="srtypecb" width = "97.5%" readonly="true" ></combobox><label ></label></row> </rows> </grid> <hbox width="70%" pack="end"> <button id="clearbtn" class="btn btn-primary" label="Clear" mold = "trendy" width="70px" onClick="srdatedb.setValue(null);"/> <button id="searchbtn" class="btn btn-primary" label="Search" mold = "trendy" width="70px" /> </hbox> </div> <div id="div4" visible="false" height="100%"> <div id="div2" visible="true" height="90%"> <borderlayout> <north height = "65%" style="overflow:auto"> <panel id="imagepanel" title="Image" width="100%" height="100%"> <panelchildren style="overflow:auto"> <borderlayout height="100%"> <west width="4%" border="0"> <div align ="center" width="100%" height="100%"> <vbox align="right"> <image id = "front" src="/images/image_front.png" style="cursor:hand;" tooltiptext="Front Image (F2)"></image> <image id = "gray" src="/images/image_gray.png" style="cursor:hand;" tooltiptext="Gray Image (F3)"></image> <image id = "zoomin" src="/images/image_zoom_in.png" style="cursor:hand;" tooltiptext="Zoom In Image (F6)"></image> <image id = "zoomout" src="/images/image_zoom_out.png" style="cursor:hand;" tooltiptext="Zoom Out Image (F7)"></image> <image id = "rrotate" src="/images/image_rr.png" style="cursor:hand;" tooltiptext="Flip Image (F8)"></image> <image id = "next" src="/images/image_skip.png" style="cursor:hand;" tooltiptext="Next Instrument (F9)"></image> <image id = "prev" src="/images/image_previous.png" style="cursor:hand;" tooltiptext="Previous Instrument (F10)"></image> <image id = "backtosearch" src="/images/backtopanel.png" style="cursor:hand;" tooltiptext="Back To Search (F12)"></image> </vbox> </div> </west> <center border="0"> <borderlayout height="100%"> <center border = "0" > <div align="center" height="100%" width="100%"> <panel width="100%" height="100%"> <panelchildren style="overflow:auto"> <image id="chq_img" width="100%" height="95%"></image> </panelchildren> </panel> </div> </center> </borderlayout> </center> </borderlayout> </panelchildren> </panel> </north> <south height = "35%" border="0"> <div id="datadiv" align="left" height="100%" width="100%"> <grid id = "datagrid" height="100%" width="100%" style="overflow:auto"> <columns> <column width="25%"/> <column width="25%"/> <column width="25%"/> <column width="25%"/> </columns> <rows> <row visible = "false" ><label></label><label id="mandateid" width = "80%"></label></row> <row id = "row1" ><label value="Mandate Type:" style="font-weight:bold;font-size:13px;color:blue;"/><label id="mntypetb" value="" style="font-weight:bold;font-size:13px;color:blue;"/><label value=""/><label value=""/></row> <row ><label value="Mandate UMRN:" style="font-weight:bold;font-size:13px;color:blue;"/><label id="mnumrntb" value="" style="font-weight:bold;font-size:13px;color:blue;"/><label value=""/><label value=""/></row> <row><label value="Utility Code:"/> <textbox id="utilcodetb" width = "80%" readonly = "true"/><label value="Creditor Name:" /> <textbox id="crnametb" width = "80%" readonly = "true"/></row> <row><label value="Debitor Name"/> <textbox id="drnametb" width = "80%" readonly = "true"/><label value="Debitor Ac No:"/> <textbox id="draccnotb" width = "80%" readonly = "true"/></row> <row><label value="Account Type:"/> <textbox id="acctype" width = "80%" readonly = "true"/><label value="Amount:"/><textbox id="amounttb" width = "80%" readonly = "true"/></row> <row id="outrow1" visible = "false" ><label value="Debitor IFSC/MICR"/><textbox id="drifsctb" width = "80%" readonly = "true"/><label value="Debitor Bank Name"/><textbox id="drbanknametb" width = "80%" readonly = "true"/></row> <row id="inrow1" ><label value="Sponsor IFSC/MICR"/><textbox id="spifsctb" width = "80%" readonly = "true"/><label value="Sponsor Bank Name"/><textbox id="spbanknametb" width = "80%" readonly = "true"/></row> <row><label value="Frequency"/> <textbox id="frequencytb" width = "80%" readonly = "true"/><label value="Debit Type"/><textbox id="drtypetb" width = "80%" readonly = "true"/></row> <row><label value="Start Date"/><textbox id="startdatetb" width = "80%" readonly = "true"/><label value="End Date/Until Cancelled"/><textbox id="enddatetb" width = "80%" readonly = "true"/></row> <row><label value="Consumer Ref. No"/> <textbox id="crefnotb" width = "80%" readonly = "true"/><label value="Plan Ref. No:"/><textbox id="prefnotb" width = "80%" readonly = "true"/></row> <row><label value="Debitor Phone No"/> <textbox id="drphnnotb" width = "80%" readonly = "true"/><label value="Debitor Mobile No:"/> <textbox id="drmobnotb" width = "80%" readonly = "true"/></row> <row><label value="Debitor Email"/> <textbox id="dremailtb" width = "80%" readonly = "true"/><label value="Additional Deatails:"/><textbox id="adeatailtb" width = "80%" readonly = "true"/></row> <row id="outrow2"><label value="Debitor Bank Code:"/> <textbox id="drbankcodetb" width = "80%" readonly = "true"/><label /><label /></row> <row id="inrow2"><label value="Sponsor Bank Code:"/> <textbox id="spbankcodetb" width = "80%" readonly = "true"/><label /><label /></row> <row><label value="Status:" style="font-weight:bold;font-size:13px;color:black;"/><textbox id="statustb" width = "80%" readonly = "true" style="font-weight:bold;font-size:13px;color:black;"/><label value="Return Reason" style="font-weight:bold;font-size:13px;color:black;"/><textbox id="rreasontb" width = "80%" readonly = "true" style="font-weight:bold;font-size:13px;color:black;"/></row> <row id="outrow3" visible="false" ><label value="ACK Received Date"/><textbox id="ackdatetb" width = "80%" readonly = "true"/><label value="RES Received Date:"/><textbox id="resdatetb" width = "80%" readonly = "true"/></row> <row id="inrow3" visible="false" ><label value="Mandate Received Date"/><textbox id="mreceivedatetb" width = "80%" readonly = "true"/><label /></row> <row id="inrow4" visible="false" ><label value="Maker Id:"/> <textbox id="makeridtb" width = "80%" readonly = "true"/><label value="Maker Time:"/> <textbox id="makertimetb" width = "80%" readonly = "true"/></row> <row id="inrow5" visible="false" ><label value="Checker Id:"/> <textbox id="checkeridtb" width = "80%" readonly = "true"/><label value="Checker Time:"/> <textbox id="checkertimetb" width = "80%" readonly = "true"/></row> <row id="inrow6" visible="false" ><label value="RES Generate Date:"/><textbox id="resgendatetb" width = "80%" readonly = "true"/><label value="ACK Received Date"/><textbox id="ackrecedatetb" width = "80%" readonly = "true"/></row> </rows> </grid> </div> </south> </borderlayout> </div> <div id="div3" visible="true" height="10%"> <grid id="btnsgrid" width = "99.5%" align="center" > <columns> <column width="55%"></column> <column width="45%"></column> </columns> <rows> <row> <hbox pack="end" width="100%" > <label id="recordno" value="" style="font-weight:bold;font-size:13px;color:blue;" visible="false"></label> </hbox> <hbox pack="end" width="100%"> <button class="btn btn-primary" id="prevbtn" label="&lt;&lt;" width="60px" mold = "trendy" visible="true"/> <button class="btn btn-primary" id="nextbtn" label="&gt;&gt;" width="60px" mold = "trendy" visible="true" /> <button class="btn btn-primary" id="backbtn" label="Back" width="60px" mold = "trendy"/> </hbox> </row> </rows> </grid> </div> </div> <div id="div5" align="left" height="100%" visible="false" width="100%"> <div id="div6" align="center" height="90%" visible="true" width="100%"> <grid id = "datagrid1" height="100%" width="70%"> <columns> <column width="20%"/> <column width="40%"/> <column width="15%"/> <column width="25%"/> </columns> <rows> <row visible="false" ><label></label> <label id="trmandateid" width = "80%"></label></row> <row id="row2" ><label value="Record Type:" style="font-weight:bold;font-size:13px;color:blue;"/><label id="trrectypelb" value="" style="font-weight:bold;font-size:13px;color:blue;"/><label value=""/><label value=""/></row> <row id="row3" ><label value="Transaction Type:" style="font-weight:bold;font-size:13px;color:black;"/><label id="trtypelb" value="" style="font-weight:bold;font-size:13px;color:black;"/><label value=""/><label value=""/></row> <row><label value="Utility Code:"/> <textbox id="trutilcodetb" width = "80%" readonly = "true"/><label value="Creditor Name:" /> <textbox id="trcrnametb" width = "80%" readonly = "true"/></row> <row><label value="Debitor Ac No:"/> <textbox id="trdracnotb" width = "80%" readonly = "true"/><label value="Debitor Name:"/> <textbox id="trdrnametb" width = "80%" readonly = "true"/></row> <row><label value="Creditor Ac No:"/> <textbox id="trcracnotb" width = "80%" readonly = "true"/><label value="Creditor Client Name:"/> <textbox id="trcrclientnametb" width = "80%" readonly = "true"/></row> <row><label value="Amount:"/> <textbox id="tramounttb" width = "80%" readonly = "true"/><label value="Debitor Client Name:"/> <textbox id="trdbtrclientnametb" width = "80%" readonly = "true"/></row> <row><label value="Status"/><textbox id="trstatustb" width = "80%" readonly = "true"/><label value="Consumer Ref. No"/> <textbox id="trcrefnotb" width = "80%" readonly = "true"/></row> <row><label value="Destination Bank"/> <textbox id="trdestbanktb" width = "80%" readonly = "true"/><label value="Flow Type"/> <textbox id="trflowtypetb" width = "80%" readonly = "true"/></row> <row><label value="Transaction File Name"/> <textbox id="txnfilename" width = "100%" readonly = "true"/><label value="Sponsor Bank"/> <textbox id="trspbanktb" width = "80%" readonly = "true"/></row> <row id="trout1" ><label value="Introduction Date"/> <textbox id="trintrodatetb" width = "80%" readonly = "true"/><label value="Presented Date"/> <textbox id="trpresenteddatetb" width = "80%" readonly = "true"/></row> <row id="trout3" ><label value="Responce Date"/> <textbox id="trrespdatetb" width = "80%" readonly = "true"/><label value="Return Reason"/><textbox id="trretreasontb" width = "80%" readonly = "true"/></label></row> <row id="trout2" ><label value="Maker ID"/> <textbox id="troutmakeridtb" width = "80%" readonly = "true"/><label value="Maker Date"/><textbox id="troutmakertimetb" width = "80%" readonly = "true"/></row> <row id="trout20" ><label value="Checker ID"/> <textbox id="troutcheckeridtb" width = "80%" readonly = "true"/><label value="Checker Date"/><textbox id="troutcheckertimetb" width = "80%" readonly = "true"/></row> <row id="trin1" ><label value="Received Date"/> <textbox id="trrectb" width = "80%" readonly = "true"/><label value="Responce Date"/> <textbox id="trrestb" width = "80%" readonly = "true"/></row> <row id="trin2" ><label value="Maker ID"/> <textbox id="trinmakeridtb" width = "80%" readonly = "true"/><label value="Maker Date"/> <textbox id="trinmakerdatetb" width = "80%" readonly = "true"/></row> <row id="trin20" ><label value="Checker ID"/> <textbox id="trincheckeridtb" width = "80%" readonly = "true"/><label value="Checker Date"/><textbox id="trincheckerdatetb" width = "80%" readonly = "true"/></row> <row id="trin21" ><label value="Mandate Umrn"/> <textbox id="txnumrn" width = "80%" readonly = "true"/></row> </rows> </grid> </div> <div id="div7" visible="true" align="center" height="10%"> <grid id="trbtnsgrid" width = "70%" align="center" > <columns> <column width="55%"></column> <column width="45%"></column> </columns> <rows> <row> <hbox pack="end" width="100%" > <label id="trrecordno" value="" style="font-weight:bold;font-size:13px;color:blue;" visible="false"></label> </hbox> <hbox pack="end" width="100%"> <button id="trprevbtn" class="btn btn-primary" label="&lt;&lt;" width="60px" mold = "trendy" visible="true"/> <button id="trnextbtn" class="btn btn-primary" label="&gt;&gt;" width="60px" mold = "trendy" visible="true" /> <button id="trbackbtn" class="btn btn-primary" label="Back" width="60px" mold = "trendy"/> </hbox> </row> </rows> </grid> </div> </div> </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"); } }