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 25, 2013, 1:30 PM
66 Posts

“Select All” option for XPages valuePicker Control?

  • Category: Extension Library
  • Platform: Windows
  • Release: 9.0
  • Role: Developer
  • Tags:
  • Replies: 1

I'm trying to use the valuePicker XPages Extension Library control. I realize that you can hold down the Control button to select multiple values at a time, but is there a way to add the ability to select all values/options? Thanks for any help.

 

<xp:inputText id="example" multipleSeparator=","></xp:inputText>
<xe:valuePicker for="example" pickerText="Choose option">
    <xe:this.dataProvider>
        <xe:simpleValuePicker
            valueList="Option 1, Option 2, Option 3, Option 4, Option 5"
            valueListSeparator=",">
        </xe:simpleValuePicker>
    </xe:this.dataProvider>
</xe:valuePicker>
Oct 25, 2013, 3:23 PM
453 Posts
Actually

you do not need to hold down the shift or control to select multiple values. If the target is set with a multi value seperator you can just click on one or more values to select them. As for a select all, I'm not sure how to do that. It would be a great extension of the value picker.


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