You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 6 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 this attribute to true to change the style of the list and make its background transparent. It is false by default.
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>