Yes, we created two dialogs, one for customized link and one for customized images. Insert customized link works fine. However, there was a problem to insert customized image dialog window.
for this example, the top window is the default cuteEditor insert image window, the 2nd window is what we want to show our customer.
Our customzied page for insert image can display, but as soon as editor.ExecCommand("InsertImage","",imgName) is called, instead of filling in our specified link to the editor and close window, this command will call the the default cuteEditor insertImage dialog box and overlap our customized page for insert image and our window will become functionless.
Our question is, how to stop editor.ExecCommand("insertImage","",imgname) from calling the default cuteEditor insertImage window?
Our goal is to show our customized picture picking page and insert our specified image URL to the editor.