目前代码如下:
<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自己也郁闷了。