Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

名称描述
ID元素ID(通过声明为“account”,将创建相应的数据库表列“c_account”)
Label元素标签显示给最终用户。
Data List数据列表
Columns

这里定义的列必须对应于上面选择的数据列表。

NameDescription
Value

目标表单的字段ID。

例:

在数据清单“Account Listing”中的“Account”表单中,有ID“id”和“accountName”的表单元素。

Label列标签。
Editable是/否
Format Type

如果你想格式化返回的值,你可以使用格式类型。

默认选择:文本。

可用的格式类型

  • Text -将文本格式的值设置为文本
  • HTML - 以HTML 格式输出数据
  • Multiple lines text - maintains the spacing formatting for multiple lines text, such as TextArea.
  • Date - 格式为日期。“ Format”字段中应包含原始日期和新的日期格式。

    Panel
    borderColorblue
    borderWidth1
    titleBGColor#ddffcc
    borderStylesolid

    Format: [KB:输入格式] | [KB:输出格式] 
    使用示例:
    原始值:2012/5/23 
    预期值:2012年5月23日
    格式:M/d/y|y/M/d
    注:日期格式请参考Java SimpleDateFormat

  • Decimal - 格式为十进制。预期在“ Format”字段中的小数位数。
  • File - 显示值作为附件的链接。 在“ Format”字段中预期form def ID  
  • Image - 将该值显示为附件的缩略图。 在Format字段中预期form def ID
  • Options - Show the label of multiple choice element given the value given. Form Def ID is expected in the "Format" field.

    Info
    titleExpected Form Def ID

    Specify the Form Def ID that contains the actual Select Box / Radio / Check Box form element.

Format根据您选择的格式类型,可能会在此处输入其他参数。
Width

列宽以字符为单位

Code Block
titleSample
200px

Image Added

 Image Removed

图5:列表表格属性 - UI

名称描述
Enable Sorting Feature确定是否强制执行行的排序。
Field ID for Sorting
字段保持排序顺序; 必须与目标表单中的字段ID相对应。
Insert Button Label
插入按钮标签
Form to Edit Row
在添加行之后,用户可以通过在这里定义的表单中打开它来编辑记录行。
Form Submit Button Label (Normal Mode)
正常模式下的提交按钮的标签。
Form Submit Button Label (Readonly Mode)

提交按钮的标签处于只读模式。

Display field as Label when readonly?
 
Readonly

确定元素是否可编辑。

Disable Add Feature
确定是否可以添加新行。
Disable Delete Feature

确定是否可以删除一行。

Delete confirmation message
删除一行时的确认消息。
Show Row Numbering?
在最左边显示附加列来表示编号。
Paging SizeItems to be displayed per page.
Popup Dialog Height

字符高度

Code Block
titleSample
500px
Popup Dialog Width

Width in character

Code Block
titleSample
90%

...