summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-06-04 00:11:33 -0700
committerIvan Kohler <ivan@freeside.biz>2013-06-04 00:11:33 -0700
commit9b328d940af56b9924a342192ebb0790478fa705 (patch)
tree53a1b649c44315811900d02b73801d3271376b74
parent2b9bbaf893a46eda004d43ab93500deb7874072a (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 e173a7cb9..f18b94190 100644
--- a/httemplate/elements/htmlarea.html
+++ b/httemplate/elements/htmlarea.html
@@ -27,6 +27,7 @@ Example:
startupFocus: true,
skin: 'kama',
toolbarCanCollapse: true,
+ basePath: '<% $p %>elements/ckeditor/',
enterMode: 2
});