主题: 怎样取得编辑器没有提交前的数据?
作者: kindquesti, 发布日期: 2012-02-11 01:59:20, 浏览数: 3277
如何取得textarea 没有提交前的content数据,注意是没有提交前,用来实现自动存稿功能的,有没有高人知道怎么弄啊,??
   var editor;
   KindEditor.ready(function(K) {
    editor = K.create('textarea[name="content"]', {
     resizeType : 1,
     allowPreviewEmoticons : false,
     allowImageUpload : true,
     allowFlashUpload : false,
     items : [
      'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline',
      'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',
      'insertunorderedlist','table', '|', 'emoticons', 'image', 'flash','|','selectall','quickformat','|','preview','fullscreen']
    });
   });

如何取得textarea 没有提交前的content数据,注意是没有提交前,用来实现自动存稿功能的,有没有高人知道怎么弄啊,??

作者: amdun, 发布日期: 2012-02-11 10:49:15

用JS获取嘛~~定个计时器,规定时间获取一次。

回复
作者: kindquesti, 发布日期: 2012-02-11 11:38:58
回复amdun:您可能没明白我的意思,因为在后js里取不到没有数据,所以无法定时存稿,使用editor.html()是要在表单提交的情况下,我要的是在表单没提交的情况下,也能获取到content的数据

 

回复
发表新帖 发表回复