i am using the cell editing grid in my app. The js file has this:
Ext.Loader.setPath('Ext.ux', '../ux');
what will be the replacement for the relative path in my workspace?
../ux
i tried using:
F:\Softwares\EclipseForJavaScript\extjs-4.1.1\examples\ux
but did not worked
please help.
regards,
The loader does not work locally. You will need to run your application within a webser like IIS or Apache. And the the loader will accept relative paths. Relative means relative to your webserver root path/scriptpath.