@@ -69,22 +69,22 @@ Ext.define('saas.view.core.form.FormPanel', {
listeners: {
blur: 'codeEditorBlur',
show: function (field, eOpts) {
- field.animate({
- duration: 500,
- to: {
- width: 200
- }
- });
+ // field.animate({
+ // duration: 500,
+ // to: {
+ // width: 200
+ // }
+ // });
field.focus();
},
hide: function(field) {
- width: 150
+ // width: 150
}
}, {