Guys,
Lately, I started learning ExtJS. I've coded with ExtJS pretty far that I know how to use configs, methods and events.
But when I try to extend some component for my custom needs, I visit the source code and I get confused to be very honest. Not because of way of writing code, because of the content matter of code.
Can somebody please point me in right direction towards how to read source and understand it so that it could be easily customized to our own needs by extending it ?
Cheers!
PS : Do I need to know core JavaScript concepts in depth before reading the source code and customizing it ? If few concepts are sufficient, what would they be ?