Versions Compared

Key

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

...

To configure a <listitems> widget, it is recommended to follow the recommendations when filling in the attribute values. You can use the example below as a pattern:


Code Block
languagejs
themeEclipse
titleItems List
<listitems class="linkStyles" tableName="announcement" condition="" listView="AnnounceView"
  choiceConditionName="announcement_type" dateConditionName="sys_created_at" perPage="5" displayColumnNumber="2">
</listitems>

...