Ticket #7275: 7275.patch

File 7275.patch, 941 bytes (added by WebSpellChecker.net, 13 years ago)
  • _source/plugins/scayt/plugin.js

     
    462462
    463463                        if( window.scayt == undefined )
    464464                        {
     465                                // #2116: Add setting “disable SCAYT cookie”
     466                                if (CKEDITOR.config.scayt_persist == undefined) CKEDITOR.config.scayt_persist = true;
     467                                scaytConfig = { persist: CKEDITOR.config.scayt_persist };
     468                               
    465469                                CKEDITOR._djScaytConfig =
    466470                                {
    467471                                        baseUrl: scaytConfigBaseUrl,
     
    10871091 * @default 6000
    10881092 * @example
    10891093 * scaytConfig = { maxSizeMarkup: 50000 };
     1094 */
     1095
     1096/**
     1097 * Set enable/disable SCAYT cookies.
     1098 * @name CKEDITOR.config.scayt_persist
     1099 * @type Boolean
     1100 * @default true
     1101 * @example
     1102 * config.scayt_persist = false;
    10901103 */
     1104 No newline at end of file
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy