Changes between Initial Version and Version 1 of Ticket #6350
- Timestamp:
- Oct 1, 2010, 3:16:19 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6350 – Description
initial v1 2 2 3 3 I added a new button into the ckeditor. when I click this button the selected text into the ckeditor will be bold and add a new tag (<storng><ticker>ABC</ticker></strong>), but it is not working in Mozzila - 3.5.13 and IE - 6.0. Bellow is the code details: 4 4 {{{ 5 5 var editor = CKEDITOR.replace( 'editor_kama', 6 6 { … … 40 40 41 41 ]); 42 42 }}} 43 43 Please help.. 44 44