mushoukai 2016-11-25 03:56 采纳率: 0%
浏览 2676
已采纳

jquery如何获取CKEDITOR多个富文本框的值

百度中看到一些使用getDate()方法,但是CONSOLE一直报undefind

  • 写回答

1条回答 默认 最新

  • 斯洛文尼亚旅游 2016-11-25 12:34
    关注

    自己看API:http://docs.ckeditor.com/#!/api/CKEDITOR-property-instances

    Stores references to all editor instances created. The name of the properties in this object correspond to instance names, and their values contain the CKEDITOR.editor object representing them.

     alert( CKEDITOR.instances.editor1.name ); // 'editor1'
    

    getDate是js日期对象Date的,ckeditor没有这个方法

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?