当前位置: 代码迷 >> JavaScript >> ckeditor 在JS取得值
  详细解决方案

ckeditor 在JS取得值

热度:39   发布时间:2012-11-23 00:03:43.0
ckeditor 在JS获得值
 document.forms[0].updateContext.value=CKEDITOR.instances.ckeditor_id.getData();
  相关解决方案