主题: 求问非空检测和输入长度控制。
作者: mayi168, 发布日期: 2012-06-19 11:11:44, 浏览数: 2463

目前代码如下:

<script>
  KindEditor.ready(function(K) {
   var editor = K.create('#content', {
    cssPath : 'editor/plugins/code/prettify.css',
    uploadJson : 'editor/php/upload_json.php',
    fileManagerJson : 'editor/php/file_manager_json.php',
     items : [ 'source', 'image','flash', 'media', 'insertfile','emoticons'],
 //K('.content1').html(this.count('text'));
    allowFileManager:true,
    resizeMode:0,
                pasteType:1,
    
    dialogAlignType:false,
             
     });
   

  });
</script>

 

 

//请问怎么判断:内容不小于50字?

 

这个问题我不会啊。

 

我现在用发这个帖子,也尝试不填内容,直接发布。返回提示。但是用后台验证的。可见KINDeditor自己也郁闷了。

 

 

 

发表新帖 发表回复