Question:What are adapters in ExtJs?
Answer
The adapter is used to allow classes to work together when normally could not because of incompatible interfaces, by providing its interface to clients while using the original interface.
+ Report
What are adapters in ExtJs?