I would like to optimize the initial startup, so I'm trying the com.smartgwt.SmartGwtNoScript technique and omit more ISC_ js files as possible, but it seems, in my case, I can omit just the Calendar one.
Few questions and comments regarding this:
- Core, Foundation and Containers are always mandatory?
- There's no possible way to load RichTextEditor or Forms .js files after my .nocache.js, provided that dependent components aren't constructed in the onModuleLoad()?
- ISC_DataBinding.js why I should need it if I'm not using any datasource or server related stuff, (I guess Forms need it anyway)?
- ISC_Grids.js unfortunately I cant avoid cause I use Menu that extends Listgrid, right?
Also I noticed in the Showcase.gwt.xml the DrawingNoScript, can somebody explain what is it about? I couldn't find any documentation at all regarding this.
Im using the 3.0 night build,
thanks
Few questions and comments regarding this:
- Core, Foundation and Containers are always mandatory?
- There's no possible way to load RichTextEditor or Forms .js files after my .nocache.js, provided that dependent components aren't constructed in the onModuleLoad()?
- ISC_DataBinding.js why I should need it if I'm not using any datasource or server related stuff, (I guess Forms need it anyway)?
- ISC_Grids.js unfortunately I cant avoid cause I use Menu that extends Listgrid, right?
Also I noticed in the Showcase.gwt.xml the DrawingNoScript, can somebody explain what is it about? I couldn't find any documentation at all regarding this.
Im using the 3.0 night build,
thanks