JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.3
[ckeditor.git] / _source / core / config.js
index e836125..f3938d8 100644 (file)
@@ -76,14 +76,18 @@ CKEDITOR.config =
 \r
        /**\r
         * The writting direction of the language used to write the editor\r
-        * contents. Allowed values are 'ltr' for Left-To-Right language (like\r
-        * English), or 'rtl' for Right-To-Left languages (like Arabic).\r
-        * @default 'ltr'\r
+        * contents. Allowed values are:\r
+        * <ul>\r
+        *     <li>'ui' - which indicate content direction will be the same with the user interface language direction;</li>\r
+        *     <li>'ltr' - for Left-To-Right language (like English);</li>\r
+        *     <li>'rtl' - for Right-To-Left languages (like Arabic).</li>\r
+        * </ul>\r
+        * @default 'ui'\r
         * @type String\r
         * @example\r
         * config.contentsLangDirection = 'rtl';\r
         */\r
-       contentsLangDirection : 'ltr',\r
+       contentsLangDirection : 'ui',\r
 \r
        /**\r
         * Language code of  the writting language which is used to author the editor\r