in Liferay 6.2, I can see that all of the below options are basically collapsible.
I would like to make a list in my portlet the same. My sample data is
<ul> Header 1
<li> Sub Header 1</li>
<li> Sub Header 2</li>
</ul>
<ul> Header 2
<li> Sub header 1</li>
<li> Sub header 2</li>
</ul>
Could anyone post an example or how to achieve this?
liferay-portal-src-6.2.0-ce-ga1\portal-web\docroot\html\portlet\control_panel_menu\view.jsp
– Tubate