Versions Compared

Key

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

使用CRUD,在构建一个CRUD实体时,不需要做所有的手工布线。这个元素为你提供了大量的定制,确保你可以达到你想要的。

Image Added

图1:截屏显示从人力资源开支申报应用程序中抽取的CRUD

With CRUD, one will not need to do all the manual wiring in constructing a CRUD entity. This element equips you with plenty of customization, making sure that you can achieve what you want.

Image Removed

Figure 1: Screenshot showing CRUD taken from the sample HR Expenses Claim app

Info
titleWhat's new in Joget Workflow v5v5有什么新功能

In Joget Workflow v5, the delete function is now able to delete dependency data.在Joget Workflow v5中,删除功能现在可以删除依赖关系数据。

Figure 2: CRUD Properties

图2:CRUD属性

名称描述
自定义ID

物品链接slu </s>。可选字段。

NameDescription
Custom ID

Item link slug. Optional field.

Info
titleUnique field

Value defined here must be unique to the rest of the Userview Menus as the first matching name will be called upon.

LabelMenu label. Mandatory field.
ListDatalist to load. Mandatory field.
Form (Add)

Target form to open when adding new record. Optional field.

If this attribute is not mapped, then ability to Add is disabled.

Form (Edit)

Target form to open when editing existing record. Optional field.

If this attribute is not mapped, then ability to Edit is disabled.

Image Removed

Figure 3: CRUD Properties - UI (List)

独特的领域

在这里定义的值必须是唯一的用户视图菜单的其余部分,因为第一个匹配的名称将被调用。

标签菜单标签。必填项。
名单Datalist加载。必填项。
表格(添加)

添加新记录时打开目标表单。可选字段。

如果此属性未映射,则“添加”功能将被禁用。

表格(编辑)

目标表单在编辑现有记录时打开。可选字段。

如果此属性未映射,则“编辑”功能将被禁用。

Image Added

图3:CRUD属性 - UI(列表)

名称
描述
在菜单中显示行数
在菜单中显示行数。
NameDescription
Show Number of Rows In Menu
Show Number of Rows In Menu.

 

Info
titlePerformance Warning

Additional query will be performed to return record count every time the Userview loads.

Button Position
  • Top Left
  • Top Right
  • Bottom Left
  • Bottom Right
  • Top Left & Bottom Left
  • Top Right & Bottom Right
Selection Type
  • Multiple
  • Single
Selector Position
  • Left
  • Right
  • Both let & right
  • No
Edit Link Label
Edit Link Label to show in listing.
New Record Button Label
New Record Button Label to show in listing.
Delete Button Label
Delete Button Label to show in listing.
Show Delete Button?
When checked, the delete button will be shown, effectively enabling the deletion capability.
Custom Header
Custom Header in HTML to show in listing.
Custom FooterCustom Footer in HTML to show in listing.

Image Removed

Figure 4: CRUD Properties - Actions (List)

性能警告

每次用户视图加载时,将执行额外的查询以返回记录计数。

按钮位置
  • 左上方
  • 右上
  • 左下方
  • 底部右侧
  • 左上角和左下角
  • 右上角和右下角
选择类型
选择器位置
  • 剩下
  • 都让和正确
  • 没有
编辑链接标签
编辑链接标签显示在列表中。
新记录按钮标签
新记录按钮标签显示在列表中。
删除按钮标签
删除按钮标签显示在列表中。
显示删除按钮?
选中时,将显示删除按钮,有效启用删除功能。
自定义标题
HTML中的自定义标题显示在列表中。
自定义页脚HTML中的自定义页脚显示在列表中。


Image Added

图4:CRUD属性 - 动作(列表)

名称
描述
更多操作

该属性允许您在列表中添加更多操作。

名称
描述
标签链接标签。
超链接超链接网址。
参数名称参数名称是超链接的一部分。
列名称通过定义数据列表中的列名来分配给上面声明的参数名的参数值。
确认消息打开链接前的确认信息。

例如

NameDescription
More Actions

This attribute allows you to add more actions into the listing.

NameDescription
LabelLink label.
HyperlinkHyperlink URL.
Parameter NameParameter name to be part of the hyperlink.
Column NameParameter value to be assigned to the parameter name declared above by defining the column name from the Data List.
Confirmation MessageConfirmation message before opening the link.

Example:

Image Modified


Figure 5: CRUD Properties - UI (Add)

...