Changes between Version 5 and Version 6 of Ticket #4210
- Timestamp:
- Aug 5, 2009, 11:27:12 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4210 – Description
v5 v6 19 19 // get data from editor 20 20 $('textarea').ckeditor(function(){ 21 var data = this.getData();21 alert(this.getData()); 22 22 }); 23 23 24 24 // set data into editor 25 var data;26 25 $('textarea').ckeditor(function(){ 27 26 this.setData("New editor content");