Skip to main content
Participant
October 25, 2015
Answered

Anyway to script opening a panel?

  • October 25, 2015
  • 1 reply
  • 1072 views

Is there anyway to script opening an extension panel from js?

I'm currently developing a panel acting as a toolbox.

I'd like for the toolbox to be able to open Modal dialogs.

Looking through the Samples project I found the HTML Test Modal dialog which looks like what I want.

I just need a way to trigger the dialog to open.

I also would like to script closing the panel as well.

Any ideas?

Thanks,

Brennan

This topic has been closed for replies.
Correct answer Bruce Bullis

From JavaScript? Yes; search the CEP_HTML_Test_Extension you're already referencing, for 'requestOpenExtension'.

What would you like to do in your dialogs?

1 reply

Bruce Bullis
Bruce BullisCorrect answer
Legend
October 26, 2015

From JavaScript? Yes; search the CEP_HTML_Test_Extension you're already referencing, for 'requestOpenExtension'.

What would you like to do in your dialogs?

brchapmanAuthor
Participant
October 26, 2015

Awesome!

That accomplishes everything I'm looking for.

Thanks!