Versions Compared

Key

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

高级表格最好被描述为一个 具有丰富的内嵌编辑转换的  Grid。根据目标字段,高级网格元素将模拟原始目标类型,以获得准确和更丰富的数据输入能力。

Panel
borderColorpurple
borderWidth1
titleBGColor#ddccff
borderStylesolid
titleNew Feature

Joget Workflow v5新推出

This feature has been enhanced in Joget Workflow v6.

  1. Column format type.
  2. Populating default value from target form.
  3. Default sorting column number.

 

Image AddedImage Removed

图1:在Form Builder中突出显示高级表格的屏幕截图

Image Removed

图2:突出显示实际表单中的高级表格的屏幕截图

Image Removed


Image Added

图2:突出显示Form 图3:突出显示Form Builder中日期选取器元素上高级表格的屏幕截图

日期选取器将在编辑时显示,因为源字段本身是日期选取器元素。

 Image Added

Image Removed

图4:突出显示Form 图3:突出显示Form Builder中的选择框元素上的高级表格的屏幕截图

选择框将在编辑时显示,因为源字段本身是选择框元素。选择框将在编辑时显示,因为源字段本身是选择框元素

Image RemovedImage Added

图5:高级表格属性图4:高级表格属性

NameDescription
ID元素ID(通过声明为“entries”,将创建相应的数据库表列“c_entries”)
Label元素标签显示给最终用户
Form记录编辑的目标表单。
Columns

这里定义的列必须与上面选择的表格相对应。

NameDescription
Value

目标表单的字段ID。

例:

在“HR费用索赔条目”表格中,有表格元素ID为“date”,“category”,“purpose”和“formattedAmount”

Label列标签。
Format Type

If you would like to format the returned value, you may make use of the format type.

Available Format Types

  • Date - formats the field as date.
  • Decimal - formats the field as decimal.
Width

列宽以字符为单位

Code Block
titleSample
200px

Image RemovedImage Added

图6:高级表格属性 图5:高级表格属性 - UI

名称描述
Search在网格数据本身内启用搜索功能。
Readonly

确定元素是否可编辑。

Disable Add Feature确定是否可以添加新行。
Disable Delete Feature

确定是否可以删除一行。

Default Sorting Column Number

Defines the column index to sort by default. This field accepts integers starting from 1 onwards only.

Example: If the grid has 5 columns, inputting a "4" will sort the 4th column from the left in ascending order.

Sort in descending order?This option is only available once there is input in "Default Sorting Column Number". Check to sort in descending order instead.
Delete confirmation message删除一行时的确认消息。
Show Row Numbering?在网格上显示编号。
Key to save cell键盘键用于确定何时保存并移动到下一个单元格。
Edit hint编辑提示信息。
Record Per Page页面参数 - 记录显示每页
Paging Options页面参数 - 寻呼选项

图7:高级网格属性 图6:高级网格属性 - 验证和数据绑定

名称描述
Validator

附加一个Validator插件来验证输入值。

 

Info
titleWhen will validation takes place?

除非提交表格为“另存为草稿”,否则将在提交表格时进行验证。

Unique Column列/字段ID来标识记录标识。
Min Number of Row Validation (Integer)
最小行数验证(整数)
Max Number of Row Validation (Integer)
最大行数验证(整数)
Error Message
当不满足上述行要求时,将显示错误消息。
Load Binder

默认选项。网格数据将在其定义的数据库单元中以JSON格式保存/加载。

在这个例子中,Multirow表格绑定器被用来加载其他表格的数据。请参阅可用表单绑定器列表。

Store Binder

默认选项。网格数据将在其定义的数据库单元中以JSON格式保存/加载。

在这个例子中,Multirow表格绑定器被用来加载其他表格的数据。请参阅可用表单绑定器列表。