TaxonomyManager.RenderTaxa

Posted by Community Admin on 05-Aug-2018 17:13

TaxonomyManager.RenderTaxa

All Replies

Posted by Community Admin on 15-Jun-2012 00:00

Can you give us a method to render out a List<Guid> of categories easily?

Render out to a UL\LI, optional parameter to wrap the item in a link to do filtering?

<ul>
    <li>Category1</li>
    <li>Category2</li>
</ul>

<ul>
    <li><a href="?">Category1</a></li>
    <li><a href="?">Category2</a></li>
</ul>

I just want an easier way to do this...90% of the time, you want them rendered out in a UL structure anyway right?  Style it up how you want?

This thread is closed