Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Select Box is one of the generic HTML Form input elements. In the Form Builder, one is able to define the options available to the Select Box via various means, including with the use of 选择框 是通用HTML表单输入元素之一。在Form Builder中,可以通过各种方式定义选择框可用的选项,包括使用 表单选项绑定器. |
Figure 1: Screenshot with Select Box highlighted in sample CRM app
图1:示例CRM应用程序中突出显示“选择框”的屏幕截图
截图来自 Screenshots taken from http://localhost:8080/jw/web/console/app/crm/1/form/builder/crm_account
Figure 2: Select Box Properties图2:选择框属性
Name | Description | |||||
ID | Element ID (By declaring as "country", a corresponding database table column "c_country" will be created) | 元素ID(通过声明为“country”,将创建相应的数据库表列“c_country”) | ||||
Label | 元素标签显示给最终用户。 | Label | Element Label to be displayed to end user. | |||
Options (Hardcoded) | Select Box options选择框选项
| |||||
Or Choose Options Binder | Options to be populated dynamically using 选项将使用 Options Binder plugin.动态填充
|
Figure 3: Select Box Properties - Advanced Options图3:选择框属性 - 高级选项
Name | Description描述 | |||||||
---|---|---|---|---|---|---|---|---|
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.
| |||||||
Multiple Selection | Toggle Multiple Selection.切换多个选择。 | |||||||
Validator | Attach a Validator plugin to validate the input value.附加一个Validator插件来验证输入值。
| |||||||
Field ID to control available options based on Grouping | Dynamically change the available options based on the "grouping" attribute defined in the options by matching to the current value of the element ID defined.通过匹配到定义的元素ID的当前值,根据选项中定义的“分组”属性动态更改可用选项。 | |||||||
Size (Rows) | Determines the number of rows of selection to be shown. This option is useful when multiple selection is expected. Integer value is expected here. | 确定要显示的选择行数。 预期有多个选择时,此选项非常有用。整数值在这里。 | ||||||
Readonly | 确定元素是否可编辑 | 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".元素设置为“只读”时,将元素的值显示为纯文本 | |||||||
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的工作流程变量中
|