"ARI Smart Content" is not a visual tool for creating static tables. It contains table applications which can show data from databases and CSV files or convert HTML tables to advanced tables with support paging, sorting, searching and etc.
About tabs, accordions and other similar widgets, it is possible to show data from data sources (for example with database, CSV file, Joomla! articles) or enter data manually directly in plugin code. For example for accordion use the following plugin code:
Code: |
{accordion}
{item title="Item 1"}
This is the first item
{/item}
{item title="Item 2"}
This is the second item
{/item}
{item title="Item 3"}
This is the third item
{/item}
{/accordion}
|
Regards,
ARI Soft