Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cftextarea with richtext

Explorer ,
Mar 11, 2009 Mar 11, 2009
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!
579
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 12, 2009 Mar 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/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 12, 2009 Mar 12, 2009
LATEST
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;};

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources