Hello,
Some tips about component usage can be found
here. Each plugin page contains sample of usage and description all available plugin parameters. If you want to embed accordion into an article, place the following code into article:
Code: |
{arijaccordion animated="bounceslide" width="200"}
{arijaccordionitem title="Title 1"}
First section
{/arijaccordionitem}
{arijaccordionitem title="Title 2"}
Second section
{/arijaccordionitem}
{arijaccordionitem title="Title 3"}
Third section
{/arijaccordionitem}
{/arijaccordion}
|
If you use a WYSIWYG editor switch it to plain text mode because it can add extra HTML code which can break plugin code. If MooTools javascript library is used on your site, open "ARI JQuery UI Loader" plugin settings page and set "No conflict" parameter to "Yes" that avoid conflict between jQuery and MooTools libraries.
Regards,
ARI Soft