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



Mar 21, 2018, 6:02 PM
1 Posts

On selecting the checkbox from view, change the selected row color

  • Category: Other
  • Platform: Windows
  • Release: 9.0.1
  • Role:
  • Tags: Xpages,viewPanel,Checkbox
  • Replies: 1

Hi, In the view panel I am displaying the checkbox, now what I need is, onselect of the checkbox the row color should be changed.. (Same thing as gmail, when you select row, the selected document will be highlighted in lime yellow color)

Apr 17, 2018, 6:41 PM
1 Posts
onchange event CSJS

domClass.add(tagID, "selectedCSS");  tagID is "#{id:clientID}"

 


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