コード例 #1
0
ファイル: jckeditor.php プロジェクト: justinlyon/scc
 /**
  * ckeditor Lite WYSIWYG Editor - set the editor content
  *
  * @param string 	The name of the editor
  */
 function onSetContent($editor, $html)
 {
     return JCKJavascriptHelper::setContent($editor, $html);
 }