I'm trying to initialize the editor with a value contained in a textarea.
I'm initializing with this :
var oFCKeditor ;
oFCKeditor = new FCKeditor('name', '100%', '580', 'Default', window.opener.wizard.name.value) ;
oFCKeditor.Create() ;
And nothing appear though the value is not null.
Does anyone can help me ...
I'm trying to use the 1.3 version
Thx for all
I'm initializing with this :
var oFCKeditor ;
oFCKeditor = new FCKeditor('name', '100%', '580', 'Default', window.opener.wizard.name.value) ;
oFCKeditor.Create() ;
And nothing appear though the value is not null.
Does anyone can help me ...
I'm trying to use the 1.3 version
Thx for all