| mooTree List Plugin |
|
|
|
| Tuesday, 22 December 2009 19:32 | |
|
For example, after installing and publishing plg_mootreelist, the following list: <ul class="mootreelist" title="My List"> <li>Node 1 <ul> <li><a href="/someurl">Joomla</a></li> <li><a href="/someurl" target="_blank">mooTree</a></li> </ul> </li> <li><a href="/someurl">Download</a></li> </ul> Will show like:
|




In order to have a certain UL list replaced with our mooTree you need to apply the mootreelist class to it. If you don't specify any id for your root list, the plugin will generate it's required unique id automatically. The optional TITLE allows you to name your Root element.


