GeoAdmin.NavigationHistory
GeoAdmin.PermalinkAdvancedPanel
Enter search terms or a module, class or function name.
Create a permalink
Sample code to create a permalink (see also Permalink):
var mapPanel = new GeoAdmin.MapPanel({ renderTo: "map", width: 600, height: 400, map: new GeoAdmin.Map(), stateId: "map", tbar: ["->", new GeoAdmin.Permalink()] });