Changes between Initial Version and Version 4 of Ticket #4400
- Timestamp:
- 11/01/10 16:13:28 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4400
- Property Status changed from new to closed
- Property Cc wim.dewijngaert@… added
- Property Priority changed from High to Normal
- Property Milestone changed from CKEditor 3.1 to
- Property Resolution changed from to invalid
-
Ticket #4400 – Description
initial v4 1 {{{ 1 2 <script type="text/javascript" src="ckeditor/ckeditor.js"></script> 2 3 … … 13 14 } 14 15 editor1.addCommand( 'myDialogCmd', new CKEDITOR.dialogCommand( 'myDialog' ) ); 15 editor1.ui.addButton( 'MyButton', { label : 'My Dialog', command : 'myDialogCmd', icon: 'http://thereality.nl/images/icons/icon_upload.png' } ); 16 editor1.ui.addButton( 'MyButton', 17 { label : 'My Dialog', command : 'myDialogCmd', icon: 'http://thereality.nl/images/icons/icon_upload.png' } 18 ); 16 19 }); 17 20 18 21 </script> 22 }}}
