Changeset 5226
- Timestamp:
- 03/08/10 06:52:53 (3 years ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_source/plugins/smiley/plugin.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/smiley/plugin.js
r5206 r5226 10 10 init : function( editor ) 11 11 { 12 editor.config.smiley_path = editor.config.smiley_path || ( this.path + 'images/' ); 12 13 editor.addCommand( 'smiley', new CKEDITOR.dialogCommand( 'smiley' ) ); 13 14 editor.ui.addButton( 'Smiley', … … 23 24 * The base path used to build the URL for the smiley images. It must end with 24 25 * a slash. 26 * @name CKEDITOR.config.smiley_path 25 27 * @type String 26 28 * @default {@link CKEDITOR.basePath} + 'plugins/smiley/images/' … … 30 32 * config.smiley_path = '/images/smileys/'; 31 33 */ 32 CKEDITOR.config.smiley_path = CKEDITOR.basePath +33 '_source/' + // @Packager.RemoveLine34 'plugins/smiley/images/';35 34 36 35 /**
Note: See TracChangeset
for help on using the changeset viewer.
