Changes between Initial Version and Version 1 of Ticket #12424, comment 2
- Timestamp:
- Sep 10, 2014, 12:03:09 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12424, comment 2
initial v1 18 18 19 19 $(function(){ 20 config = {20 var config = { 21 21 toolbar: [[ "Styles", "Templates" ]] 22 22 } 23 editor =CKEDITOR.inline("theContent", config, "");23 CKEDITOR.inline("theContent", config, ""); 24 24 }); 25 25