- CFQueryReader.js - v1.2 for Ext JS 2 and 3
- test-extjs_2.js - script for this page
This is a Demo for CFQueryReader with ExtJS 2.1. This is the version of ExtJS included in ColdFusion 8, while this custom data reader was tested with each release of ExtJS 2. There are three stores defined in the script:
- Standard - The remote method returns a JSON serialized representation of a standard ColdFusion query object.
- QueryConvertForGrid - The remote method returns a JSON serialized representation of the struct returned by ColdFusion's QueryConvertForGrid method.
- Struct - The remote method returns a JSON serialized representation of a developer defined ColdFusion struct, which includes a key containing a ColdFusion query object.