Commit 233b2946b3f1c5aa473b04d2f294c1904624903e
Exists in
master
and in
30 other branches
Merge branch 'FER_10828' into FER_CR41
Showing
1 changed file
with
2 additions
and
13 deletions
Show diff stats
js/app/views/CatalogUI.js
... | ... | @@ -1374,12 +1374,6 @@ Ext.define('amdaUI.CatalogUI', { |
1374 | 1374 | return value; |
1375 | 1375 | } |
1376 | 1376 | }, |
1377 | - // listeners: { | |
1378 | - // change: this.onChangeStartField, | |
1379 | - // focus: function(field) { | |
1380 | - // this.activeField = 'surveyStart'; | |
1381 | - // }, | |
1382 | - // } | |
1383 | 1377 | }, { |
1384 | 1378 | fieldLabel: 'Stop Time', |
1385 | 1379 | name: 'surveyStop', |
... | ... | @@ -1392,12 +1386,6 @@ Ext.define('amdaUI.CatalogUI', { |
1392 | 1386 | maxLength: 25, |
1393 | 1387 | labelWidth: 60, |
1394 | 1388 | align: 'left', |
1395 | - // listeners: { | |
1396 | - // change: this.onChangeStopField, | |
1397 | - // focus: function(field) { | |
1398 | - // this.activeField = 'surveyStop'; | |
1399 | - // }, | |
1400 | - // } | |
1401 | 1389 | }] |
1402 | 1390 | }, |
1403 | 1391 | { |
... | ... | @@ -1414,9 +1402,10 @@ Ext.define('amdaUI.CatalogUI', { |
1414 | 1402 | border:false, |
1415 | 1403 | layout:'fit', |
1416 | 1404 | items:[{ |
1417 | - xtype: 'textarea', | |
1405 | + xtype: 'htmleditor', | |
1418 | 1406 | align:'stretch', |
1419 | 1407 | enableFont:false, |
1408 | + enableFontSize:false, | |
1420 | 1409 | enableAlignments: false, |
1421 | 1410 | enableColors:false, |
1422 | 1411 | name: 'description', |
... | ... |