You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 7 Next »
Use the <previewList> tag to display table items as a customizable list.
Available attributes:
Specify a condition to apply to the list. This attribute must contain a condition string.
Set the value to true to change the style of the list and make its background transparent. The default value is false.
To display the table header, specify it in the <ListHeader> child tag, as in the example below.
<previewList tableName="announcement" view="AnnounceView" elementCount="3" subjectColumn="subject" dateColumn="sys_created_at" stateColumn="state" wrap="true" itemView="announceView"><ListHeader><div>Announcements</div></ListHeader></previewList>