Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Bean Shell 表单绑定器 允许你选择如何加载或存储表单数据
图1: Bean Shell表单绑定器属性
名称 | 描述 |
---|---|
Script | Java中的脚本。例如,请参阅 Bean Shell Programming Guide . Quick Example 示例字段加载绑定器为 "description" ,值为 "hello world". import org.joget.apps.form.model.*; FormRowSet f = new FormRowSet(); FormRow r1 = new FormRow(); r1.put("description", "hello world"); f.add(r1); return f; |
Use AJAX for cascade options? | 选中时,这允许这些字段在处理大量选择时动态地根据其他字段值(分组列)来 加载可用 选项。阅读更多在 Ajax Cascading Drop-Down List. Not applicable for Form Binder. Only available when used as an Options Binder. |