<script>
KindEditor.ready(function(K) {
K.create('#content', {
uploadJson: '/editor/asp/upload_json.asp',
fileManagerJson: '/editor/asp/file_manager_json.asp',
allowFileManager: true,
afterBlur: function() {
this.sync();
}
});
});
</script>