Versions Compared

Key

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

The Javascript Condition Formatter allows you to transform column data based on user-defined conditions. ช่วยให้คุณสามารถแปลงข้อมูลคอลัมน์ตามเงื่อนไขที่ผู้ใช้กำหนดเอง

Panel
borderColorpurple
borderWidth1
titleBGColor#ddccff
borderStylesolid
titleNew Feature

This is a new feature in นี่คือฟีเจอร์ใหม่ใน Joget Workflow v6.

Figure รูปที่ 1: Javascript คุณสมบัติของ Javascript Condition Formatter PropertiesFormatter 

Name
ชื่อ
Description
คำอธิบาย
Conditions

In short, when this rule is true, execute this formatting.

Every row in the datalist will be processed with these conditions respective to its current record id.

Use the {fieldName} prefix to retrieve column value, eg

ในระยะสั้น เมื่อกฎนี้เป็นจริง ดำเนินการจัดรูปแบบนี้

ทุกแถวในดาตาลิสต์ จะถูกประมวลผลด้วยเงื่อนไขเหล่านี้ที่เกี่ยวข้องกับ Record ID ปัจจุบัน

ใช้คำนำหน้า {fieldName} เพื่อเรียกค่าคอลัมน์เช่น: {userTelNumber}

.

It is also possible to inject hash variables here.

Usage example

นอกจากนี้ยังเป็นไปได้ที่จะเพิ่มตัวแปรแฮชที่นี่

ตัวอย่างการใช้งาน:

Image Modified

Example result

ตัวอย่างผลลัพธ์:

Image Modified

 

When there is a conflict/multiple match between conditions, the first matched condition will take precedence.


เมื่อมีการจับคู่ความขัดแย้ง/หลายอย่าง ระหว่างเงื่อนไข  เงื่อนไขแรก ที่ตรงกันจะมีความสำคัญ

Image Modified

Result

ผลลัพธ์:

Image Modified

 

 

...