开发者

Adding Event to YUI Rich Text Editor

开发者 https://www.devze.com 2022-12-18 02:50 出处:网络
Is it possible to add an event to the YUI rich text editor.I am trying to attach a kepress event to the开发者_StackOverflow YUI rich text editor module for drupal and am using jquery but am having no

Is it possible to add an event to the YUI rich text editor. I am trying to attach a kepress event to the开发者_StackOverflow YUI rich text editor module for drupal and am using jquery but am having no luck.


According to the API docs, this is possible, and from the look of it, even very conveniently. See here for the documentation front page.

Editor HTML Event Mapping

* beforeEditorMouseUp
* editorMouseUp
* beforeEditorMouseDown
* editorMouseDown
* beforeEditorClick
* editorClick
* beforeEditorDoubleClick
* editorDoubleClick
* beforeEditorKeyUp
* editorKeyUp
* beforeEditorKeyPress
* editorKeyPress
* beforeEditorKeyDown
* editorKeyDown
0

精彩评论

暂无评论...
验证码 换一张
取 消