援助教技--IT點滴日誌
以為自己什麼都會,事實上是什麼都只會一點點的雜工罷了
2014年8月29日 星期五
Disable Backspace key for SPA (single Page Application)
Ext.EventManager.on(window, 'keydown', function (e, t) {
if (e.getKey() == e.BACKSPACE && (!/^input$/i.test(t.tagName) || t.disabled || t.readOnly)) {
e.stopEvent();
}
});
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言