Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
构造对应于项目行表单的JSON对象。
var args = new Object(); args['result'] = '{"amount":"1","category":"Medical","claim":"","purpose":"a","date":"11/18/2015","formattedAmount":"$ 1.00"}';
基于#1中的标识符,调用FormGrid的add方法添加一个新行。
// the field id is "entries" var field = FormUtil.getField("entries"); var functionName = window[field.attr("id") + "_add"]; if(typeof functionName === 'function') { var args = new Object(); args['result'] = '{"amount":"1","category":"Medical","claim":"","purpose":"a","date":"11/18/2015","formattedAmount":"$ 1.00"}'; functionName(args); }