X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fconfig.js;h=cd71ffe0de0bbf26332e074ce9c773cbfd71838d;hp=f7a2ad7c876f8f6ab361d5f784d479ab3acd0880;hb=c6e377a02b54abc07129d72b632763c727476a15;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6 diff --git a/_source/core/config.js b/_source/core/config.js index f7a2ad7..cd71ffe 100644 --- a/_source/core/config.js +++ b/_source/core/config.js @@ -89,8 +89,8 @@ CKEDITOR.config = * The user interface language localization to use. If empty, the editor * automatically localize the editor to the user language, if supported, * otherwise the {@link CKEDITOR.config.defaultLanguage} language is used. - * @default true - * @type Boolean + * @default '' (empty) + * @type String * @example * // Load the German interface. * config.language = 'de'; @@ -167,14 +167,18 @@ CKEDITOR.config = docType : '', /** - * Sets the 'id' attribute to be used on body if it doesn't have one. + * Sets the "id" attribute to be used on the body element of the editing + * area. + * @since 3.1 * @type String * @default '' */ bodyId : '', /** - * Sets the 'class' attribute to be used on body if it doesn't have one. + * Sets the "class" attribute to be used on the body element of the editing + * area. + * @since 3.1 * @type String * @default '' */ @@ -185,6 +189,7 @@ CKEDITOR.config = * HTML page. A full page includes the <html>, <head> and * <body> tags. The final output will also reflect this setting, * including the <body> contents only if this setting is disabled. + * @since 3.1 * @type Boolean * @default false * @example