Hi Matt,
I'm using
Ext.getCmp('P150_INCREMENTAL_VALUE').addClass('input-greyed-out');
to grey out an input field on a form which works fine, but when I subsequently try to remove this class with
Ext.getCmp('P150_INCREMENTAL_VALUE').removeClass('input-greyed-out');
I get TypeError: Ext.getCmp(...).removeClass is not a function
Any ideas?
Thanks
Alan