CKeditor: don't lose focus when clicking another element -
someone know how use ckeditor focus manager?
i need keep focus on current editor session when click on several dom elements?
look @ this page
the 3 column under slider editable.
imagine i'm writing in first column. when want insert youtube video past youtube url in text field above slider, when click on text input field lose editor focus. have click again on editor , can push button "insert media".
is possible focusmanager keep focus on current editor when click on page elements?
thank you
use editorinstance.focusmanager.add() method. should solve problem.
Comments
Post a Comment