美文网首页gis
2018-07-19dojo

2018-07-19dojo

作者: 小G仔 | 来源:发表于2018-07-20 09:43 被阅读0次

dom操作

"dojo/dom" :
node = dom.byId(node);

"dojo/dom-construct":
domConstruct.place
domConstruct.create
domConstruct.destroy
domConstruct.empty

”dojo/_base/fx“
animateProperty,
anim,
fadeIn,
fadeOut

"dojo/fx"
chain
combine
wipeIn
wipeOut
slideTo

"dojo/on"
on(myButton, "click", function(evt){
domStyle.set(myDiv, "backgroundColor", "blue");
});
on(element,event name,handler)

相关文章

  • 2018-07-19dojo

    dom操作 "dojo/dom" :node = dom.byId(node); "dojo/dom-const...

网友评论

    本文标题:2018-07-19dojo

    本文链接:https://www.haomeiwen.com/subject/oqpxmftx.html