[點晴永久免費OA]百度ueditor如何監(jiān)聽獲得焦點事件和失去焦點事件
當(dāng)前位置:點晴教程→點晴OA辦公管理信息系統(tǒng)
→『 經(jīng)驗分享&問題答疑 』
百度ueditor如何監(jiān)聽獲得焦點事件和失去焦點事件? 這兩個在使用UE時比較常用,用法很簡單: 1、ueditor監(jiān)聽獲得焦點事件:UE.getEditor('editor').addListener('focus',function(editor){layer.msg('hi');}); 2、ueditor監(jiān)聽失去焦點事件:UE.getEditor('editor').addListener('blur',function(editor){layer.msg('hi');}); 即,只要把focus換成blur即可。 效果: 該文章在 2023/7/22 2:03:42 編輯過 |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |