Is there a way to load jquery wysiwyg plugin inside a jquery dialog box.
I tried but the editor is somehow disabled when the dialog box opens.
Is there a way to load jquery wysiwyg plugin inside a jquery dialog box.
I tried but the editor is somehow disabled when the dialog box opens.
It sounds like might be mixing namespaces, classes or id's when you're bringing the two together. Makes sure that your jquery code is not overridding some other part of the other chunk of code.
Good luck!
I've run into this problem with codemirror before. You can not instantiate the wysiwyg until after the dialog is opened, and if you close it you have to instantiate the wysiwyg again when the dialog opens back up.
It has something to do with hiding iframes and how the browser interprets them when they are brought back into view.