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

Mouse over #8

Open
applibs opened this issue Mar 29, 2016 · 2 comments
Open

Mouse over #8

applibs opened this issue Mar 29, 2016 · 2 comments

Comments

@applibs
Copy link

applibs commented Mar 29, 2016

When I go over generated Layout with Mouse I see that there is many already generated Buttons with id=configToolbar-panel.
But only one is needed.
It seems that Mouseout dont delete it.

@applibs
Copy link
Author

applibs commented May 7, 2018

After some time I found how to make workwround:
in basewidget plugin is finction: var removeToolbar = function ()
inside must be included next step how to get toolbar:
toolbar = document.querySelector('.cke_wysiwyg_frame').contentWindow.document.getElementById('configToolbar-panel');//workaround fix

thats it.

@julianohammerle
Copy link

Perfect solution! solved my problem.

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

2 participants