diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-06-04 00:11:33 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-06-04 00:11:33 -0700 |
commit | 9b328d940af56b9924a342192ebb0790478fa705 (patch) | |
tree | 53a1b649c44315811900d02b73801d3271376b74 | |
parent | 2b9bbaf893a46eda004d43ab93500deb7874072a (diff) |
ckeditor base path
-rw-r--r-- | httemplate/elements/htmlarea.html | 1 |
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 }); |