extjs3.3 htmleditor各种修正和扩充
1.editor的iframe window的keydown事件绑定由于htmleditor本身提供的specialkey event不给力,所以自己手动在init时增加更加精确的keydown事件来弥补需要注意的是:chrome的事件必须绑定在body上,否则ENTER这种特殊的键无法触发 var win = Ext.isIE ? ed.getDoc() : ed.getWi...
2011-11-15 19:02:00 ·
226 阅读 ·
0 评论