gis

2018-07-19dojo

2018-07-20  本文已影响0人  小G仔

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)

上一篇 下一篇

猜你喜欢

热点阅读