Changeset 1229
- Timestamp:
- 07/06/09 15:03:46 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js
r1219 r1229 692 692 // but there doesn't seem to be another way to get the select event 693 693 // to fire. 694 var index = this.layerSources.find("identifier", record. data.identifier);695 sourceComboBox. fireEvent("select", sourceComboBox,record, index);694 var index = this.layerSources.find("identifier", record.get("identifier")); 695 sourceComboBox.onSelect(record, index); 696 696 697 697 // Close the new source window.