You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Peeps,
I am currently implementing a gallery manager inside the ckeditor for a project and at some point I trigger the filebrowser. Everything was working fine apart the fact that I needed to reach the window object of the filebrowser inorder to close it when the process ended properly. So I added
Hey Peeps,
I am currently implementing a gallery manager inside the ckeditor for a project and at some point I trigger the filebrowser. Everything was working fine apart the fact that I needed to reach the window object of the filebrowser inorder to close it when the process ended properly. So I added
in core\components\ckeditor\elements\plugins\ckeditor.plugin.php
That way I can grasp the scope of the window and bind which ever action I need to perform.
Is that a viable solution. Does someone as something else to propose. If that looks proper could we add this implemented in further realease.
The text was updated successfully, but these errors were encountered: