Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
隐藏字段 是一个标准的HTML输入元素。与文本字段不同,隐藏字段不会显示在页面上,用户无法看到. 它通常用于传递/设置临时或基于会话的信息。
图1:突出显示示例费用声明应用中的隐藏字段的屏幕截图
本文中的屏幕截图从http://localhost:8080/jw/web/console/app/hr_expense/1/form/builder/hr_expense_new
图2:隐藏字段属性
名称 | 描述 |
---|---|
ID | 元素ID(通过声明为“status”,将创建相应的数据库表列“c_status”) |
Default Value | 没有找到现有值时的默认值。 这里接受哈希变量。例如,您可以键入以下内容 #currentUser.firstName# #currentUser.lastName# 预先使用当前登录用户的名称填充字段。 |
图3:隐藏字段属性
Name | Description |
---|---|
Data Priority | 确定要考虑哪个值。有3个选项,各自拥有数据优先级,以满足不同的使用情况。 |
Workflow Variable | 如果表单是工作流程的一部分,则在保存表单时(单击“另存为草稿”或“完成”按钮)。此输入字段中的值将被保存到相应的工作流程变量中。 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 |