From: Ivan Kohler Date: Tue, 4 Jun 2013 07:11:49 +0000 (-0700) Subject: ckeditor base path X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=98d2b25256055abb0dfcb9f586b434474fa97afd ckeditor base path --- diff --git a/httemplate/elements/htmlarea.html b/httemplate/elements/htmlarea.html index d0f26e705..f9dcffd3f 100644 --- a/httemplate/elements/htmlarea.html +++ b/httemplate/elements/htmlarea.html @@ -26,6 +26,7 @@ Example: height: <% $opt{'height'} || 420 %>, startupFocus: true, toolbarCanCollapse: true, + basePath: '<% $p %>elements/ckeditor/', enterMode: 2 });