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



Oct 27, 2012, 3:48 PM
14 Posts
topic has been resolvedResolved

hide/show panel...

  • Category: Forum design
  • Platform: Windows
  • Release: 8.5.3
  • Role: Developer
  • Tags:
  • Replies: 2
hi forum,
 
I have a checkbox that handles a hide/show event of a panel.
The panel includes a table (2 rows, 5 columns) with about 10 fields. 
this works fine, but when ich hide the panel I have about 5 empty lines. 
how can I completely hide a table? 
 
any ideas? 
 
 
Nov 6, 2012, 2:53 PM
3 Posts
Re: hide/show panel...
I was this resolved. I am having the same problem.
Nov 6, 2012, 7:53 PM
10 Posts
Re: hide/show panel...
 
This is how I handled it:
 
Bind your "hide" checkbox to a scoped variable.
 
I set the style on the panel using a computed value:             if (viewScope.checkboxval=="hide") {return "hidden"} 
 
CSS must contain:     .hidden {display:none;}
 
 
 

 

 


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