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