Collapsible Applet UI
Hi,
I'm trying to use collapsible applets view in our application.
performed the following:
Created a Web Template file and associated it to the required view and added the desired theme to it:
View Web Template |
---|
<div id="accordion"> <h3 id="h3sec1">General Info Summary</h3> <div id="divSec1"> <swe:for-each count="25" iteratorName="currentId" startValue="80"> <swe:applet hintMapType="Applet" id="swe:currentId" hintText="Applet" property="FormattedHtml" var="Parent"/> </swe:for-each> </div> <h3 id="h3sec2">Assets & Liabilities Summary</h3> <div id="divSec2"> <swe:for-each count="10" iteratorName="currentId" startValue="120"> <swe:applet hintMapType="Applet" id="swe:currentId" hintText="Applet" property="FormattedHtml" var="Parent"/> |