Hello how make .js file for loading more .js file’s ?
You have to use the function GDT.loadJs
.
As example; GDT.loadJs([MyModPath + '/src/fileone.js', MyModPath + '/src/filetwo.js', MyModPath + '/src/filethree.js', MyModPath + '/src/filefour.js' ], ready, error);
(Where ready
and error
are functions)