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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -