summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-06-04 00:11:49 -0700
committerIvan Kohler <ivan@freeside.biz>2013-06-04 00:11:49 -0700
commit98d2b25256055abb0dfcb9f586b434474fa97afd (patch)
tree6ac998908580b33d1f31b0ef3251fd4e1e08b7ac
parent87ccff97601d522326f56184a41037278ad328c5 (diff)
ckeditor base path
-rw-r--r--httemplate/elements/htmlarea.html1
1 files changed, 1 insertions, 0 deletions
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
});