Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Popup Select Box is an enhancement of the ordinary SelectBox. Instead of selecting from a generic drop-down list, the Popup Select Box allows you to select from a Datalist instead.弹出式选择框 是对普通的 SelectBox. 的增强 。Popup Select Box不是从通用下拉列表中 进行选择,而是允许您从Datalist进行选择 。 |
Info | ||
---|---|---|
| ||
If you have thousands of selections to choose from,如果您有成千上万的选择可供选择,Popup Select Box is an ideal form element to use as you will be choosing from listing with pagination and search filter, improving loading speed and user experience. |
...
是一个理想的表单元素,您可以从列表中选择使用分页和搜索过滤器,从而提高加载速度和用户体验。 |
图1:在Form Builder中显示弹出式选择框的截图
图2:显示实际表单中的弹出选择框的截图
图3:显示实际表单中弹出选择框的屏幕截图 - 执行选择
图4:弹出选择框属性
Figure 1: Screenshot showing Popup Select Box in Form Builder
Figure 2: Screenshot showing Popup Select Box in actual Form
Figure 3: Screenshot showing Popup Select Box in actual Form - Performing selection
Figure 4: Popup Select Box Properties
Name | Description |
---|---|
IDElement ID | (By declaring as "appeal_claim", a corresponding database table column "c元素ID(通过声明为“appeal_claim”,将创建相应的数据库表列“c_appeal_claim" will be created)claim”) |
LabelElement Label to be displayed to end user. | 元素标签显示给最终用户。 |
Data ListData List to display for selection. | 数据列表显示选择。 |
Display FieldField ID | from the target Data List for eventual selected option label.来自目标数据列表的最终选定选项标签的字段ID。 |
Figure 5: Popup Select Box Properties - Advanced Options图5:弹出式选择框属性 - 高级选项
Name | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
Default Value | 当没有找到/选择现有值时的默认值。 这里接受哈希变量。例如,您可以键入以下内容 Default Value when there's no existing value found/selected. Hash variable is accepted here. For example, you may key the following
to pre-populate the field with current logged in user's name. 预先使用当前登录用户的名称填充字段。 您可以使用分号分隔多个默认选项。You may define multiple default options by separating them using semicolons.
| ||||||||
ID Field | 目标数据列表的列ID值保存为选项值。 默认:id Target Data List's column ID value to be saved as option value. Default: id | ||||||||
Multiple Selection | Toggle Multiple Selection.切换多个选择。 | ||||||||
URL Request Parameters for Datalist | Refine the target Data List selections by defining the filter criteria here.通过在此处定义过滤条件来优化目标数据列表选择。
| ||||||||
Validator | Attach a Validator plugin to validate the input value.附加一个Validator插件来验证输入值。
| ||||||||
Readonly | Determines if the element is editable.确定元素是否可编辑。 | ||||||||
Display field as Label when readonly? | Displays the value of the element as plain text when element is set to "Readonly".元素设置为“只读”时,将元素的值显示为纯文本。 | ||||||||
Select Button LabelSelect Button Label | 选择按钮标签 | ||||||||
Popup Dialog Height | Height in character字符高度
| ||||||||
Popup Dialog Width | Width in character字符宽度
| ||||||||
Workflow Variable | If the form is part of a workflow process, upon saving of the form (by clicking on "Save as Draft" or "Complete" button). The value in this input field will be saved into the corresponding workflow variable named here.如果表单是工作流程的一部分,则在保存表单时(单击“另存为草稿”或“完成”按钮)。此输入字段中的值将被保存到相应的名为here的工作流程变量中。
|