im new to extjs4 and need some help understanding how the ext.define works please
in fact what i want to do is something similar to the portlets in the portal example, in my application i will need so many objects to add in my different tabs, so in order to orgnise my code and not have just one very big script, i want to define each componant i need in a separate file and then call it in the main script when i need it (i will mainly use the examples so this is why i want to know how ext.define works so i can adapt those examples and make them work the way i want)
hope i was clear
and thank you in advance for ur help