note UI
authorIvan Kohler <ivan@freeside.biz>
Sun, 12 Jul 2015 06:10:12 +0000 (23:10 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 12 Jul 2015 06:10:12 +0000 (23:10 -0700)
httemplate/edit/cust_main_note.cgi
httemplate/elements/htmlarea.html

index a089db2..9ae29c2 100755 (executable)
     join '', split /<br \/>|&nbsp;/, $comment 
     %></TEXTAREA>
 % } else {
-    <& /elements/htmlarea.html, 'field'      => 'comment_html',
-                                'curr_value' => $comment
+    <& /elements/htmlarea.html,
+         'field'      => 'comment_html',
+         'curr_value' => $comment,
+         'config'     => { toolbarStartupExpanded => JSON::false,
+                           height                 => 315,
+                         },
     &>
 % }
 
index c98993d..7c40e61 100644 (file)
@@ -34,6 +34,7 @@ my $config = {
   'startupFocus'        => JSON::true,
   'skin'                => 'kama',
   'toolbarCanCollapse'  => JSON::true,
+  'removePlugins'       => 'elementspath',
   'basePath'            => $p.'elements/ckeditor/',
   'enterMode'           => 2,
   %{ $opt{config} || {} },