Here is the scenario. I had added a custom plugin in ckeditor. The plugin provide a button on the editor menu and when we click on that button ckeditor dialog box opens up with a text field and and a link attached to it. Now, when I click on the link a form with some list items should pop up using CTOOLS and when I select any items it’s value should be placed in the dialog box text field.
I had created the dialog box but now when I try to click on the link it redirects me to another page instead of opens up another pop up block.