Dear Experts,
I am new to Extjs4. Currently learning it by experimenting and going through some tutorials. I have this very basic question.
I would like to understand the what is the difference between Ext.create and Ext.define.
I am wondering why my page works fine even without using Ext.create. I have just defined my Controller, views, models etc by using Ext.define and not created them anywhere explicitly using Ext.create, but still all the views are rendered correctly.
Could you please explain the difference and usage of these two.
I would highly appreciate it.
Thanks,
Rajesh