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() ;
}