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 :
constraint binding textbox
3guest172.68.151.16220peldaDec 5, 2025 5:08:19 PMlinkAnother new ZK fiddle
2guest172.68.151.16320peldaDec 5, 2025 5:07:51 PMlinkAnother new ZK fiddle
1guest172.68.151.16220peldaDec 5, 2025 5:07:32 PMlinkAnother new ZK fiddle
1peggypeng172.71.154.99364f4neDec 5, 2025 9:24:31 AMlinktooltip example
2guest104.22.23.13rc1ntoDec 4, 2025 2:23:45 PMlinkAnother new ZK fiddle
1guest172.69.134.2277t7602Dec 4, 2025 1:40:46 PMlinkAnother new ZK fiddle
1peggypeng104.22.17.1802df6e3oDec 4, 2025 8:41:29 AMlinkonClose
1peggypeng172.68.87.248j8kd8aDec 3, 2025 4:10:26 AMlinkAnother new ZK fiddle
1peggypeng172.69.134.2271rm7f4eNov 26, 2025 3:31:24 AMlinkZK-5912-Suggestion
2rebeccalai104.22.20.1442qrmiiuNov 26, 2025 2:07:15 AMlinkAnother new ZK fiddle
1guest182.73.235.24210p2e1fNov 21, 2018 2:33:59 PMlinkresources
index.zulzul<?meta name="viewport" content="width=device-width, initial-scale=1"?>
<?meta content="text/html; charset=UTF-8" pageEncoding="UTF-8"?>
<zk xmlns="http://www.zkoss.org/2005/zul"
xmlns:h="http://www.w3.org/1999/xhtml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.zkoss.org/2005/zul http://www.zkoss.org/2005/zul/zul.xsd">
<window id="window_ProductOfferDialog" sclass="" width="100%"
height="100%" apply="${productOfferDialogCtrl}">
<div sclass="container box poCont" width="100%" height="100%"
style="background : #E7F3F6 ;overflow: auto;">
<div sclass="row hideInMobile" width="100%" height="8%"
style="padding-top:1%;margin-left:0;margin-right:0;">
<label value="Product Offering" sclass="size30" />
<!-- <button id="btnClose"
tooltiptext="${c:l('btnClose.tooltiptext')}" sclass="flRight"
style="background:#F57E20;"
autodisable="btnConvert,btnSave,btnClose" height="40px" /> -->
<image id="btnClose"
src="/images/icons/productoffer/btnclose.png" height="30px"
sclass="flRight" style="cursor:pointer;">
</image>
</div>
<div sclass="row cont1" width="100%"
style="margin-left:0;margin-right:0;">
<div sclass="col-sm-9 col-xs-7 offerCont"
height="100%">
<label id="productName" style="color:Red;"/>
</div>
<div sclass="col-sm-3 col-xs-5" height="100%" visible="false">
<hlayout style="float:right;">
<div sclass="hp square" />
<label value="High Priority" sclass="size15" />
</hlayout>
</div>
</div>
<div sclass="row menuContainer bgWhite" width="100%"
style="margin-left:0;margin-right:0;">
<div sclass="col-sm-6 col-xs-12 h150"
style="padding-top:1%;">
<vlayout>
<label id="leadName" sclass="size26" style="color:#137A9A;"/>
<label id="leadMobileNumber"
sclass="size15" style="color:#137A9A;"/>
</vlayout>
</div>
<div sclass="col-sm-2 col-xs-4 h150 icons">
<vlayout height="100%" width="100%">
<image
src="/images/icons/productoffer/Customer_360.png"
style="padding-left:28%;" />
<label value="${c:l('label_PODialog_C360')}"
style="padding-left:23%;" />
</vlayout>
</div>
<div sclass="col-sm-2 col-xs-4 h150 icons" id="customerEye">
<vlayout height="100%" width="100%">
<image
src="/images/icons/productoffer/Customer_Eye.png"
style="padding-left:28%;" />
<label value="${c:l('label_PODialog_CEye')}"
style="padding-left:23%;" />
</vlayout>
</div>
<div sclass="col-sm-2 col-xs-4 h150 icons">
<vlayout height="100%" width="100%">
<image
src="/images/icons/productoffer/FOS_Calculator.png"
style="padding-left:28%;" />
<label value="${c:l('label_PODialog_FOSCal')}"
style="padding-left:23%;" />
</vlayout>
</div>
</div>
<space height="1%"></space>
<div sclass="row contentArea" width="100%"
style="margin-left:0;margin-right:0;">
<groupbox id="gb_customerDetails" width="100%" mold="3d"
open="false" sclass="bgWhite">
<caption
label="${c:l('productOfferDialog_CustomerDetails')}" width="100%"
zclass="caption">
<div
sclass="glyphicon glyphicon-chevron-down captionIcon" />
</caption>
<div width="100%" height="280px"
sclass="groupboxContent container">
<grid sclass="GridLayoutNoBorder" fixedLayout="true" style="border:0px">
<columns>
<column width="200px" />
<column />
<column width="200px" />
<column />
</columns>
<rows>
<row>
<label
value="${c:l('label_productOfferDialog_LeadType.value')}" />
<hbox>
<space spacing="2px" />
<combobox id="leadType" width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_FirstName.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="firstName" width="150px" maxlength="35"/>
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_MiddleName.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="middleName" width="150px" maxlength="35"/>
</hbox>
<label
value="${c:l('label_productOfferDialog_LastName.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="lastName" width="150px" maxlength="35"/>
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_EntityName.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="entityName" width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_CustomerMobileNumber.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="mobileNumber" width="150px" maxlength="10"/>
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_AlternateMobileNumber.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="alternateMobileNumber" width="150px" maxlength="10"/>
</hbox>
<label
value="${c:l('label_productOfferDialog_EmailId.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="emailId" width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_DOB.value')}" />
<hbox>
<space spacing="2px" />
<datebox id="dob" width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_Gender.value')}" />
<hbox>
<space spacing="2px" />
<combobox id="gender" width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_PAN.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="panNumber" width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_InterestedIn.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="interestedIn" width="150px" />
</hbox>
</row>
<row>
<label value="${c:l('label_productOfferDialog_EmploymentType.value')}" />
<hbox>
<space spacing="2px"/>
<combobox id="employmentType" width="150px" />
</hbox>
</row>
</rows>
</grid>
</div>
</groupbox>
<space height="5px"></space>
<groupbox id="gb_offerDetails" width="100%" mold="3d"
open="false" sclass="bgWhite">
<caption
label="${c:l('productOfferDialog_OfferDetails')}" width="100%"
zclass="caption">
<div
sclass="glyphicon glyphicon-chevron-down captionIcon" />
</caption>
<div width="100%" height="280px"
sclass="groupboxContent container">
<grid sclass="GridLayoutNoBorder" fixedLayout="true" style="border:0px">
<columns>
<column width="200px" />
<column />
<column width="200px" />
<column />
</columns>
<rows>
<row>
<label
value="${c:l('label_productOfferDialog_CustomerID.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="leadID" width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_ExistingLAN.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="existingLAN" width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_BaseProduct.value')}" />
<hbox>
<space spacing="2px" />
<combobox id="baseProduct" width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_Queue.value')}" />
<hbox>
<space spacing="2px" />
<combobox id="queue" width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_OfferDate.value')}" />
<hbox>
<space spacing="2px" sclass="mandatory" />
<datebox id="offerDate" width="150px"/>
</hbox>
<label
value="${c:l('label_productOfferDialog_OfferId.value')}" />
<hbox>
<space spacing="2px" />
<longbox id="offerId" width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_existingCustomerSegmentation.value')}" />
<extendedcombobox id="customerSegmentation" width="150px" />
<label
value="${c:l('label_productOfferDialog_OfferProduct.value')}" />
<hbox>
<space spacing="2px" sclass="mandatory"/>
<combobox id="offerProduct" width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_BusinessVertical.value')}" />
<extendedcombobox id="businessVertical" width="150px" />
<label value="${c:l('label_productOfferDialog_OfferAmount.value')}" />
<currencyBox id="offerAmount"/>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_ProductOfferingType.value')}" />
<hbox>
<space spacing="2px" />
<combobox id="productOfferingType" width="150px" />
</hbox>
<label value="${c:l('label_productOfferDialog_ProductOfferingName.value')}" />
<hbox>
<space spacing="2px" sclass="mandatory"/>
<textbox id="productOfferingName" width="150px" />
</hbox>
</row>
<row>
<label value="${c:l('label_productOfferDialog_OwnerID.value')}" />
<hbox>
<space spacing="2px" sclass="mandatory"/>
<textbox id="ownerId" width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_OwnerType.value')}" />
<hbox>
<space spacing="2px" sclass="mandatory"/>
<combobox id="ownerType"
width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_ProcessType.value')}" />
<hbox>
<space spacing="2px" sclass="mandatory"/>
<combobox id="processType" width="150px" />
</hbox>
<label value="${c:l('label_productOfferDialog_leadSource.value')}" />
<hbox>
<space spacing="2px" />
<combobox id="leadSource" width="150px" />
</hbox>
</row>
<row>
<label value="${c:l('label_productOfferDialog_POValidity.value')}" />
<hbox>
<space spacing="2px" />
<datebox id="poValidity" width="150px" />
</hbox>
<label value="${c:l('label_productOfferDialog_DNCFlag.value')}" />
<hbox>
<space spacing="2px" />
<checkbox id="dncFlag" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_ProductofferingSource.value')}" />
<hbox>
<space spacing="2px" />
<combobox id="productofferingSource" width="150px" />
</hbox>
<label value="${c:l('label_productOfferDialog_cibilScore.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="cibilScore" width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_ProductOfferingConverted.value')}" />
<hbox>
<space spacing="2px"/>
<checkbox id="productOfferingConverted"/>
</hbox>
<label value="${c:l('label_productOfferDialog_HoldReason.value')}" />
<hbox>
<space spacing="2px" />
<combobox id="holdReason" width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_qualityRemarks.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="qualityRemarks" width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_BTORFresh.value')}" />
<hbox>
<space spacing="2px" />
<checkbox id="btORFresh" />
</hbox>
</row>
</rows>
</grid>
</div>
</groupbox>
<space height="5px" width="100%" />
<groupbox id="gb_AdditionalDetails" width="100%"
mold="3d" sclass="bgWhite" open="false">
<caption
label="${c:l('productOfferDialog_AdditionalDetails')}"
width="100%" id="cp3" zclass="caption">
<div id="icon3"
sclass="glyphicon glyphicon-chevron-down captionIcon" />
</caption>
<div width="100%" height="280px"
sclass="groupboxContent row">
<grid sclass="GridLayoutNoBorder" fixedLayout="true" style="border:0px">
<columns>
<column width="200px" />
<column />
<column width="200px" />
<column />
</columns>
<rows>
<row>
<label
value="${c:l('label_productOfferDialog_SALLineutilized.value')}" />
<currencyBox id="salLineutilized"/>
<label
value="${c:l('label_productOfferDialog_BureauTimeSeries.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="bureauTimeSeries" width="150px" />
</hbox>
</row>
<row>
<label value="${c:l('label_productOfferDialog_DataMartStatus.value')}" />
<hbox>
<space spacing="2px" />
<combobox id="dataMartStatus" width="150px" />
</hbox>
</row>
</rows>
</grid>
</div>
</groupbox>
<space height="5px" width="100%" />
<groupbox id="gb_campaignDetails" width="100%" mold="3d"
sclass="bgWhite" open="false">
<caption
label="${c:l('productOfferDialog_CampaignDetails')}" width="100%"
id="cp4" zclass="caption">
<div id="icon4"
sclass="glyphicon glyphicon-chevron-down captionIcon" />
</caption>
<div width="100%" height="280px"
sclass="groupboxContent row">
<grid sclass="GridLayoutNoBorder"
fixedLayout="true" style="border:0px">
<columns>
<column width="200px" />
<column />
<column width="200px" />
<column />
</columns>
<rows>
<row>
<label
value="${c:l('label_productOfferDialog_CampaignType.value')}" />
<extendedcombobox id="campaignType"/>
<label
value="${c:l('label_productOfferDialog_CampaignName.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="campaignName"
width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_CampaignDate.value')}" />
<hbox>
<space spacing="2px" />
<datebox id="campaignDate"
width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_UtmSource.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="utmSource"
width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_UtmMedium.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="utmMedium"
width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_UtmCampaign.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="utmCampaign"
width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_UtmContent.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="utmContent"
width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_UtmProduct.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="utmProduct"
width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_RequiredLoanamount.value')}" />
<currencyBox id="requiredLoanAmount" />
<label
value="${c:l('label_productOfferDialog_CurrentBankName.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="currentBankName"
width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_SanctionedLoanAmount.value')}" />
<currencyBox id="sanctionedLoanAmount"/>
<label
value="${c:l('label_productOfferDialog_CurrentRateOfInterest.value')}" />
<hbox>
<space spacing="2px" />
<decimalbox id="currentRateofInterest"
width="150px" maxlength="3"/>
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_PropertyIdentified.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="propertyIdentified"
width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_PropertyLocation.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="propertyLocation"
width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_Profession.value')}" />
<extendedcombobox id="profession"/>
<label
value="${c:l('label_productOfferDialog_Propensity.value')}" />
<hbox>
<space spacing="2px" />
<combobox id="propensity"
width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_Responsetype.value')}" />
<combobox id="responsetype"/>
<label
value="${c:l('label_productOfferDialog_ResponseDate.value')}" />
<hbox>
<space spacing="2px" />
<datebox id="responseDate"
width="150px" />
</hbox>
</row>
</rows>
</grid>
</div>
</groupbox>
<space height="5px" width="100%" />
<groupbox id="gb_loanDetails" width="100%" mold="3d"
sclass="bgWhite" open="false">
<caption
label="${c:l('productOfferDialog_LoanDetails')}" width="100%"
id="cp5" zclass="caption">
<div id="icon5"
sclass="glyphicon glyphicon-chevron-down captionIcon" />
</caption>
<div width="100%" height="280px"
sclass="groupboxContent row">
<grid sclass="GridLayoutNoBorder" fixedLayout="true" style="border:0px">
<columns>
<column width="200px" />
<column />
<column width="200px" />
<column />
</columns>
<rows>
<row>
<label
value="${c:l('label_productOfferDialog_ProductType.value')}" />
<extendedcombobox id="productType"/>
<label
value="${c:l('label_productOfferDialog_Product.value')}" />
<hbox>
<space spacing="2px" sclass="mandatory"/>
<combobox id="product"
width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_AppliedTenor.value')}" />
<hbox>
<space spacing="2px" sclass="mandatory"/>
<intbox id="appliedTenor" width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_EndUse.value')}" />
<extendedcombobox id="endUse"/>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_AppliedLoanAmount.value')}" />
<currencyBox
id="appliedLoanAmount" width="150px"/>
<label
value="${c:l('label_productOfferDialog_AppliedROI.value')}" />
<hbox>
<space spacing="2px"
sclass="mandatory" />
<decimalbox id="appliedROI"
width="150px" />
</hbox>
</row>
</rows>
</grid>
</div>
</groupbox>
<space height="5px" width="100%" />
<groupbox id="gb_cibilWatchDetails" width="100%"
mold="3d" sclass="bgWhite" open="false">
<caption
label="${c:l('productOfferDialog_cibilWatchDetails')}"
width="100%" id="cp6" zclass="caption">
<div id="icon6"
sclass="glyphicon glyphicon-chevron-down captionIcon" />
</caption>
<tabbox width="100%" height="100%">
<tabs
style="width:0px;height:0px;border:none;">
<tab
style="background:none;padding:0px;height:0px;" />
</tabs>
<tabpanels>
<tabpanel id="cibilWatchDetailsTabPanel"
style="overflow:auto" />
</tabpanels>
</tabbox>
</groupbox>
<space height="5px" width="100%" />
<groupbox id="gb_sourcingDetails" width="100%" mold="3d"
sclass="bgWhite" open="false">
<caption
label="${c:l('productOfferDialog_SourcingDetails')}" width="100%"
zclass="caption">
<div
sclass="glyphicon glyphicon-chevron-down captionIcon" />
</caption>
<div width="100%" height="280px"
sclass="groupboxContent row ">
<grid sclass="GridLayoutNoBorder" fixedLayout="true" style="border:0px">
<columns>
<column width="200px" />
<column />
<column width="200px" />
<column />
</columns>
<rows>
<row>
<label
value="${c:l('label_productOfferDialog_SourcingChannel.value')}" />
<hbox>
<space spacing="2px" sclass="mandatory"/>
<textbox id="sourcingChannel"
width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_ReferralName.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="referralName"
width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_ASMName.value')}" />
<hbox>
<space spacing="2px" sclass="mandatory"/>
<textbox id="aSMName"
width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_RSMName.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="rSMName"
width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_ZSMName.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="zSMName"
width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_NSMName.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="nSMName"
width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_SourcingChannelCategory.value')}" />
<hbox>
<space spacing="2px" sclass="mandatory"/>
<textbox id="sourcingChannelCategory"
width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_DeveloperName.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="developerName"
width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_ProjectName.value')}" />
<hbox>
<space spacing="2px" />
<textbox id="projectName"
width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_SourcingBranch.value')}" />
<hbox>
<space spacing="2px" sclass="mandatory"/>
<textbox id="sourcingBranch"
width="150px" />
</hbox>
</row>
<row>
<label
value="${c:l('label_productOfferDialog_ProcessingBranch.value')}" />
<hbox>
<space spacing="2px" sclass="mandatory"/>
<textbox id="processingBranch"
width="150px" />
</hbox>
</row>
</rows>
</grid>
</div>
</groupbox>
<space height="5px"></space>
<groupbox id="gb_OfferDisposition" width="100%"
mold="3d" sclass="bgWhite" open="false">
<caption
label="${c:l('productOfferDialog_OfferDisposition')}" width="100%"
zclass="caption">
<div
sclass="glyphicon glyphicon-chevron-down captionIcon" />
</caption>
<div width="100%" height="280px"
sclass="groupboxContent row ">
<grid id="grid_actions"
style="border:none;">
<columns>
<column width="200px" />
<column />
<column width="200px" />
<column />
</columns>
<rows id="dispositionStatus_row">
<row>
<label
value="${c:l('label_productOfferDialog_DispositionType.value')}" />
<hbox>
<space spacing="2px" sclass="mandatory"/>
<combobox
id="dispositionType" width="150px" />
</hbox>
<label
value="${c:l('label_productOfferDialog_DispositionStatus1.value')}" />
<extendedcombobox
id="dispositionStatus1" />
</row>
<row>
<label
value="${c:l('label_productOfferDialog_DispositionStatus2.value')}" />
<extendedcombobox
id="dispositionStatus2" />
<label
value="${c:l('label_productOfferDialog_DispositionStatus3.value')}" />
<extendedcombobox
id="dispositionStatus3" />
</row>
<row>
<label
value="${c:l('label_productOfferDialog_Remarks.value')}" />
<textbox id="remarks" width="150px" maxlength="200"/>
<label id="label_followDate"
value="${c:l('label_productOfferDialog_FollowDate.value')}" />
<hbox>
<space spacing="2px" />
<datebox id="followDate"
width="150px" />
</hbox>
</row>
</rows>
</grid>
<listbox id="listBoxDisposiontions"
emptyMessage="${c:l('listbox.emptyMessage')}"
tooltiptext="${c:l('listbox.tooltiptext')}" width="100%"
height="150px" multiple="false" sizedByContent="true"
span="true">
<listhead sizable="true">
<listheader
id="listheader_DispositionType"
label="${c:l('listheader_ProductOfferDialog_DispositionType.label')}"
sort="false" hflex="min" />
<listheader
id="listheader_DispositionLvl1"
label="${c:l('listheader_ProductOfferDialog_DispositionLvl1.label')}"
sort="false" hflex="min" />
<listheader
id="listheader_DispositionLvl2"
label="${c:l('listheader_ProductOfferDialog_DispositionLvl2.label')}"
sort="false" hflex="min" />
<listheader
id="listheader_DispositionLvl3"
label="${c:l('listheader_ProductOfferDialog_DispositionLvl3.label')}"
sort="false" hflex="min" />
<listheader
id="listheader_FollowUpDate"
label="${c:l('listheader_ProductOfferDialog_FollowUpDate.label')}"
sort="false" hflex="min" />
<listheader
id="listheader_ProcessDate"
label="${c:l('listheader_ProductOfferDialog_ProcessDate.label')}"
sort="false" hflex="min" />
<listheader
id="listheader_ActionTat"
label="${c:l('listheader_ProductOfferDialog_ActionTat.label')}"
sort="false" hflex="min" />
<listheader
id="listheader_Remarks"
label="${c:l('listheader_ProductOfferDialog_Remarks.label')}"
sort="false" hflex="min" />
<listheader id="listheader_UserId"
label="${c:l('listheader_ProductOfferDialog_UserId.label')}"
sort="false" hflex="min" />
<listheader id="listheader_Status"
label="${c:l('listheader_ProductOfferDialog_Status.label')}"
sort="false" hflex="min" />
</listhead>
</listbox>
</div>
</groupbox>
</div>
<space height="1%"></space>
<div sclass="row" width="100%" height="7%"
style="margin-left:0;margin-right:0;">
<radiogroup id="userAction" name="action" visible="false"/>
<button id="btnSave" label="Save" height="100%"
sclass="col-sm-1 col-xs-12 btnSave flRight" style="float: right;" />
<space sclass="hideInMobile flRight" width="7px"
height="100%" style="float: right;" />
<button label="Convert To Loan Application"
id="btnConvert"
height="100%" sclass="col-sm-3 col-xs-12 btnConvert flRight" disabled="true"
style="float: right;" />
</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");
}
}