传递ID时,此tinymce get function返回一个Editor实例。我想在每次调用此函数时触发事件(或回调):
tinymce.get('mytextbox')
我试过了:
tinymce.on('Get', function(e){console.log('Get called!',e);});
但这没有用。为此,tinymce中内置了什么吗?
最佳答案
不幸的是,Tinymce中没有内置这种功能。
传递ID时,此tinymce get function返回一个Editor实例。我想在每次调用此函数时触发事件(或回调):
tinymce.get('mytextbox')
tinymce.on('Get', function(e){console.log('Get called!',e);});
最佳答案
不幸的是,Tinymce中没有内置这种功能。