Launch a dockable jsx script from CEP extension panel?
Hello, I have a dockable jsx script that I've rolled into an extension (because I need to do some fetch requests before loading it). So basically the CEP panel is only to make use of node js, authenticate the user, then it just needs to load the jsx where everything else will happen. I just can't seem to figure out how to load the jsx as dockable (as if it was run from ScriptUI folder). If there's no way to launch it as a dockable panel, is it possible to have it replace the contents of the extension panel (which is already dockable and has no use once the user is authenticated)?
I just really want to avoid rewriting my jsx code to hook up to CSinterface, since it already works fine and is just missing the dockable feature. Any ideas on this?
Thanks!
