Hi does anybody know how i can set the editor height?
I hope i can use a function for it ?
I hope i can use a function for it ?
<?php $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = $editorPath; $oFCKeditor->Config['SkinPath'] = $oFCKeditor->BasePath . 'editor/skins/office2003/' ; $oFCKeditor->Create() ; echo $oFCKeditor->BasePath; ?>
RE: Editor height
hehe found answer 3 threads below on other topic
this is an awesome editor 
$oFCKeditor->Width = "80%";
$oFCKeditor->Height = 400;