eposner wrote:Well let me begin by saying that im no programmer. I am new to the forum and this is a really cool web based editor. it generates some really clean code. the install instructions are a little vague. i have downloaded unzipped and set up in iis, i am using the url of http://***/htmleditor/editor/fckeditor.html it appears to be working in mozilla and in safari but not in any version of IE i am getting some errors This._Window.document.body has no properties in http://***/htmleditor/editor/js/fckeditorcode_gecko.js line 75 this.linkedfield has no properties line 30 fck.contextmenu_innercontextmenu has no properties line 31
I am a total noob when it comes to java. so any help would be appreciated. I am supposed to use that fckeditor.html file or am i just confused? please help.
Martin, I'm at my wit's end. My editor is not being populated in IE6. It works great in IE7, Firefox, Netscape, Opera...this is on Coldfusion5 and I installed the newest version of the editor folder and tried the default config file since I had modified the toolbars. But even with new editor code and the new config file it still won't populate the editor with this call: <cfmodule template="../../fckeditor/fckeditor.cfm" basePath="/sitebuilder/tools/fckeditor/" instanceName="content" checkBrowser="true" value="#dspContent#" width="550" height="350" type="SiteBuilder" toplevel="#application.share_root#images\#application.domain#\community_news\" fieldname="content" formname="GetData" html="#htmleditformat(dspContent)#" maxsize="2000" initimgpath="#application.share_root#images\#application.domain#\community_news\">
Re: not working in IE
Re: not working in IE
I'm at my wit's end. My editor is not being populated in IE6. It works great in IE7, Firefox, Netscape, Opera...this is on Coldfusion5 and I installed the newest version of the editor folder and tried the default config file since I had modified the toolbars. But even with new editor code and the new config file it still won't populate the editor with this call:
<cfmodule template="../../fckeditor/fckeditor.cfm"
basePath="/sitebuilder/tools/fckeditor/"
instanceName="content"
checkBrowser="true"
value="#dspContent#"
width="550"
height="350"
type="SiteBuilder"
toplevel="#application.share_root#images\#application.domain#\community_news\"
fieldname="content"
formname="GetData"
html="#htmleditformat(dspContent)#"
maxsize="2000"
initimgpath="#application.share_root#images\#application.domain#\community_news\">