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!