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表单数据绑定器属性

名称描述
形成源表单来检索数据。
额外的过滤条件

 

用于过滤数据集的附加条件。HQL是在这里预期的。

NameDescription
FormSource form to retrieve data from.
Extra Filter Condition

Additional condition(s) for filtering the data set. HQL is the expected here.

Info
titleSyntax Query语法查询
Start your filter name with e.customPropertiesfollowed by the field id (i.e. title)
Image Removed开始你的过滤器名称。 其次是字段ID(即标题
Image Added

 

 

 

Info
titleHQL is accepted被接收

您甚至可以使用“LIKE”等操作符来缩小数据集。You may even use operator such as "LIKE" to narrow down your data set.

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#'