Project

General

Profile

Bug #1085 » OnInitExtensions_20220422.txt

Tri Rizqiaty, 04/26/2022 10:02 AM

 
1
'button[name=PDSWFTOTCOSTTRVAdd]': { click: function () { calculateTravelCost(); } }, 'button[name=PDSWFTRAVELCOSTAdd]': { click: function () { cekFormHeader(); } }, 'field[name=HeaderStartDate]': { change: function () { fillFormHeader(); } }, '[id=PDSWFTRAVELCOSTCostCostType]': { change: function () { cekCostType(); } }, '[id=PDSWFTRAVELROUTERouteStartDate]': { render: function () { setMinMaxDateRoute(); }, change: function () { setEndDateRoute(); } }, '[id=PDSWFTRAVELACCOMODATIONAccomStartDate]': { render: function () { setMinMaxDateAccom(); }, change: function () { setEndDateAccom(); } }, '[id=PDSWFTRAVELCOSTCostStartDate]': { render: function () { setMinMaxDateCost(); }, change: function () { setEndDateCost(); } }, '[id=PDSWFTRAVELROUTERouteEndDate]': { render: function () { cekEndDateRoute(); setMinMaxDateRoute(); }, change: function () { SetStartDateRoute(); } }, '[id=PDSWFTRAVELACCOMODATIONAccomEndDate]': { render: function () { cekEndDateAccom(); }, change: function () { SetStartDateAccom(); } }, '[id=PDSWFTRAVELCOSTCostEndDate]': { render: function () { cekEndDateCost(); }, change: function () { SetStartDateCost(); } }, '[name=gridPDSWFTRAVELACCOMODATION]': { afterrender: function () { afterrenderGridAccomodation(); } }, '[name=gridPDSWFTRAVELCOST]': { afterrender: function () { afterrenderGridCost(); }, edit: function () { updateCalculate(); } }, '[name=gridPDSWFTRAVELROUTE]': { afterrender: function () { afterrenderGridRoute(); } }, '[id=PDSWFTRAVELROUTERouteTransportType]': { change: function () { mapToType(); } }, '[id=PDSWFTRAVELCOSTCostCostType]': { change: function () { mapToTypeTravel(); } }, '[id=PDSWFTRAVELCOSTCostNumber]': { change: function () { calcratetv(); } }, '[id=PDSWFTRAVELCOSTCostRate]': { change: function () { calcratetv(); } },
(2-2/3)