如何将leaflet.js作为第三方组件集成到ExtJs6中?
发布于 2016-07-12 09:25:43
Ext.defind(‘我的组件名’,{
extend:'Ext.panel.Panel',others conf.....,
initComponent:function(){ var me=this; me.on('boxready',{initYourMap(me.body.dom);
}) me.callParent();}
})
https://stackoverflow.com/questions/38258767
复制相似问题