Hello, I am using the PHP version of the editor, putting the textarea in a DIV with display:none
<DIV ID="not1" STYLE="display:none ">
<? $oFCKeditor = new FCKeditor('notizia'.$IDnot) ; $oFCKeditor->Value = $row_not["testo"] ; $oFCKeditor->Create() ; ?>
</DIV>
but it give me an error, and when I make the div visible, There is only the textarea without the toolbar.
In the Firefox 1.0 Javascript Console I get these message
Errore: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMScreen.width]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://www.linux.bjmaster.com/webware/F ... kconfig.js :: <TOP_LEVEL> :: line 112" data: no]
Errore: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.designMode]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://www.linux.bjmaster.com/webware/F ... gecko_1.js :: anonymous :: line 25" data: no]