Panel |
---|
borderColor | green |
---|
borderWidth | 1 |
---|
titleBGColor | #ddffcc |
---|
borderStyle | solid |
---|
title | Definition |
---|
|
Bean Shell Action allows you to write custom Java code to perform custom actions on the datalist.ช่วยให้คุณสามารถเขียนโค้ด Java ที่กำหนดเองเพื่อดำเนินการกับดาตาลิสต์ได้ |
Panel |
---|
borderColor | purple |
---|
borderWidth | 1 |
---|
titleBGColor | #ddccff |
---|
borderStyle | solid |
---|
title | New Feature |
---|
|
This is a new feature in นี่เป็นฟีเจอร์ใหม่ใน Joget Workflow v6. |

Figure รูปที่ 1: Hyperlink in the row action placeholder and in the bulk action placeholder in the datalist builder เชื่อมโยงหลายมิติในตัวยึดการดำเนินการแถวและในตัวยึดการดำเนินการจำนวนมากในตัวสร้างตัวดาตาลิสต์

Figure รูปที่ 2: Bean คุณสมบัติ Bean Shell Datalist Action PropertiesAction
NameDescription | Link Button label.Confirmation message before performing action.ข้อความยืนยันก่อนการดำเนินการ |
Script |
Script in Java.สคริปต์ในภาษาจาวา Injected variables available for consumption are:- - httpRequest
- datalist
- rowKeys
Code Block |
---|
title | Sample Code |
---|
linenumbers | true |
---|
| for (String key : rowKeys) {
System.out.println("Record key is " + key);
} |
|
...

Figure รูปที่ 3: Bean คุณสมบัติ Bean Shell Datalist Action Properties Action - Visibility Control การควบคุมการมองเห็น
Name | DescriptionControls on when the action should appear based on the condition(s) set. |
...
ควบคุมเมื่อการดำเนินการควรปรากฏขึ้นตามเงื่อนไขที่ตั้งไว้ |