X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fentities%2Fplugin.js;h=f8329cd9096f0adde64c5004c918428965aa785e;hp=3c267650eab817af4e61299c9f6a8cf9458d17ca;hb=1056598c95187351dc58f4991d331e2258d038b5;hpb=4e90e78dc97789709ee7404359a5517540c27553 diff --git a/_source/plugins/entities/plugin.js b/_source/plugins/entities/plugin.js index 3c26765..f8329cd 100644 --- a/_source/plugins/entities/plugin.js +++ b/_source/plugins/entities/plugin.js @@ -171,6 +171,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license /** * Whether to use HTML entities in the output. + * @name CKEDITOR.config.entities * @type Boolean * @default true * @example @@ -182,6 +183,7 @@ CKEDITOR.config.entities = true; * Whether to convert some Latin characters (Latin alphabet No. 1, ISO 8859-1) * to HTML entities. The list of entities can be found at the * W3C HTML 4.01 Specification, section 24.2.1. + * @name CKEDITOR.config.entities_latin * @type Boolean * @default true * @example @@ -194,6 +196,7 @@ CKEDITOR.config.entities_latin = true; * HTML entities. This may be more relevant for users typing text written in Greek. * The list of entities can be found at the * W3C HTML 4.01 Specification, section 24.3.1. + * @name CKEDITOR.config.entities_greek * @type Boolean * @default true * @example @@ -207,7 +210,7 @@ CKEDITOR.config.entities_greek = true; * When specified as the value 'force', it will simply convert all entities into the above form. * For example, the phrase "This is Chinese: 汉语." is outputted * as "This is Chinese: 汉语." - * @type Boolean + * @name CKEDITOR.config.entities_processNumerical * @type Boolean|String * @default false * @example @@ -219,6 +222,7 @@ CKEDITOR.config.entities_greek = true; * An additional list of entities to be used. It's a string containing each * entry separated by a comma. Entities names or number must be used, exclusing * the "&" preffix and the ";" termination. + * @name CKEDITOR.config.entities_additional * @default '#39' // The single quote (') character. * @type String * @example