Ticket #5887: 5887.patch
File 5887.patch, 1.0 KB (added by , 13 years ago) |
---|
-
_source/plugins/smiley/dialogs/smiley.js
8 8 var config = editor.config, 9 9 lang = editor.lang.smiley, 10 10 images = config.smiley_images, 11 columns = 8,11 columns = config.smiley_columns || 8, 12 12 i; 13 13 14 14 /** -
_source/plugins/smiley/plugin.js
82 82 'indecision', 'angry', 'angel', 'cool', 'devil', 'crying', 'enlightened', 'no', 83 83 'yes', 'heart', 'broken heart', 'kiss', 'mail' 84 84 ]; 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