Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Collapsible Applet UI

edited Feb 21, 2019 10:15PM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 7 commentsAnswered ✓

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"/>

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center