developersland
developersland

Reputation: 33

Extjs : How can I use seperate .js files?

My project is going to be so large. I decided to keep my Extjs codes in seperate files. How xan I do it please help.

Upvotes: 1

Views: 648

Answers (1)

Farid Movsumov
Farid Movsumov

Reputation: 12725

You can declare some Extjs components into another .js file But you have to import both files in html document.

Upvotes: 2

Related Questions