EAS_DEP添加动态控件,在代码中获取DEP扩展控件
1.在编辑界面onload的方法前置事件添加脚本
//把动态控件传递到代码中 var components = new java.util.HashMap(); components.put("prmtassureAmountAccount", pluginCtx.getKDBizPromptBox("prmtassureAmountAccount")); components.put("prmtassureInterestAccount", pluginCtx.getKDBizPromptBox("prmtassureInterestAccount")); components.put("txtassureInterestRate",pluginCtx.getKDFormattedTextField("txtassureInterestRate")); components.put("chkisMatchPaymentBill",pluginCtx.getKDCheckBox("chkisMatchPaymentBill")); pluginCtx.getUI().setDEPComponents(components);
2.在后台editui中声明对应类型的控件对象,添加对应方法setDEPComponents(Object object),在改方法中,将声明的控件与界面控件绑定,这样即可在代码中通过对声明控件赋值,来设置对象的显示值
linux下的docker操作命令及异常