Changeset 1190
- Timestamp:
- 07/01/09 05:16:29 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Embed.js
r1182 r1190 86 86 this.registerBackgroundListeners(); 87 87 88 var addLayerButton = new Ext.Button({89 tooltip : "Add Layers",90 disabled: true,91 iconCls: "icon-addlayers",92 handler : this.showCapabilitiesGrid,93 scope: this94 });95 this.on("ready", function() {addLayerButton.enable();});96 97 88 var toolbar = new Ext.Toolbar({ 98 89 xtype: "toolbar",