[點(diǎn)晴永久免費(fèi)OA]百度ueditor如何監(jiān)聽獲得焦點(diǎn)事件和失去焦點(diǎn)事件
百度ueditor如何監(jiān)聽獲得焦點(diǎn)事件和失去焦點(diǎn)事件? 這兩個(gè)在使用UE時(shí)比較常用,用法很簡單: 1、ueditor監(jiān)聽獲得焦點(diǎn)事件:UE.getEditor('editor').addListener('focus',function(editor){layer.msg('hi');}); 2、ueditor監(jiān)聽失去焦點(diǎn)事件:UE.getEditor('editor').addListener('blur',function(editor){layer.msg('hi');}); 即,只要把focus換成blur即可。 效果: 該文章在 2023/7/22 2:03:42 編輯過 |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |