Error: E has no properties
Source File: /FCK/editor/js/fckeditorcode_gecko.js
Line: 28
function AlertName(iName){
oEditor = FCKeditorAPI.GetInstance(iName);
outstr = oEditor.GetXHTML(); // Error is thrown here, I've verified the oEditor object is ok
alert(outstr);
}
This is being called by a dialog window, for testing a function I'm working on, and I'm pulling my hair out with it please help!
The second time I click the dialog "OK" button, it alerts the expected HTML output. It fails the first time, every time.
Sat, 10/28/2006 - 18:56
#1
RE: Error: E has no properties?
RE: Error: E has no properties?
RE: Error: E has no properties?
Aside from several plugins (which I tried commenting out to troubleshoot this problem) this is a standard install. I'm working on a "save as" dialog and got it working for the most part. You helped with the FitWindow problem I was running in to and that's about when I started noticing this behavior. Not sure what I could have done to have caused this.
I've also done a mod to the filemanager asp connector ( but I don't think that would have caused it). They are detailed here:
http://sourceforge.net/tracker/index.ph ... tid=543655 (startup folder)
http://sourceforge.net/tracker/index.ph ... tid=543655 (resource directories)
I'm pretty new to this library but I'm working my way around it. I appreciate all your help!
RE: Error: E has no properties?
Do you have a demo up anywhere, so I can check the errormessage myself?
Btw, for a save as feature, you can try the LFO plugin : http://fckplugins.saulmade.nl/ (panel 'LFO plugin and filemanager extensions')
RE: Error: E has no properties?
I rewrote the fckconfig file, and this fixed the problem... not sure what was causing it but thats ok, I'm just happy its working
Sorry its only on my test server till I get everything setup and working right. Thanks anyways!
RE: Error: E has no properties?
BTW, I noticed that the problem only seems to happen in Firefox 2, not IE 7.
Thanks,
Steve
RE: Error: E has no properties?
RE: Error: E has no properties?
Thanks again for your help Paul!
Steve