Skip to main content
Inspiring
March 11, 2009
Question

cftextarea with richtext

  • March 11, 2009
  • 2 replies
  • 621 views
I have a basic form now for testing, with a <cftextarea richtext="true">. I am having all kinds of issues with it, and I've googled and haven't found much on this. Here are the issues:

1) When page first loads only getting the FCKeditor Ajax Widget, and not the textarea. If I refresh it holding the shift key, it then displays (seems to only be a FireFox issue).

2) Getting a syntax error [Break on this error] ColdFusion.getElementValue(elementId [, form1, Body])\n

3) Permission denied to get property XULElement.accessibleType [Break on this error] var FCKPanel=function(A){this.IsRTL=(FCK...this.Document=null;this.MainNode=null;};

4) button is null [Break on this error] var FCKPanel=function(A){this.IsRTL=(FCK...this.Document=null;this.MainNode=null;};

I am running CF 8.01, so it should have all the updates. Also the code is pretty much right from the docs, so nothing special about it. Any help would be great!
    This topic has been closed for replies.

    2 replies

    EnergyFedAuthor
    Inspiring
    March 12, 2009
    Ok, I simplified the form and copied the demo from the Docs. It works much better but it is still throws an error. I'm still getting this:

    Permission denied to get property XULElement.accessibleType
    [Break on this error] var FCKPanel=function(A){this.IsRTL=(FCK...this.Document=null;this.MainNode=null;};

    Inspiring
    March 12, 2009
    why don't you re-read the docs on ColdFusion.getElementValue() function?
    your syntax for it is very wrong.

    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/