I am using the fckeditor in an hta file. I used it just like in the _test directory and still got the " You should not call "fckeditor.html" directly. Please see the "_test" directory for samples on how to use the editor." message, so I disabled it. The Editor still works fine. Do you think there are any problems that could arise from diasableing that alert and useing it anyway? Also, Where would I put any Save and Open File code if I wanted to add that capability?
Sat, 07/12/2003 - 13:15
#1
RE: Use in an hta file
Simply removing the alert was not enough in my case, after i did that i could not set the value of the editor so...
What i did was to find the <iframe> tag in all the files i used for the editor (including the c# files in my case) and added this attribute application="yes".
f.e. <iframe application="yes"...
After you do this the editor should work as expected.
Regards,
Bjorn H.