Adding Tinymce editor to jQuery UI Dialog Box
-
I am building a plugin that uses extensive use of jQuery UI Dialog boxes for updating content.
I need to be able to have multiple editor instances in the same dialog box . The dialog pulls an external file through jQuery ajax.
I tried putting the wp_editor() code in the external file and loop through it but I can’t seem to get it to render the editor, I just get the outline with the visual and html tabs. If I click on the html tab I get the content but there is no actual editor. Also I don’t see any php or js errors.
Is there any documentation about adding multiple editor instances in jQuery modals?
- The topic ‘Adding Tinymce editor to jQuery UI Dialog Box’ is closed to new replies.