Hello,
I draw a FCKeditor field with php5:
$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);
Re: How can i get FCKeditor value from javascript
Answer is in the JavaScript API documentation...
Re: How can i get FCKeditor value from javascript
Thanks for this link it really helped me.
Regards,