JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1.1
[ckeditor.git] / _source / core / config.js
index f7a2ad7..cd71ffe 100644 (file)
@@ -89,8 +89,8 @@ CKEDITOR.config =
         * The user interface language localization to use. If empty, the editor\r
         * automatically localize the editor to the user language, if supported,\r
         * otherwise the {@link CKEDITOR.config.defaultLanguage} language is used.\r
-        * @default true\r
-        * @type Boolean\r
+        * @default '' (empty)\r
+        * @type String\r
         * @example\r
         * // Load the German interface.\r
         * config.language = 'de';\r
@@ -167,14 +167,18 @@ CKEDITOR.config =
        docType : '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',\r
 \r
        /**\r
-        * Sets the 'id' attribute to be used on body if it doesn't have one.\r
+        * Sets the "id" attribute to be used on the body element of the editing\r
+        * area.\r
+        * @since 3.1\r
         * @type String\r
         * @default ''\r
         */\r
        bodyId : '',\r
 \r
        /**\r
-        * Sets the 'class' attribute to be used on body if it doesn't have one.\r
+        * Sets the "class" attribute to be used on the body element of the editing\r
+        * area.\r
+        * @since 3.1\r
         * @type String\r
         * @default ''\r
         */\r
@@ -185,6 +189,7 @@ CKEDITOR.config =
         * HTML page. A full page includes the &lt;html&gt;, &lt;head&gt; and\r
         * &lt;body&gt; tags. The final output will also reflect this setting,\r
         * including the &lt;body&gt; contents only if this setting is disabled.\r
+        * @since 3.1\r
         * @type Boolean\r
         * @default false\r
         * @example\r