FCKEditor: How to disable FCKEditor?
Have you ever had a problem with FCKEditor where you wanted to disable the editor but still have the scroll bars show up ? Here is a sample snippet that disables the editor based on a request variable and enables the scroll bar – <% if(request.getSession().getAttribute(“isView”) != null && “true”.equalsIgnoreCase(request.getSession().getAttribute(“isView”).toString())) {%> if(oEditor != null && [...]
Read Full Post | Make a Comment ( None so far )FCKeditor: Resolve “FCKeditorAPI is not defined” issue
FCKeditor offers a complete JavaScript API so you can interact with it once the editor is loaded and running. Once loaded, the editor registers a global object called FCKeditorAPI. This object offers the entry point to interact with any editor instance placed in a page. NOTE: The FCKeditorAPI object will not be available during the [...]
Read Full Post | Make a Comment ( 4 so far )



