git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
9 lines
544 B
Plaintext
9 lines
544 B
Plaintext
The ext-air.js file should be included AFTER ext-all.js.
|
|
|
|
The resources/ext-air.css file should be included AFTER ext-all.css.
|
|
|
|
XTemplates must be loaded inline while the js file loads (not in an onready block) when used in the application sandbox. Take a look at samples/tasks/js/Templates.js for an example.
|
|
|
|
For additional date formats other than the ones defined in src/ext-air-adapter.js, you will need to specify them inline similar to XTemplates using Date.precompileFormats(). For multiple formats, separate them with the | character.
|
|
|