主题: KindEditor简单模式 after change 怎么写
作者: Hiarulla, 发布日期: 2012-08-08 02:02:41, 浏览数: 6797
<script>
KindEditor.ready(function(K) {
          var editor1 = K.create('#bookm', {
                    cssPath : '/ed/plugins/code/prettify.css',
                    uploadJson : '/ed/asp/upload_json.asp',
                    fileManagerJson : '/ed/asp/file_manager_json.asp',
                    allowFileManager : true,
					items : ['source','fontname','fontsize','forecolor','preview','selectall','justifyleft','justifycenter','justifyright','emoticons','link','unlink','image']
                    afterChange : function() {
                           this.sync();  
                   }  
          });
});
</script>
这样不行啊
简单模式afterChange 怎么写
版本是KindEditor 4.1.1
作者: Roddy, 发布日期: 2012-08-08 11:05:09
afterChange前少一个逗号。
回复
发表新帖 发表回复