egeloen / IvoryCKEditorBundle

Provides a CKEditor integration for your Symfony project.
MIT License
336 stars 114 forks source link

CKEditor text area got focus/click #352

Open RustyE opened 3 years ago

RustyE commented 3 years ago

Is there an event that fires when one clicks within the "text area" of the CKEditor? I need to detect when the user changes focus or clicks within the editor's text area (the area in which one types words). This is in order to display a relevant on screen keyboard in the editor's language. Thanks, Rusty