...
To configure a <previewList> widget, it is preferable to follow the recommendations when filling in the attribute values. You can use the example below as a pattern:
Code Block | ||
---|---|---|
| ||
<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> |
...