I need to find an image with a file path (file_path) which is available inside tinymce. Since i am using jquery tinymce version. i think i can find image inside tinymce with specified file path.
Function call from thickbox to my parent window
self.parent.edit_img(title,alternate,align,file_path);
Function declaration in parent
function edit_img(title,alternate,align,file_path) { var content=tinyMCE.get('comment').getContent(); alert('Image path: '+file); alert(content); }
Help me to fetch image inside tinymce and i need to edit that image attributes