23
Jan
var panel = new Ext.Panel({
    fullscreen: true,
    items: [{
        xtype: 'map',
        useCurrentLocation: true
    }]
});

source: sencha.com

Anish Kumar D
Posted by on 23 Jan 2012 by Anish Kumar D in Sencha

Add reply

*