如何在ExtJs 6中整合leaflet.js作为第三方组件?
答案 0 :(得分:0)
Ext.defind(' MyComponentName' {
延伸:' Ext.panel.Panel&#39 ;,
others conf.....
,
initComponent:函数(){
var me = this;
me.on(' boxready' {
initYourMap
(me.body.dom);
})
me.callParent();
}
})