Witam! szukam sposobu na powiększenie pola edycji w FCKEditorze. Ktoś wie gdzie można to ustawić??
drPayton
6.10.2008, 19:55:53
<?php
$oFCKeditor = new FCKeditor('content');
(...)
$oFCKeditor->Width = '600px';
$oFCKeditor->Height = '600px';
(...)
$oFCKeditor->Create();
?>