Trigger the event which happens when I click the 'x' button on a TinyMCE modal dialog (like the advimage dialog) -


please see comment , rest of thread: [question]: tinymce image url select

thank you!

the 'x'-button element element using $(".mceclose"). able assign event handler there (you need assign handler when dialog open/visible) else won't find such element , assignment fail. here is:

$(".mceclose").click(function() {   alert('handler .click() called.'); }); 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -