Commit f9cad4ef77b73caa8d72f668a0227a738310dc80
1 parent
1d2290f6
Exists in
master
and in
32 other branches
Html Editor for Description
Showing
1 changed file
with
2 additions
and
13 deletions
Show diff stats
js/app/views/CatalogUI.js
... | ... | @@ -1345,12 +1345,6 @@ Ext.define('amdaUI.CatalogUI', { |
1345 | 1345 | return value; |
1346 | 1346 | } |
1347 | 1347 | }, |
1348 | - // listeners: { | |
1349 | - // change: this.onChangeStartField, | |
1350 | - // focus: function(field) { | |
1351 | - // this.activeField = 'surveyStart'; | |
1352 | - // }, | |
1353 | - // } | |
1354 | 1348 | }, { |
1355 | 1349 | fieldLabel: 'Stop Time', |
1356 | 1350 | name: 'surveyStop', |
... | ... | @@ -1363,12 +1357,6 @@ Ext.define('amdaUI.CatalogUI', { |
1363 | 1357 | maxLength: 25, |
1364 | 1358 | labelWidth: 60, |
1365 | 1359 | align: 'left', |
1366 | - // listeners: { | |
1367 | - // change: this.onChangeStopField, | |
1368 | - // focus: function(field) { | |
1369 | - // this.activeField = 'surveyStop'; | |
1370 | - // }, | |
1371 | - // } | |
1372 | 1360 | }] |
1373 | 1361 | }, |
1374 | 1362 | { |
... | ... | @@ -1385,9 +1373,10 @@ Ext.define('amdaUI.CatalogUI', { |
1385 | 1373 | border:false, |
1386 | 1374 | layout:'fit', |
1387 | 1375 | items:[{ |
1388 | - xtype: 'textarea', | |
1376 | + xtype: 'htmleditor', | |
1389 | 1377 | align:'stretch', |
1390 | 1378 | enableFont:false, |
1379 | + enableFontSize:false, | |
1391 | 1380 | enableAlignments: false, |
1392 | 1381 | enableColors:false, |
1393 | 1382 | name: 'description', |
... | ... |