Versions Compared

Key

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

Form Data Binder is the default binder used to return data from submitted forms.ตัวยึดข้อมูลของฟอร์ม เป็นตัวยึดเริ่มต้นที่ใช้ในการส่งคืนข้อมูลจากแบบฟอร์มที่ส่ง


Figure รูปที่ 1: Form Data Binder Propertiesคุณสมบัติของตัวยึดข้อมูลของฟอร์ม

ชื่อคำอธิบาย
NameDescription
Form
Source form to retrieve data from.
แบบฟอร์มต้นทางที่จะดึงข้อมูลมา
Extra Filter Condition
Additional condition(s) for filtering the data set. HQL is the expected here.

เงื่อนไขเพิ่มเติมสำหรับการกรองชุดข้อมูล HQL เป็นที่คาดหวังที่นี่

Info
titleSyntax Query
Start your filter name with
เริ่มต้นชื่อตัวกรองด้วย e.customProperties. 
followed by the field
ตามด้วย field id (i.e. title)
Image Modified
Info
titleHQL is accepted
You may even use operator such as

คุณอาจจะใช้ตัวดำเนินการเช่น "LIKE"

to narrow down your data set.

เพื่อจำกัดชุดข้อมูลของคุณให้แคบลง

Image Modified

Code Block
titleSample
e.customProperties.title = 'Trip'

ตัวแปร Hash

variable is accepted here.

ที่ถูกยอมรับ

Code Block
titleSample
e.customProperties.submitted_by = '#currentUser.id#'

Userview Key

can be used as part of the condition.

 สามารถใช้เป็นส่วนหนึ่งของเงื่อนไขได้

Code Block
languagesql
titleSample
e.customProperties.category_id = '#userviewKey#'