I'm using EXTJS, i have a field that i've marked as readonly (using this : Ext.getCmp('myCmp').setReadOnly(true);).
My need is to test if 'myCmp' is set to readOnly?
I've checked the documentation and i did'nt find any think, i'm quite sure that i'm messing some think. Any help ?