JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2
[ckeditor.git] / _source / core / config.js
index f7a2ad7..d83e0e3 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
@@ -212,7 +217,7 @@ CKEDITOR.config =
         * @type String\r
         * @example\r
         */\r
-       plugins : 'about,basicstyles,blockquote,button,clipboard,colorbutton,colordialog,contextmenu,div,elementspath,enterkey,entities,filebrowser,find,flash,font,format,forms,horizontalrule,htmldataprocessor,image,indent,justify,keystrokes,link,list,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,print,removeformat,resize,save,scayt,smiley,showblocks,showborders,sourcearea,stylescombo,table,tabletools,specialchar,tab,templates,toolbar,undo,wysiwygarea,wsc',\r
+       plugins : 'about,a11yhelp,basicstyles,blockquote,button,clipboard,colorbutton,colordialog,contextmenu,div,elementspath,enterkey,entities,filebrowser,find,flash,font,format,forms,horizontalrule,htmldataprocessor,image,indent,justify,keystrokes,link,list,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,print,removeformat,resize,save,scayt,smiley,showblocks,showborders,sourcearea,stylescombo,table,tabletools,specialchar,tab,templates,toolbar,undo,wysiwygarea,wsc',\r
 \r
        /**\r
         * List of additional plugins to be loaded. This is a tool setting which\r