Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Tips
如果您有成千上万的选择可供选择,Popup Select Box是一个理想的表单元素,您可以从列表中选择使用分页和搜索过滤器,从而提高加载速度和用户体验。
图1:在Form Builder中显示弹出式选择框的截图
图2:显示实际表单中的弹出选择框的截图
图3:显示实际表单中弹出选择框的屏幕截图 - 执行选择
图4:弹出选择框属性
Name | Description |
---|---|
ID | 元素ID(通过声明为“appeal_claim”,将创建相应的数据库表列“c_appeal_claim”) |
Label | 元素标签显示给最终用户。 |
Data List | 数据列表显示选择。 |
Display Field | 来自目标数据列表的最终选定选项标签的字段ID。 |
图5:弹出式选择框属性 - 高级选项
Name | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
Default Value | 当没有找到/选择现有值时的默认值。 这里接受哈希变量。例如,您可以键入以下内容 #currentUser.firstName# #currentUser.lastName# 预先使用当前登录用户的名称填充字段。 您可以使用分号分隔多个默认选项。 Sample option1;option2;option3 | ||||||||
ID Field | 目标数据列表的列ID值保存为选项值。 默认:id | ||||||||
Multiple Selection | 切换多个选择。 | ||||||||
URL Request Parameters for Datalist | 通过在此处定义过滤条件来优化目标数据列表选择。
| ||||||||
Validator | 附加一个Validator插件来验证输入值。 When will validation takes place? 除非提交表格为“另存为草稿”,否则将在提交表格时进行验证。 | ||||||||
Readonly | 确定元素是否可编辑。 | ||||||||
Display field as Label when readonly? | 元素设置为“只读”时,将元素的值显示为纯文本。 | ||||||||
Select Button Label | 选择按钮标签 | ||||||||
Popup Dialog Height | 字符高度 Sample 500px | ||||||||
Popup Dialog Width | 字符宽度 Sample 90% | ||||||||
Workflow Variable | 如果表单是工作流程的一部分,则在保存表单时(单击“另存为草稿”或“完成”按钮)。此输入字段中的值将被保存到相应的名为here的工作流程变量中。 Using a non-existent Workflow Variable name 如果尝试映射到不存在的工作流程变量,则会在服务器日志中输出以下警告(例如状态)。 context attribute status does not exist in process context - adding new attributes to the process context is not allowed |