Ben FCKeditors içinde onBlur işlevi çağırmak istiyorum.
İşte benim kodudur.
<?php
$oFCKeditor = new FCKeditor('conf_emailtext['.$this->escape($data->conf_id).']') ;
$oFCKeditor->BasePath = $this->baseUrl().'/FCKeditor/' ;
$oFCKeditor->Value = $this->arrMailList[$i]['conf_emailtext'];
$oFCKeditor->Height ='400px';
$oFCKeditor->Width ='650px';
$oFCKeditor->Create() ;
?>
Herkes bana bu sorunu çözmek için yardımcı olabilir misiniz?
Şimdiden teşekkürler.
Kanji