TinyMCE 4 links plugin modal in not editable

From https://github.com/tinymce/tinymce/issues/782 For jQuery UI dialogs you can do this: $.widget(“ui.dialog”, $.ui.dialog, { _allowInteraction: function(event) { return !!$(event.target).closest(“.mce-container”).length || this._super( event ); } }); This seems to be a more generalized solution that you might be able to modify for Bootstrap: $(document).on(‘focusin’, function(e) { if ($(e.target).closest(“.mce-window”).length) { e.stopImmediatePropagation(); } }); Update: For the new version … Read more

TinyMCE API v4 windowManager.open – What widgets can I configure for the body option?

After I beautified the minified version of tinymce, i found that these may be some of the body types for windowManager.open. I’m not sure how to use them all, as all this info was gathered through trial and fail. Since the documentation is really bad, no real info can be gathered. Also here’s a link … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)