Hi,
We are trying to look through all your documents, but the documentation is lacking a lot of things. So I thought I'd try here instead. We want to apply the rules declared in:
We want to fire these rules on paste as in:
Is there a function to fire these rules?
Thanks!
We are trying to look through all your documents, but the documentation is lacking a lot of things. So I thought I'd try here instead. We want to apply the rules declared in:
htmlFilter.addRules({
elements: {
input: function(element) {
return false;
},
textarea: function(element) {
return false;
},
We want to fire these rules on paste as in:
ckeditor.on('paste', function(ev) {
});
Is there a function to fire these rules?
Thanks!
