援助教技--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)
沒有留言:
張貼留言