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 17, 2016, 1:26 AM
110 Posts

Calling a dialog within custom control

  • Category: Server Side JavaScript
  • Platform: Windows
  • Release: 9.0.1
  • Role: Developer
  • Tags: dialog control,custom control
  • Replies: 1

I created a custom control which contains the extension library dialog control.

In my new XPage, I put the newly created custom control. Here, it's ID is 'mydialogcc'.

How can I show the dialog? I tried using the usual SSJS code getComponent('mydialogcc').show() but it doesn't work.

Oct 25, 2016, 11:14 AM
50 Posts
Calling a dialog within custom control

Have you tried CSJS? XSP.openDialog('#{id:mydialogcc}')


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