Changes between Initial Version and Version 4 of Ticket #4400
- Timestamp:
- Nov 1, 2010, 3:13:28 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4400
-
Property
Status
changed from
new
toclosed
- Property Cc wim.dewijngaert@… added
-
Property
Priority
changed from
High
toNormal
-
Property
Milestone
changed from
CKEditor 3.1
to -
Property
Resolution
changed from
to
invalid
-
Property
Status
changed from
-
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 }}}