CKEDITOR取值和设值

var obj = CKEDITOR.replace("content");

 

取值:

obj.getData();

 

设值:

obj.setData("value");

你可能感兴趣的:(CKEDITOR取值和设值)