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



Jul 8, 2011, 2:40 AM
12 Posts
topic has been resolvedResolved

Help with dojo filtering select combo boxes ?

  • Category: Extension Library
  • Platform: All
  • Release: 8.5.3
  • Role:
  • Tags: dojo filtering select combo boxes
  • Replies: 2
Hi
Is it possible to populate the label/value in the filtering select combo boxes dynamic?
Thank you
Leon
Jul 8, 2011, 9:29 PM
47 Posts
Re: Help with dojo filtering select combo boxes ?
if you're using a djFilteringSelect, yes, you should be able to add something like this as a child of the djFilteringSelect:
<xp:selectItems>
<xp:this.value><![CDATA[#{javascript:var list = ["one","two","three","four"]; list[list.length] = "five"; return list;}]]></xp:this.value>
</xp:selectItems>
 
Return the a list or java.util.Vector in the this.value tag, computing as you wish, separate labels and values with a |, if you use labels. 
 
Rich 
 
 
Oct 31, 2011, 5:52 AM
12 Posts
Re: Help with dojo filtering select combo boxes ?
thank you

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