We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Integration with TinyMCE 4.x (markdown)
Fix small typo
fix `function elFinderBrowser` arguments
Minor fixes to new 'file_picker_callback' code alternative
Adds alternative code to use new TinyMCE 'file_picker_callback' option which better populates image dimensions in insert dialog
Add a forced refresh of the TinyMCE dialog to have it popuplate the image dimensions
win.document.getElementById(field_name).value = url; if win.document.getElementById(field_name).value = url.url; the in tinymce can't recognise it
setUrl: function (url) - there is Object with property url, than we must set win.document.getElementById(field_name).value = url.url;
Using top instead of parent can result in some problems if your tinymce editor is in iframe
Updated to fix some issues.
Integration with TinyMCE 4.x is a bit different than 3.x. Also, there isn't a public API for refreshing the image dimensions yet. This page should be edited when/if that is added to TinyMCE 4.x.