[geeklog-cvs] geeklog: Made the initial size of the Static Pages edit area (wh...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Nov 29 12:06:27 EST 2009


changeset 7497:8bd93a61ca0e
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/8bd93a61ca0e
user: Dirk Haun <dirk at haun-online.de>
date: Sun Nov 29 18:04:39 2009 +0100
description:
Made the initial size of the Static Pages edit area (when using FCKEditor) larger (feature request #0001037)

diffstat:

 public_html/docs/history                        |  2 ++
 public_html/javascript/staticpages_fckeditor.js |  2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 59e9aa23b118 -r 8bd93a61ca0e public_html/docs/history
--- a/public_html/docs/history	Sun Nov 29 17:15:16 2009 +0100
+++ b/public_html/docs/history	Sun Nov 29 18:04:39 2009 +0100
@@ -14,6 +14,8 @@
 
 Static Pages Plugin 1.6.2
 -------------------
+- Made the initial size of the Static Pages edit area (when using FCKEditor)
+  larger (feature request #0001037) [Dirk]
 - If a page does not exist and the user has staticpages.edit rights, send them
   to the Static Page Editor (feature request #0000975) [Dirk]
 - Added a Comment Default config option (feature request #0000966) [Dirk]
diff -r 59e9aa23b118 -r 8bd93a61ca0e public_html/javascript/staticpages_fckeditor.js
--- a/public_html/javascript/staticpages_fckeditor.js	Sun Nov 29 17:15:16 2009 +0100
+++ b/public_html/javascript/staticpages_fckeditor.js	Sun Nov 29 18:04:39 2009 +0100
@@ -32,7 +32,7 @@
         oFCKeditor1.BasePath = geeklogEditorBasePath;
         oFCKeditor1.Config['CustomConfigurationsPath'] = geeklogEditorBaseUrl + '/fckeditor/myconfig.js';
         oFCKeditor1.ToolbarSet = 'editor-toolbar2' ;
-        oFCKeditor1.Height = 200 ;
+        oFCKeditor1.Height = 400 ;
         oFCKeditor1.AutoGrowMax = 1200        
         oFCKeditor1.ReplaceTextarea() ;
     }



More information about the geeklog-cvs mailing list