From 98d2b25256055abb0dfcb9f586b434474fa97afd Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 4 Jun 2013 00:11:49 -0700 Subject: [PATCH] ckeditor base path --- httemplate/elements/htmlarea.html | 1 + 1 file changed, 1 insertion(+) 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 }); -- 2.11.0