The CKEditor documentation carries a complete list of the [http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html|available config settings]. These can be overridden in the bitweaver local config file, or in a private config file provided with a theme.

! Toolbars
The basic and full toolbar configurations are provided by the core toolbar plugin, while 4 additional toolbars are managed via /ckeditor/ckconfig.bitweaver.js which can be modified to personal taste, or additional toolbar layouts can be added, but will need to be include in the /ckeditor/admin/admin_ckeditor_inc.php drop down to allow seletion.

! Layout
One of the nice feature added in CKEditor is the ability to expand the text area. This is enabled by default, but it's minimum sizes may cause problems in some themes and browser sizes.
resize_enabled=false will disable the drag box on the bottom right, while
resize_minWidth and resize_minHeight allow these dimentions to be changed. These values can be added to the /ckeditor/config.js file

{code title=/ckeditor/config.js}
CKEDITOR.editorConfig = function( config )
{
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = '#AADC6E';

config.resize_minWidth=400
config.resize_minHeight=500
};
{/code}
Page History
Date/CommentUserIPVersion
23 May 2011 (21:56 UTC)
Alan Iroff198.22.122.48
Current • Source
Alan Iroff198.22.122.47
View • Compare • Difference • Source
Alan Iroff198.22.122.46
View • Compare • Difference • Source
Lester Caine81.138.11.1365
View • Compare • Difference • Source
Lester Caine81.138.11.1364
View • Compare • Difference • Source
Lester Caine81.138.11.1363
View • Compare • Difference • Source
Lester Caine81.138.11.1362
View • Compare • Difference • Source
Lester Caine81.138.11.1361
View • Compare • Difference • Source