Hi,
I am trying the rich text item on chrome/linux. My question is how I can capture/override key events. I see in the RichTextCanvas methods like: _iFrameKeyDown.
These are indeed called on keydown, but then the keyevent is handled natively.
Is there a way I can override _iFrameKeyDown or another method to add behavior on keyPress/keyDown on the edit area within a rich text item?
gr. Martin
I am trying the rich text item on chrome/linux. My question is how I can capture/override key events. I see in the RichTextCanvas methods like: _iFrameKeyDown.
These are indeed called on keydown, but then the keyevent is handled natively.
Is there a way I can override _iFrameKeyDown or another method to add behavior on keyPress/keyDown on the edit area within a rich text item?
gr. Martin
Comment