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 19, 2011, 4:11 PM
122 Posts

Re: Guidance: Data Table & checkboxes

  • Category: Server Side JavaScript
  • Platform: All
  • Release: 8.5.3
  • Role: Developer
  • Tags: checkbox binding
  • Replies: 2
Check out the NotesIn9, I think it's episode 25 which talks about selecting documents from a repeat control. http://notesin9.com/index.php/2011/04/01/notesin9-025-selecting-documents-from-a-repeat-control/
 
It's effectively the same technique you need for a data table. I also wrote a series on validation of checkboxes, which has the whole aspect of setting/unsetting properties in a scoped variable based on whether the checkbox is ticked or not. It was some time ago, but covers various version of XPages and may be of interest http://hermes.intec.co.uk/Intec/Blog.nsf/archive?openview&title=Validation%20Tutorial&type=cat&cat=Validation%20Tutorial.
 
If you need to set the checkbox to checked or not, you can just set the defaultChecked property to check against the scoped variable you set in the onClick. 
Jul 19, 2011, 4:11 PM
5 Posts
Re: Guidance: Data Table & checkboxes
 Great, thanks, Paul. I'll check all of this out this afternoon.

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