随笔分类 - dojo
摘要:方法一:通过img标签的src设置照片路径; 方法二:通过div标签的background-image样式设置照片路径; img设置的照片,能够缩放,而div设置的照片,只能裁剪。 dojo中dom-style设置background-image注意事项 1、background-image不能对s
阅读全文
摘要:dojo/mouse提供了鼠标事件中需要的方法。简介:用来给指定节点(node)绑定鼠标事件方法:cancle(node, listener):给节点(node)绑定鼠标'touchcancel'|'mouseleave'enter(node, listener):给节点(node)绑定鼠标ente...
阅读全文
摘要:dojo/mouse提供了鼠标事件中需要的属性和方法。简介:通常用法为:在鼠标事件(onMouseDown(event))中,通过dojo/mouse判断鼠标左键点击、右键点击、中轮点击还是滚轮滑动。属性:enter:鼠标经过(hovers over)leave:鼠标离开(stop hovers o...
阅读全文
摘要:dojo/keys定义常用的键盘键值表,是常量。简介:通常用法为:在按键事件中(onKeyDown(event)),可以获取到按键值(event.charOrCode),通过dojo/keys判断是否为需要的按键。属性:BACKSPACE: 8,TAB: 9,CLEAR: 12,ENTER: 13,...
阅读全文
摘要:Tried to register widget with id==content but that id is already registered
阅读全文

浙公网安备 33010602011771号