Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Multi Paged Form enables one to incorporate multiple forms in one single form, in a simple and elegant way. |
Info | ||
---|---|---|
| ||
|
Figure 1: Screenshot highlighting Multi Paged Form element in Form Builder
Figure 2: Multi Paged Form Properties
Name | Description |
---|---|
ID | Element ID |
Label | Element Label to be displayed to end user. |
Number of Pages | Number of pages to be presented in Integer |
Figure 3: Multi Paged Form Properties - Page
多页面表单 使人们能够以简单和优雅的方式将多种表单合并 成一个表单。 |
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
这个特性在Joget Workflow v6中得到了增强。
|
图1: 多页面表单的屏幕截图
图2:多页面表单属性
名称 | 描述 |
---|---|
ID | 元素ID |
Number of Pages | 以整数表示的页面数 |
AJAX Rendering? | 仅在单击时呈现页面。如果用户不使用所有的表单和页数,这个选项可以提高加载时间。 |
图3:多页面表单属性 - 页面
名称 | 描述 |
---|---|
Label | 页面名称以breadcrumb或tab的形式显示,具体取决于UI中的设置 |
Form | 目标表单 |
Readonly? | 确定页面是否可编辑 |
Name | Description |
Label | Page name displayed in the form of breadcrumb or tab, depending on its setting in the UI |
Form | Target Form |
Readonly? | Determines if the page is editable |
Parent Form Field to keep Child Form ID | ID of the field in the parent form to store the page's primary key. Page data will be loaded based on the record ID retrieved from this field.父表单中用于存储页面主键的字段的ID。页面数据将根据从此字段中检索的记录标识进行加载。 |
Child Form Field to keep Parent Form ID | ID of the field in the page form to store the parent form's primary key页面表单中字段的ID用于存储父表单的主键 |
Validate when change page | Performs validation on page change if checked如果选中,则在页面更改上执行验证 |
Info | ||
---|---|---|
| ||
This field must be specified if the individual form is not storing into the same table as the parent form. Field specified does not need to be first created in the parent form. |
Figure 4: Multi Paged Form Properties - Advanced Options
如果单个表单没有与父表单存储在同一个表中,则必须指定该字段。 指定的字段不需要首先在父表单中创建。 |
图4:多页面表单属性 - 高级选项
名称 | 描述 | Name | Description |
---|---|---|---|
Partially store form when page changed?Partially store form when user navigates between pages. | 用户在页面之间导航时部分存储表单。 | ||
Store main form data when partial storing is enabled? | Store main form data when partial storing is enabled.在启用部分存储时存储主表单数据
| ||
Display Mode | Determines if the multi-paged form will be displayed in wizard or tabs.确定多页面表单是否将显示在向导或选项卡中。 | ||
Previous Button LabelPrevious Button Label. | 上一个按钮标签。 | ||
Next Button LabelNext Button Label. | 下一个按钮标签。 | ||
Only enable submit button on last page? | If checked, all of the pages' forms must be completed before form submission or task completion.如果选中,则表单提交或任务完成之前必须完成所有页面的表单 | ||
CSS | Custom CSS implementation.自定义CSS实现。 |