Please see this comment and the rest of the thread: [question]: TinyMCE Image URL select
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The ‘x’-Button element is the element you get using
$(".mceClose"). So you are able to assign an event handler there (you need to assign the handler when the dialog is open/visible) else you won’t find such an element and the assignment will fail. Here it is: