window.parent.CKEDITOR.tools.callFunction(2, 'URL_OF_THE_IMAGE', 'SOME_TEXT_ABOUT_CORRECT_UPLOAD');
Error: z._.filebrowserSe is undefined Source File: http://localhost:8080/cms/client/include/ckeditor/ckeditor.js Line: 47
window.parent.CKEDITOR.tools.callFunction(2, 'URL_OF_THE_IMAGE', 'SOME_TEXT_ABOUT_CORRECT_UPLOAD');
Error: z._.filebrowserSe is undefined Source File: http://localhost:8080/cms/client/include/ckeditor/ckeditor.js Line: 47
Re: Problem with callFunction to change tab on image dialog
var CKEDITOR_CurrentDialog = (window.parent.CKEDITOR.dialog.getCurrent()); CKEDITOR_CurrentDialog.selectPage('info'); CKEDITOR_CurrentDialog.getContentElement('info', 'txtUrl').focus(); CKEDITOR_CurrentDialog.setValueOf('info', 'txtUrl', '<%=URLToClientFolder%>getFile.jsp?filename=<%=up_image.getName()%>');instead of: