$oFCKeditor = new FCKeditor($name); $oFCKeditor -> Width = $width; $oFCKeditor -> Height = $height; $oFCKeditor -> ToolbarSet = 'Default'; $oFCKeditor -> BasePath = HTTP_SERVER . DIR_WS_ADMIN . 'FCKeditor/'; $oFCKeditor -> Value = $text; $field = $oFCKeditor->Create($name);
Tue, 08/11/2009 - 14:21
#1

Re: How can i get FCKeditor value from javascript
Re: How can i get FCKeditor value from javascript
Thanks for this link it really helped me.
Regards,