source: trunk/web/addons/job_monarch/lib/extjs/air/README.txt @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 552 bytes
Line 
1The ext-air.js file should be included AFTER ext-all.js.
2
3The resources/ext-air.css file should be included AFTER ext-all.css.
4
5XTemplates 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.
6
7For 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.
8
Note: See TracBrowser for help on using the repository browser.