M
Meryk
Guest
Hi, My custom code is : file_browser_callback : function (field_name, url, type, win) { win.document.getElementById(field_name).value = ''; }, I am just trying to add a file browser to the insert image/video/link popups. I am adding file_browser_callback to the tinyMCE.init() in rbf_initializeAllTinyMCEs. Should I call all tinyMCE.init() again inside of tinyMceInitCallback() with file_browser_callback ? And then add just this function to the page ? Or both this one and rbf_initialiazeAllTinyMCEs? Thank you Mery
Continue reading...
Continue reading...