This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Apr 11, 2012, 7:00 PM
9 Posts
topic has been resolvedResolved

accordion container overlap

  • Category: Extension Library
  • Platform: Mobile
  • Release: 8.5.3
  • Role:
  • Tags: accordian mobile
  • Replies: 1
 On a blackberry using the dojo accordion container I have some overlap.  The third accordion heading, which is supposed to read "Basics," instead displays like the picture.
This is the relevant code... 
<xe:djAccordionContainer id="djAccordionContainer1">
<xe:djAccordionPane id="djAccordionPane1">
<xe:this.dojoAttributes>
<xp:dojoAttribute name="title"
value="Pending Issue">
</xp:dojoAttribute>
</xe:this.dojoAttributes> 
</xe:djAccordionPane> 
<xe:djAccordionPane id="djAccordionPane2">
<xe:this.dojoAttributes>
<xp:dojoAttribute name="title"
value="Final Resolution">
</xp:dojoAttribute>
</xe:this.dojoAttributes>
</xe:djAccordionPane>
<xe:djAccordionPane id="djAccordionPane3">
<xe:this.dojoAttributes>
<xp:dojoAttribute name="title"
value="Basics">
</xp:dojoAttribute>
</xe:this.dojoAttributes>
</xe:djAccordionPane>
</xe:djAccordionContainer> 
Jun 4, 2012, 10:04 PM
9 Posts
Re: accordion container overlap
 I never did figure this out, but the dynamic content control does a better job of allowing you to fit many panes in to a small space, so I used it.

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal