Hi,
I'm trying to use the FCKeditor and I must say that works fine. I think it's the best on the net.
I've put it (the js versione) in an plsql stored procedure that is called in an Oracle Portal page.
The editor function well. I can insert every content I want and save (submit) it in a DB.
The unique problem I found is when loading the editor passing a default value that contains a table or simply the string "<table>". The editor IE window is blocked and takes about minutes or more to show the content.
Making some control I've noticed that all function well till "_GetIFrameHtm" is called and the problem should be in variable "sFile" or maybe in "fckeditor.html".
I get this problem also when I click on the "Code Mode" when the editor contains a table. It takes about 10 minutes to turn to the "WYSIWYG" mode.
Some ideas on what's wrong when loading a table?
Thank you very much.
I'm trying to use the FCKeditor and I must say that works fine. I think it's the best on the net.
I've put it (the js versione) in an plsql stored procedure that is called in an Oracle Portal page.
The editor function well. I can insert every content I want and save (submit) it in a DB.
The unique problem I found is when loading the editor passing a default value that contains a table or simply the string "<table>". The editor IE window is blocked and takes about minutes or more to show the content.
Making some control I've noticed that all function well till "_GetIFrameHtm" is called and the problem should be in variable "sFile" or maybe in "fckeditor.html".
I get this problem also when I click on the "Code Mode" when the editor contains a table. It takes about 10 minutes to turn to the "WYSIWYG" mode.
Some ideas on what's wrong when loading a table?
Thank you very much.