Q & A /
Compatibility with admin theme
Oskar H.
asked
My control panel is built using iframe
and elements with custom z-index
. How can I configure N1ED in this case?
Dmitriy Komarov
answered
Most of the times N1ED will perfectly work in your configuration. It will open full screen mode fine even when executed inside an iframe
. Its default z-index
is set to 200000
and in most cases it will cover your case without any actions. If not, just set the ui.minZIndex
parameter in the config of your TinyMCE or CKEditor.
See more details in the documentation.
Answer accepted