function fileBrowserCallBack(field_name, url, type, win) { var cmsURL; cmsURL= "${url}/wa/ResourcesAction/tinyFileBrowser?type="+type+"&wosid=${sessionId}&elementId=txtId"; tinyMCE.activeEditor.windowManager.open({ file : cmsURL, title : 'Adns file Browser', width : 600, height : 500, resizable : "yes", inline : "yes", // This parameter only has an effect if you use the inlinepopups plugin! close_previous : "no" }, { window : win, input : field_name }); return false; } function noConvertionURLConverter(url, node, on_save) { return url; };