- Timestamp:
- 02/11/10 15:05:53 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
contribs/mapfish-api/trunk/MapFishApi/js/mapfish_api.js
r3357 r3366 512 512 map: this.map, 513 513 control: new MapFish.API.ZoomToExtent(config.controls), 514 iconCls: 'zoomfull' 514 iconCls: 'zoomfull', 515 515 //toggleGroup: 'navigation', 516 516 //allowDepress: false, 517 //text: "max extent"517 tooltip: OpenLayers.i18n("max extent") 518 518 }, config.actions)); 519 519 this.tools.push(action); … … 526 526 pressed: true, 527 527 id: 'navigationButton', 528 //text: 'nav',528 tooltip: OpenLayers.i18n('pan'), 529 529 iconCls: 'pan' 530 530 }, config.actions)); … … 538 538 toggleGroup: config.toggleGroup || 'navigation', 539 539 allowDepress: false, 540 //text: 'zoom box',540 tooltip: OpenLayers.i18n('zoom box'), 541 541 iconCls: 'zoomin' 542 542 }, config.actions)); … … 550 550 toggleGroup: config.toggleGroup || 'navigation', 551 551 allowDepress: false, 552 //text: 'zoom box',552 tooltip: OpenLayers.i18n('zoom out'), 553 553 iconCls: 'zoomout' 554 554 }, config.actions)); … … 563 563 toggleGroup: config.toggleGroup || 'navigation', 564 564 allowDepress: false, 565 //text: 'length',565 tooltip: OpenLayers.i18n('length measure'), 566 566 iconCls: 'measureLength' 567 567 }, config.actions)); … … 576 576 toggleGroup: config.toggleGroup || 'navigation', 577 577 allowDepress: false, 578 //text: 'area',578 tooltip: OpenLayers.i18n('area measure'), 579 579 iconCls: 'measureArea' 580 580 }, config.actions));
