<div dir="ltr">Hello<div><br></div><div>I'm trying to get the most simple map to show in ExtJS, copying the MapPanel example from GeoExt, but All I get is the following error:</div>Object GeoExt.panel.Map has no method 'apply'<br>
<br>It seems to be raised in the loader:<div><br></div><div><div> Ext.Loader.setConfig({</div><div> enabled: true,</div><div> disableCaching: false,</div><div> paths: {</div><div> GeoExt: "GeoExt",</div>
<div> Ext: "ext/src"</div><div> }</div><div> });</div></div><div><br></div><div>The paths are those (approot/GeoExt contains the GeoExt js files and folders, and ext/src contains the extjs files and folders).</div>
<div><br></div><div>Thanks you</div></div>