Dynamic Action in CKE Editor / rich text
skahlertApr 12 2012 — edited Apr 26 2012Dear fellow developers,
I created some dynamic actions in Apex 4.1.1, which allow me to create function keys in my application.
For example on "key-down F10" a modal dialog opens or upon hitting "F11" the user is redirected.
While this works as long as my Selection Type is DOM object "document", the actions are not fired once I enter the rich text editor (CKE) and it has received focus.
Have you got an idea how to solve this problem?
Creating an identical dynamic action and setting the Selection Type to jQuery Selector #cke_2 is to no avail.
Many thanks,
Sebastian