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:
C Robert
2009-08-26 14:03:12 +00:00
parent 4d1a003124
commit 0ce87017d6
329 changed files with 5266 additions and 3451 deletions
@@ -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';