private function getTinyMCE($mode)
 {
     $tiny_css = $this->theme_path . DIRECTORY_SEPARATOR . "css" . DIRECTORY_SEPARATOR . "tiny.css";
     $tiny = new CNTinyMCE($mode);
     //    $tiny->unsetTinyParam('skin_variant');
     $tiny->setTinyParam('content_css', $tiny_css);
     return $tiny;
 }