FCKEditor: How to disable FCKEditor?

Posted on October 3, 2009. Filed under: Javascript, Web Development | Tags: |

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

Posted on June 15, 2009. Filed under: Javascript, Web Development | Tags: |

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 )

Liked it here?
Why not try sites on the blogroll...

Follow

Get every new post delivered to your Inbox.