Suggested case list:
Using timer to refresh a grid
383guest172.69.33.12125nk0uiMay 7, 2020 7:23:47 AMlinkuser model to move item to another listbox
120guest162.158.193.148d0n3krApr 2, 2020 5:28:28 AMlinkDisabled list item row passed to VM-1981
296fatih123160.83.36.13025nk0uiFeb 13, 2018 4:25:44 PMlinkDisabled list item row passed to VM-1981
295fatih123160.83.36.13025nk0uiFeb 13, 2018 4:25:16 PMlinkDisabled list item row passed to VM-1981
294fatih123160.83.36.13225nk0uiFeb 13, 2018 3:30:44 PMlinkgrid sample with ListModel/RowRenderer
816guest80.82.2.1312vah9ajFeb 21, 2017 11:42:21 AMlinkgrid sample with ListModel/RowRenderer
809guest175.98.113.1622vah9ajJan 26, 2017 9:19:33 AMlinkgrid sample with ListModel/RowRenderer
196guest79.185.142.402vah9ajApr 26, 2014 10:53:57 PMlinkgrid sample with ListModel/RowRenderer
195guest79.185.142.402vah9ajApr 26, 2014 10:53:54 PMlinkgrid sample with ListModel/RowRenderer
194guest79.185.142.402vah9ajApr 26, 2014 10:53:51 PMlinkgrid sample with ListModel/RowRenderer
193guest79.185.142.402vah9ajApr 26, 2014 10:53:48 PMlinkgrid sample with ListModel/RowRenderer
192guest79.185.142.402vah9ajApr 26, 2014 10:53:44 PMlinkgrid sample with ListModel/RowRenderer
191guest79.185.142.402vah9ajApr 26, 2014 10:53:40 PMlinkHierarchy table without using ZK PE/EE
1aaknai151.28.135.2131s871daJul 29, 2013 11:02:46 PMlinkgrid sample with ListModel/RowRenderer
128aaknai151.28.135.2132vah9ajJul 29, 2013 7:20:00 PMlinkuser model to move item to another listbox
1TonyQ114.25.109.94d0n3krApr 21, 2012 10:43:27 AMlinkUsing timer to refresh a grid
1TonyQ220.133.44.3725nk0uiFeb 17, 2012 3:17:34 AMlinkFire a event from child iframe
1TonyQ220.133.44.372eupjotFeb 3, 2012 5:04:52 AMlinkTextbox input restriction sample
1TonyQ72.21.245.2431b3nlr0Dec 20, 2011 10:09:10 AMlinkTest web core taglib in ZUL
1TonyQ198.203.175.175ofqkemDec 17, 2011 3:36:08 AMlinkLatest 10 Fiddles :
listbox-horizontal-scroll-in-listbody-covers-rows-content
2guest172.70.143.1093d7pcasFeb 1, 2025 12:59:49 PMlinkChat
10guest172.69.68.60hoeh0cJan 31, 2025 4:25:50 PMlinkfont awesome effects
255guest162.158.120.23620t2jmoJan 31, 2025 12:44:52 PMlinkCustom converter example MVVM
45guest172.71.103.154pr9fsdJan 30, 2025 11:34:52 AMlinkprint listbox selected index
4guest172.64.238.1191m1lnncJan 29, 2025 12:14:38 PMlinkCreate Page Manually
27guest172.71.99.30ha01noJan 27, 2025 10:03:15 PMlinktabindex in grid
7guest172.71.123.1722rv4pc4Jan 27, 2025 12:19:33 PMlinkZK-5874
1JamesChu172.70.206.483kqs4mlJan 15, 2025 6:42:41 AMlinkBarcode scanner - workaround Final
5JamesChu172.70.207.1821dd97kgJan 15, 2025 4:50:23 AMlinkBarcode scanner - workaround Final
4JamesChu172.70.215.781dd97kgJan 15, 2025 4:49:14 AMlinklistbox-horizontal-scroll-in-listbody-covers-rows-content
2guest172.70.143.1093d7pcasFeb 1, 2025 12:59:49 PMlinkresources
index.zulzul<zk>
<window id="windowSetupClaimMobil"
border="normal" title="Add New Claim Mobil Operational">
<hbox>
<groupbox closable="false" height="100%">
<groupbox>
<caption label="Booking Info"/>
<grid style="border: none">
<columns>
<column/>
<column/>
</columns>
<rows>
<row style="border: none">
<cell>
<label value="Claim Type"/>
</cell>
<cell>
<combobox id="cbClaimType" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Vehicle Booking"/>
</cell>
<cell>
<bandbox id="bbVehicleBooking" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Rental Type"/>
</cell>
<cell>
<textbox id="tbRentalType" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Primary ID"/>
</cell>
<cell>
<bandbox id="bbprimaryId" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Booked By"/>
</cell>
<cell>
<textbox id="tbBookedBy" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Boiking Date Start"/>
</cell>
<cell>
<datebox id="dbStartDate" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Boiking Date End"/>
</cell>
<cell>
<datebox id="dbEndtDate" width="250px" readonly="true"/>
</cell>
</row>
</rows>
</grid>
</groupbox>
<groupbox>
<caption label="Additional Info"/>
<grid style="border: none">
<columns>
<column/>
<column/>
</columns>
<rows>
<row style="border: none">
<cell>
<label value="KM Awal"/>
</cell>
<cell>
<textbox id="tbKMAwal" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="KM Akhir*"/>
</cell>
<cell>
<bandbox id="tbKMAkhir" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Foto KM"/>
</cell>
<cell>
<label value="Download"/>
</cell>
</row>
</rows>
</grid>
</groupbox>
</groupbox>
<grid style="border: none">
<columns>
<column/>
<column/>
</columns>
<rows>
<row style="border: none">
<cell>
<label value="Request Date"/>
</cell>
<cell>
<textbox id="tbRequestDate" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Plafond Valid For"/>
</cell>
<cell>
<textbox id="tbPlafondFor" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Plafon Bensin"/>
</cell>
<cell>
<textbox id="tbPlafonBensin" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Plafon Toll"/>
</cell>
<cell>
<textbox id="tbPlafinToll" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Plafon Parkir"/>
</cell>
<cell>
<textbox id="tbPlafonParkir" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Plafon Bensin Used"/>
</cell>
<cell>
<textbox id="tbPlafonBensinUsed" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Plafon Toll Used"/>
</cell>
<cell>
<textbox id="tbPlafonTollUsed" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Plafon Parkir Used"/>
</cell>
<cell>
<textbox id="tbPlaParkirUsed" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Plafon Bensin Balance"/>
</cell>
<cell>
<textbox id="tbPlafonBensinBalance" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Plafon Toll Balance"/>
</cell>
<cell>
<textbox id="tbPlafonTollBalance" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Plafon Parkir Balance"/>
</cell>
<cell>
<textbox id="tbPlafonParkirBalance" width="250px" readonly="true"/>
</cell>
</row>
</rows>
</grid>
</hbox>
<groupbox>
<caption label="Claims"/>
<listbox id="lbClaims">
<listhead>
<listheader width="20%" label="Action"/>
<listheader width="200px" label="CLaim Category"/>
<listheader width="200px" label="Amount"/>
<listheader width="200px" label="Event Date"/>
<listheader width="200px" label="Document"/>
</listhead>
</listbox>
<hbox>
<button label="Find" id="btnFind">
</button>
<space/>
<button label="New" id="btnNew">
</button>
</hbox>
<space/>
<grid style="border: none">
<columns>
<column width="20%"/>
<column/>
<column width="20%"/>
<column/>
</columns>
<rows>
<row style="border: none">
<cell>
<label value="Transfer To Bank Account"/>
</cell>
<cell>
<textbox id="tbBankAccount" width="250px" readonly="true"/>
</cell>
<cell align="right">
<label value="Total Amount Reimbursed:"/>
</cell>
<cell align="right">
<label id="lbAmountReimbursed" width="250px"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Transfer To Bank Name"/>
</cell>
<cell colspan="3">
<textbox id="tbBankName" width="250px" readonly="true"/>
</cell>
</row>
<row style="border: none">
<cell>
<label value="Transfer To Bank Number"/>
</cell>
<cell colspan="3">
<textbox id="tbBankNumber" width="250px" readonly="true"/>
</cell>
</row>
</rows>
</grid>
</groupbox>
<grid style="border: none">
<columns>
<column width="50%"/>
<column width="50%"/>
</columns>
<rows>
<row style="border: none">
<cell align="right">
<button label="Submit" id="btnSubmit"/>
</cell>
<cell align="right">
<button label="Back" id="btnBack"/>
</cell>
</row>
</rows>
</grid>
</window>
</zk>