X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fconfig.js;h=d83e0e352c2d9594a8176365d58fa63ddfdd645d;hb=059b4c2fef02528bf1af189f7996e80652faddfb;hp=f7a2ad7c876f8f6ab361d5f784d479ab3acd0880;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/core/config.js b/_source/core/config.js index f7a2ad7..d83e0e3 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 @@ -212,7 +217,7 @@ CKEDITOR.config = * @type String * @example */ - 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', + 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', /** * List of additional plugins to be loaded. This is a tool setting which