suppose that i write a class like above.. and i named the file Core.js and it is under the folder called com/ulasimBilgilendirme/data.
and now i wanna create a new js file called GroupingDataGrid.js under the folder named data and it will extends my new class Core.. but i could not import the namespace com.ulasimBilgileri.data to my new js file GroupingDataGrid.js..
Can anyone show me how to import files by the help of ext-js libraries... i use Ext.ns() but it did not work...
THX FOR YOUR HELPS