We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
could you probably update this plugin for the latest version of the CkEditor? Would be lovely.
If I click submit it throws: element.setAttribute is not a function(…), which points me to this code snippet (for Buttons)
element.setAttribute is not a function(…)
commit: function(element) { var value = this.getValue(); console.log(value); //Value is logged if(value) { element.setAttribute('id', value); //error } else { element.removeAttribute('id'); } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
could you probably update this plugin for the latest version of the CkEditor? Would be lovely.
If I click submit it throws:
element.setAttribute is not a function(…)
, which points me to this code snippet (for Buttons)commit: function(element) { var value = this.getValue(); console.log(value); //Value is logged if(value) { element.setAttribute('id', value); //error } else { element.removeAttribute('id'); } }
The text was updated successfully, but these errors were encountered: