diff --git a/src/Forms/TextAreaEditor.php b/src/Forms/TextAreaEditor.php index 8d3cbbb..f126b64 100644 --- a/src/Forms/TextAreaEditor.php +++ b/src/Forms/TextAreaEditor.php @@ -113,7 +113,7 @@ class TextAreaEditor extends BaseForm { } */ ?> -

+

load_image_url=$load_image_url; + + } + + public function form() + { + + //PhangoVar::$arr_cache_jscript[]='tinymce_path.js'; + + if(!isset(View::$header['ckeditor'])) + { + + View::$js[]='jquery.min.js'; + View::$js[]='ckeditor/ckeditor.js'; + + ob_start(); + + ?> + + + + + + +

+