mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-08 18:05:08 +00:00
Imported CKEDITOR 3.0
Monotone-Parent: 5f9c08dd6b5b34d815ddb2108abbf4055e846934 Monotone-Revision: b2cf7eda0ef8f15fb6e78f8c38a7406a47bcdd2f Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-08-26T14:03:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -272,4 +272,24 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
||||
}
|
||||
})();
|
||||
|
||||
/**
|
||||
* The "styles definition set" to load into the styles combo. The styles may
|
||||
* be defined in the page containing the editor, or can be loaded on demand
|
||||
* from an external file when opening the styles combo for the fist time. In
|
||||
* the second case, if this setting contains only a name, the styles definition
|
||||
* file will be loaded from the "styles" folder inside the stylescombo plugin
|
||||
* folder. Otherwise, this setting has the "name:url" syntax, making it
|
||||
* possible to set the URL from which loading the styles file.
|
||||
* @type string
|
||||
* @default 'default'
|
||||
* @example
|
||||
* // Load from the stylescombo styles folder (mystyles.js file).
|
||||
* config.stylesCombo_stylesSet = 'mystyles';
|
||||
* @example
|
||||
* // Load from a relative URL.
|
||||
* config.stylesCombo_stylesSet = 'mystyles:/editorstyles/styles.js';
|
||||
* @example
|
||||
* // Load from a full URL.
|
||||
* config.stylesCombo_stylesSet = 'mystyles:http://www.example.com/editorstyles/styles.js';
|
||||
*/
|
||||
CKEDITOR.config.stylesCombo_stylesSet = 'default';
|
||||
|
||||
Reference in New Issue
Block a user