Simply attempting to find an element by class name and add another classname to it:
This results in TypeError: Object [object Object] has no method 'attach'Code:Ext.select( '.contact-forms' ).addCls('single')
Any idea why? I'm new to ExtJS and I thought this would be a really easy thing to do!
Cheers,
George