Is it possible to open a dialog window (in this case a custom one), from a link out side of the editor?
On the page that contains the editor, I have a table that displays the custom elements that have been added to the editor. I'd like to be able to open the dialog windows for editing, by clicking the links within the table.
I'm able to call a function that I defined in the plugin.js file, that takes the id of the custom element , loads the element and then calls the same code used to setup editing.
I keep getting an error in the console about "this.$ is not defined", I'm guessing that this is because no event was fired from within the editor?
I'd appreciate any input
For bonus points, i'd also like to be able to remove elements via outside hrefs as well.