Changeset 1278
- Timestamp:
- 11/03/08 10:50:44 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/camptocamp/MapFishUnhcr/client/mfbase/mapfish/widgets/editing/FeatureEditingPanel.js
r1277 r1278 100 100 /** 101 101 * APIProperty: comboConfig 102 * {Object} Hash of layers withconfig parameters for layer selection combo103 */ 104 comboConfig: {},102 * {Object} Optional config parameters for layer selection combo 103 */ 104 comboConfig: null, 105 105 106 106 /** sandbox/camptocamp/MapFishUnhcr/client/mfbase/mapfish/widgets/editing/FeatureProperties.js
r1277 r1278 170 170 /** 171 171 * APIProperty: comboConfig 172 * {Object} Hash of layers with config parameters for layer selectioncombo173 */ 174 comboConfig: {},172 * {Object} Optional config parameters for combo 173 */ 174 comboConfig: null, 175 175 176 176 getExtField: function() {