Javascript用iframe做的在線編輯器如何保存輸入焦點(diǎn)的問(wèn)題
當(dāng)前位置:點(diǎn)晴教程→知識(shí)管理交流
→『 技術(shù)文檔交流 』
javascript用iframe做的在線編輯器如何保存輸入焦點(diǎn)的問(wèn)題 var myeditorid = ""; myeditorid = editorid+"_iframe"; deditor.document.body.onclick =getpos; function getpos() deditor.pos = deditor.document.selection.createrange(); //插入圖片至編輯器 var deditor = document.getelementbyid(editorid+"_iframe").contentwindow; // 聚焦編輯器
if (deditor.document.selection.type.tolowercase() != "none") // 聚焦編輯器 在iframe里加上onclick,onselect,onkeyup事件,并保存當(dāng)前的焦點(diǎn),再插入的時(shí)候在剛才保存的焦點(diǎn)處插入就可以了 該文章在 2010/7/28 16:56:51 編輯過(guò) |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |