Temp.ftl 187 Bytes
//${cnFunc}
//${enFunc}
<#list propertyList as property >
var ${property} = getNumberBoxValue('${property}', 0);
</#list>

var ${enFunc};
$('#${result}').numberbox('setValue', ${result});