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



Aug 19, 2013, 9:30 PM
453 Posts
topic has been resolvedResolved

Forcing an onclick event from CSJS or SSJS

  • Category: Other
  • Platform: All
  • Release: 9.0
  • Role: Developer
  • Tags: on-click
  • Replies: 2

Is it possible to force an onClick event of a button from either SSJS or CSJS?

For example can a getComponent("refresh") where refresh is a button then call the onClick event.

Aug 20, 2013, 6:49 AM
54 Posts
click

CSJS = document.getElementById("#{id:Refresh}").click();


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