JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.3.2
[ckeditor.git] / _source / plugins / smiley / plugin.js
index 4d509ae..a915189 100644 (file)
@@ -82,3 +82,13 @@ CKEDITOR.config.smiley_descriptions =
                'indecision', 'angry', 'angel', 'cool', 'devil', 'crying', 'enlightened', 'no',\r
                'yes', 'heart', 'broken heart', 'kiss', 'mail'\r
        ];\r
+\r
+/**\r
+ * The number of columns to be generated by the smilies matrix.\r
+ * @name CKEDITOR.config.smiley_columns\r
+ * @type Number\r
+ * @default 8\r
+ * @since 3.3.2\r
+ * @example\r
+ * config.smiley_columns = 6;\r
+ */\r