Ticket #5553: 5553_3.patch

File 5553_3.patch, 1.3 KB (added by Garry Yao, 14 years ago)
  • _source/core/config.js

     
    7575        contentsCss : CKEDITOR.basePath + 'contents.css',
    7676
    7777        /**
    78          * The writting direction of the language used to write the editor
    79          * contents. Allowed values are 'ltr' for Left-To-Right language (like
    80          * English), or 'rtl' for Right-To-Left languages (like Arabic).
     78         * The writting direction of the language used to write inside the editor
     79         * document, and inside the paste area.
     80         * Allowed values are 'ltr' for Left-To-Right language (like English),
     81         * or 'rtl' for Right-To-Left languages (like Arabic).
    8182         * @default 'ltr'
    8283         * @type String
    8384         * @example
  • _source/plugins/pastetext/dialogs/pastetext.js

     
    5252                                                                                'width:346px;' +
    5353                                                                                'height:170px;' +
    5454                                                                                'resize: none;' +
     55                                                                                'dir=' + editor.config.contentsLangDirection + ';' +
    5556                                                                                'border:1px solid black;' +
    5657                                                                                'background-color:white">' +
    5758                                                                        '</textarea>',
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy