Skip to content
New issue

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

Update for 4.5.x #1

Open
4pr3x opened this issue Nov 16, 2016 · 0 comments
Open

Update for 4.5.x #1

4pr3x opened this issue Nov 16, 2016 · 0 comments

Comments

@4pr3x
Copy link

4pr3x commented Nov 16, 2016

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'); } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant