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

source: sencha.com

Ajith
Posted by on 23 Jan 2012 by Ajith in Sencha

Add reply

*