[Rt-commit] rt branch, 4.2/update-ckeditor, updated. rt-4.1.6-244-g62b66a4

? sunnavy sunnavy at bestpractical.com
Fri Mar 8 10:40:35 EST 2013


The branch, 4.2/update-ckeditor has been updated
       via  62b66a4738fc7a14792994485b3219c95c46aea1 (commit)
      from  02bb63619b4d84221166bab70a0eac753eac8b21 (commit)

Summary of changes:
 share/static/RichText/config.js | 1 +
 1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit 62b66a4738fc7a14792994485b3219c95c46aea1
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Mar 8 23:14:47 2013 +0800

    explicitly set toolbarCanCollapse to make toolbar collapsible
    
    seems new version of ckeditor doesn't enable this by default any more

diff --git a/share/static/RichText/config.js b/share/static/RichText/config.js
index 1969e6e..8317bfc 100644
--- a/share/static/RichText/config.js
+++ b/share/static/RichText/config.js
@@ -33,6 +33,7 @@ config.disableNativeSpellChecker = false;
 config.browserContextMenuOnCtrl = true;
 
 
+config.toolbarCanCollapse = true;
 config.toolbarStartupExpanded = false;
 config.font_names =
     'Arial/Arial, Helvetica, sans-serif;' +

-----------------------------------------------------------------------


More information about the Rt-commit mailing list