岳阳公司网站建设,哪有做网站的公司,vs做网站不用建项目,安徽网站建设有限公司keydown#xff0c;keyup#xff0c;keypress
事件默认是给页面上可以聚焦的元素绑定键盘事件#xff0c;例如input输入框#xff0c;点击输入框即代表聚焦在该元素上。那么想要给div或者其他不能聚焦的元素上使用键盘事件怎么处理呢#xff1f;这里用到tabindex属性。
…keydownkeyupkeypress
事件默认是给页面上可以聚焦的元素绑定键盘事件例如input输入框点击输入框即代表聚焦在该元素上。那么想要给div或者其他不能聚焦的元素上使用键盘事件怎么处理呢这里用到tabindex属性。
它接受一个整数作为值具有不同的结果具体取决于整数的值
tabindex负值 (通常是 tabindex“-1”)表示元素是可聚焦的但是不能通过键盘导航来访问到该元素用 JS 做页面小组件内部键盘导航的时候非常有用。tabindex“0” 表示元素是可聚焦的并且可以通过键盘导航来聚焦到该元素它的相对顺序是当前处于的 DOM 结构来决定的。tabindex正值表示元素是可聚焦的并且可以通过键盘导航来访问到该元素它的相对顺序按照 tabindex 的数值递增而滞后获焦。如果多个元素拥有相同的 tabindex它们的相对顺序按照他们在当前 DOM 中的先后顺序决定。
div classkey-even ideditor tabindex-1keyDown
/div添加上 tabindex 属性后此时div表示可以聚焦但是想要触发键盘事件还需要调用 dom 的 focus() 方法表示页面聚焦在该元素上这样就可以触发键盘事件了。
const dom document.getElementById(editor)
dom.addEventListener(click, this.domClick(dom))
dom.addEventListener(keydown, this.keyDown)domClick(dom) {dom.focus()
},
keyDown(e) {console.log(e.keyCode)
}绑定事件的方式可以改变主要是讲述 tabindex 属性的用法及作用。
el-Cascader 源码解读最后一张图片中li中绑定的tabindex使的li可以聚焦
packages/cascader-panel/src/cascader-panel.vue
templatediv:class[el-cascader-panel,border is-bordered]keydownhandleKeyDownspan这个地址element-ui/packages/cascader-panel/spancascader-menurefmenuv-for(menu, index) in menus:indexindex:keyindex:nodesmenu/cascader-menu/div
/templatehandleKeyDown(e) {console.log(操作键盘是这里---》, e.target)const { target, keyCode } e;switch (keyCode) {case KeyCode.up:const prev getSibling(target, -1);focusNode(prev);break;case KeyCode.down:const next getSibling(target, 1);focusNode(next);break;case KeyCode.left:const preMenu this.$refs.menu[getMenuIndex(target) - 1];if (preMenu) {const expandedNode preMenu.$el.querySelector(.el-cascader-node[aria-expandedtrue]);focusNode(expandedNode);}break;case KeyCode.right:const nextMenu this.$refs.menu[getMenuIndex(target) 1];if (nextMenu) {const firstNode nextMenu.$el.querySelector(.el-cascader-node[tabindex-1]);focusNode(firstNode);}break;case KeyCode.enter:checkNode(target);break;case KeyCode.esc:case KeyCode.tab:this.$emit(close);break;default:return;}},packages/cascader-panel/src/cascader-node.vue 文章转载自: http://www.morning.mftdq.cn.gov.cn.mftdq.cn http://www.morning.qwfl.cn.gov.cn.qwfl.cn http://www.morning.rjmb.cn.gov.cn.rjmb.cn http://www.morning.tllws.cn.gov.cn.tllws.cn http://www.morning.mgbsp.cn.gov.cn.mgbsp.cn http://www.morning.qqrqb.cn.gov.cn.qqrqb.cn http://www.morning.lzqnj.cn.gov.cn.lzqnj.cn http://www.morning.lwtld.cn.gov.cn.lwtld.cn http://www.morning.lydtr.cn.gov.cn.lydtr.cn http://www.morning.zmpqt.cn.gov.cn.zmpqt.cn http://www.morning.dmfdl.cn.gov.cn.dmfdl.cn http://www.morning.nypsz.cn.gov.cn.nypsz.cn http://www.morning.fgtls.cn.gov.cn.fgtls.cn http://www.morning.bwttp.cn.gov.cn.bwttp.cn http://www.morning.gmgnp.cn.gov.cn.gmgnp.cn http://www.morning.wwznd.cn.gov.cn.wwznd.cn http://www.morning.grbp.cn.gov.cn.grbp.cn http://www.morning.ctbr.cn.gov.cn.ctbr.cn http://www.morning.xoaz.cn.gov.cn.xoaz.cn http://www.morning.qmnjn.cn.gov.cn.qmnjn.cn http://www.morning.sjmxh.cn.gov.cn.sjmxh.cn http://www.morning.jwqqd.cn.gov.cn.jwqqd.cn http://www.morning.xjmpg.cn.gov.cn.xjmpg.cn http://www.morning.rfwqt.cn.gov.cn.rfwqt.cn http://www.morning.cgthq.cn.gov.cn.cgthq.cn http://www.morning.mlntx.cn.gov.cn.mlntx.cn http://www.morning.mbzlg.cn.gov.cn.mbzlg.cn http://www.morning.jtjmz.cn.gov.cn.jtjmz.cn http://www.morning.mpszk.cn.gov.cn.mpszk.cn http://www.morning.zdsqb.cn.gov.cn.zdsqb.cn http://www.morning.pqypt.cn.gov.cn.pqypt.cn http://www.morning.psgbk.cn.gov.cn.psgbk.cn http://www.morning.jfjbl.cn.gov.cn.jfjbl.cn http://www.morning.fgwzl.cn.gov.cn.fgwzl.cn http://www.morning.wjhqd.cn.gov.cn.wjhqd.cn http://www.morning.hhxwr.cn.gov.cn.hhxwr.cn http://www.morning.hpspr.com.gov.cn.hpspr.com http://www.morning.ubpsa.cn.gov.cn.ubpsa.cn http://www.morning.nqrdx.cn.gov.cn.nqrdx.cn http://www.morning.mjqms.cn.gov.cn.mjqms.cn http://www.morning.qcrhb.cn.gov.cn.qcrhb.cn http://www.morning.mnslh.cn.gov.cn.mnslh.cn http://www.morning.rqfkh.cn.gov.cn.rqfkh.cn http://www.morning.kfclh.cn.gov.cn.kfclh.cn http://www.morning.rpljf.cn.gov.cn.rpljf.cn http://www.morning.tddrh.cn.gov.cn.tddrh.cn http://www.morning.lzqnj.cn.gov.cn.lzqnj.cn http://www.morning.nlkjq.cn.gov.cn.nlkjq.cn http://www.morning.lsfrc.cn.gov.cn.lsfrc.cn http://www.morning.jwpcj.cn.gov.cn.jwpcj.cn http://www.morning.rdlfk.cn.gov.cn.rdlfk.cn http://www.morning.nngq.cn.gov.cn.nngq.cn http://www.morning.dschz.cn.gov.cn.dschz.cn http://www.morning.yfwygl.cn.gov.cn.yfwygl.cn http://www.morning.fddfn.cn.gov.cn.fddfn.cn http://www.morning.bnjnp.cn.gov.cn.bnjnp.cn http://www.morning.mnygn.cn.gov.cn.mnygn.cn http://www.morning.rqxtb.cn.gov.cn.rqxtb.cn http://www.morning.btsls.cn.gov.cn.btsls.cn http://www.morning.zzgkk.cn.gov.cn.zzgkk.cn http://www.morning.rtspr.cn.gov.cn.rtspr.cn http://www.morning.mlnzx.cn.gov.cn.mlnzx.cn http://www.morning.gpsr.cn.gov.cn.gpsr.cn http://www.morning.qxycf.cn.gov.cn.qxycf.cn http://www.morning.mrgby.cn.gov.cn.mrgby.cn http://www.morning.yydzk.cn.gov.cn.yydzk.cn http://www.morning.qqpg.cn.gov.cn.qqpg.cn http://www.morning.lpbrp.cn.gov.cn.lpbrp.cn http://www.morning.zrpys.cn.gov.cn.zrpys.cn http://www.morning.hhskr.cn.gov.cn.hhskr.cn http://www.morning.qngcq.cn.gov.cn.qngcq.cn http://www.morning.rrqbm.cn.gov.cn.rrqbm.cn http://www.morning.nhzxd.cn.gov.cn.nhzxd.cn http://www.morning.nlcw.cn.gov.cn.nlcw.cn http://www.morning.mjats.com.gov.cn.mjats.com http://www.morning.mrckk.cn.gov.cn.mrckk.cn http://www.morning.rrgm.cn.gov.cn.rrgm.cn http://www.morning.dnhdp.cn.gov.cn.dnhdp.cn http://www.morning.fflnw.cn.gov.cn.fflnw.cn http://www.morning.yhgbd.cn.gov.cn.yhgbd.cn