Changeset 332
- Timestamp:
- 04/11/08 13:33:57 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/MapFish/client/mfbase/mapfish/widgets/Shortcuts.js
r132 r332 55 55 initComponent: function() { 56 56 var combo = new Ext.form.ComboBox({ 57 name: 'shortcuts',58 hiddenName: '',59 store: this.store,60 valueField: 'value',61 displayField:'text',62 editable: false,63 mode: 'local',64 triggerAction: 'all',65 emptyText:'Select a value ...',66 lazyRender: true,67 width: 15068 })57 name: 'shortcuts', 58 hiddenName: '', 59 store: this.store, 60 valueField: 'value', 61 displayField:'text', 62 editable: false, 63 mode: 'local', 64 triggerAction: 'all', 65 emptyText:'Select a value ...', 66 lazyRender: true, 67 width: 150 68 }); 69 69 combo.on('select', this.recenter, this); 70 70
