getThirdMoneyProgramKey function
dynamic
getThirdMoneyProgramKey(
- dynamic label,
- dynamic sWidth,
- dynamic sHeight,
- dynamic type,
- dynamic col,
Implementation
getThirdMoneyProgramKey(label, sWidth, sHeight, type, col) {
var nextAction = '';
if (type == gBackContext) {
nextAction = '$gTip$gReset';
}
return {
"label": label,
"type": gLocalAction,
"actionid": gSetValueFocus,
gInputType: gMoney,
"width": sWidth,
"height": sHeight,
gAddnew: type, //append, ...
'$gAfter$gBackContext': nextAction,
gCol: col
};
}