Changes between Version 5 and Version 6 of Ticket #4210


Ignore:
Timestamp:
Aug 5, 2009, 11:27:12 AM (15 years ago)
Author:
Tobiasz Cudnik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4210 – Description

    v5 v6  
    1919// get data from editor
    2020$('textarea').ckeditor(function(){
    21   var data = this.getData();
     21  alert(this.getData());
    2222});
    2323
    2424// set data into editor
    25 var data;
    2625$('textarea').ckeditor(function(){
    2726  this.setData("New editor content");
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy