Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColorgreen
borderWidth1
titleBGColor#ddffcc
borderStylesolid
titleDefinition

Multi Select Box allows you to select multiple items with auto-complete behavior. Multi Select Box is a useful replacement for the ordinary Select Box, particularly when there is a very long list of options to choose from. Options are displayed based on the user's input.

...

Figure 1: Screenshot of Multi Select Box in Form Builder

Image Removed

Figure 2: Screenshot of Multi Select Box in actual Form

Image Removed

多选框  允许您选择具有自动完成行为的多个项目。多选择框是普通  选择框 一个有用的替代,特别是当有一个很长的选项可供选择列表。选项根据用户的输入显示。


Image Added

图1:Form Builder中多选框的截图

Image Added

图2:实际表单中多选框的截图

Image Added

图3:多选框属性Figure 3: Multi Select Box Properties

NameDescription
IDElement ID (By declaring as "country", a corresponding database table column "c_country" will be created)元素ID(通过声明为“country”,将创建相应的数据库表列“c_country”)
Label元素标签显示给最终用户。LabelElement Label to be displayed to end user.
Options (Hardcoded)

Select Box options选择框选项

Info

Options defined here will not be put into use if Options Binder is defined below.如果选项绑定器定义如下,这里定义的选项将不会被使用。

Or Choose Options Binder

Options to be populated dynamically using 选项将使用 Options Binder plugin. 动态填充。

Warning
titlePerformance Warning

If you have thousands of select options or sourcing them from Options Binder, this may cause significant increase on page load time. Consider using Popup Select Box instead.

Image Removed

如果您有成千上万的选择选项或从选项绑定器 选择它们,这可能会导致页面加载时间的显着增加。考虑使用 弹出式选择框

Image Added

图4:多选框属性 - 高级选项Figure 4: Multi Select Box Properties - Advanced Options

NameDescription
Default Value

当没有找到/选择现有值时的默认值。

这里接受哈希变量。例如,您可以键入以下内容

Default Value when there's no existing value found/selected.

Hash variable is accepted here. For example, you may key the following

Code Block
#currentUser.firstName# #currentUser.lastName#

to pre-populate the field with current logged in user's name.

预先使用当前登录用户的名称填充字段。

您可以使用分号分隔多个默认选项。You may define multiple default options by separating them using semicolons.

Code Block
titleSample
option1;option2;option3
Multiple Selection

Toggle Multiple Selection.切换多个选择。

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的当前值,根据选项中定义的“分组”属性动态更改可用选项。

Width

Column width in characters.列宽以字符为单位

Code Block
titleSample
200px
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".元素设置为“只读”时,将元素的值显示为纯文本。

Validator

Attach a Validator plugin to validate the input value附加一个Validator插件来验证输入值.

Info
titleWhen will validation takes place?

Validation will takes place whenever form is submitted except when it is submitted as "Save as Draft".除非提交表格为“另存为草稿”,否则将在提交表格时进行验证。

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的工作流程变量中

Info
titleUsing a non-existent Workflow Variable name

You will get the following warning with the name printed out (e.g. status) in the server log if you attempt to map to a non-existent Workflow Variable.如果尝试映射到不存在的工作流程变量,则会在服务器日志中输出以下警告(例如状态)

Code Block
context attribute status does not exist in process context - adding new attributes to the process context is not allowed

...


相关视频教程

Widget Connector
urlhttps://www.youtube.com/watch?v=bmyLr0Y4Lz4