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



Jun 19, 2011, 6:20 PM
170 Posts

HELP: Custom control propertys show and hide

  • Category: Server Side JavaScript
  • Platform: All
  • Release: 8.5.2
  • Role: Developer
  • Tags:
  • Replies: 2
 I I'm writing a custom control how do I get the property values if they are stored
in groups, like below how do I get URL. if I can Hav several Site Groups?
 root
     Site (group)
             URL
             param 
 
How Can I use Visibility for Custom control properties?
 
If I added a  type property below Site could I show and Hide diffrent properties then ?
How is this done? 
 
Jun 24, 2011, 9:48 PM
13 Posts
Re: HELP: Custom control propertys show and hide
 when you refer to the other property you can simply use the name, the categories shouldn't matter.  You can even do something like
URL.toString() != "" 
 
site is simply a category in the config.xml file 
Jun 26, 2011, 4:27 PM
170 Posts
Re: HELP: Custom control propertys show and hide
ok but when I can create multiple url:s
 and I want to display the url property if the corresponding type property value is set to http
 
perhaps this can not be done? 
 
displying diffrent number of properties depending on a type property is each created category. 
 

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