msgbartop
Arama Motoru Optimizasyonu , Scriptler ,Genel Bilgiler ve SEO Makaleleri
msgbarbottom

FCKEditör’ün Genişlik ve yükseklik ayarı 31 10 09

fckeditor_php5.php dosyasında

PHP- Kodu:

public function __construct( $instanceName )
{
$this->InstanceName = $instanceName ;
$this->BasePath = '/fckeditor/' ;
$this->Width = '100%' ; // Genişlik Ayarı
$this->Height = '400' ; // Yükseklik Ayarı
$this->ToolbarSet = 'Default' ;
$this->Value = '' ;

$this->Config = array() ;
}

Etiketler: , , , , ,