Title / Description
Code <?php $oFCKeditor = new FCKeditor('ArticleBody') ; $oFCKeditor->BasePath = "/js/FCKeditor/"; $oFCKeditor->Width = '600'; $oFCKeditor->Height = '500'; if($this->article->ArticleBody!=''){ $oFCKeditor->Value = $this->article->ArticleBody; }else{ $oFCKeditor->Value = ''; } $oFCKeditor->Create(); ?>
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code