Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColorpurple
borderWidth1
titleBGColor#ddccff
borderStylesolid
titleNew Feature新功能

这个特性在Joget Workflow v6中得到了增强。

  1. 列格式类型。
  2. 从目标表单填充默认值。
  3. 默认排序列号。

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.

 

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

...

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

...

名称描述
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.

默认排序列号

定义列索引以进行缺省排序。该字段只接受从1开始的整数。

例如:如果网格有5列,输入“4”将按升序排列从左边开始的第4列。

按降序排序?此选项仅在“默认排序列号”中输入后才可用。请按照降序排序进行排序。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页面参数 - 寻呼选项

...