ckeditor base path
authorIvan Kohler <ivan@freeside.biz>
Tue, 4 Jun 2013 07:11:49 +0000 (00:11 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 4 Jun 2013 07:11:49 +0000 (00:11 -0700)
httemplate/elements/htmlarea.html

index d0f26e7..f9dcffd 100644 (file)
@@ -26,6 +26,7 @@ Example:
     height: <% $opt{'height'} || 420 %>,
     startupFocus: true,
     toolbarCanCollapse: true,
+    basePath: '<% $p %>elements/ckeditor/',
     enterMode: 2
   });