Ticket #5887: 5887.patch

File 5887.patch, 1.0 KB (added by Sa'ar Zac Elias, 14 years ago)

Proposed patch

  • _source/plugins/smiley/dialogs/smiley.js

     
    88        var config = editor.config,
    99                lang = editor.lang.smiley,
    1010                images = config.smiley_images,
    11                 columns = 8,
     11                columns = config.smiley_columns || 8,
    1212                i;
    1313
    1414        /**
  • _source/plugins/smiley/plugin.js

     
    8282                'indecision', 'angry', 'angel', 'cool', 'devil', 'crying', 'enlightened', 'no',
    8383                'yes', 'heart', 'broken heart', 'kiss', 'mail'
    8484        ];
     85
     86/**
     87 * The number of columns to be generated by the smilies matrix.
     88 * @name CKEDITOR.config.smiley_columns
     89 * @type Number
     90 * @default 8
     91 * @example
     92 * config.smiley_columns = 6;
     93 */
     94 No newline at end of file
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy