1234567891011121314151617181920212223242526272829 |
- function CQueryInformation()
- {
- this.m_bRequiresDialog = true;
- this.m_aParams["m"] = "/" + qs_dir + "/queryInformation.xts";
- };
- CQueryInformation.prototype = new AFeatureObject();
- CQueryInformation.prototype.setup = function (aFeatureParams)
- {
- this.m_aParams["miniQuery"] = XMLBuilderSerializeNode(goApplicationManager.getMiniQueryManager().getCRQReportNode());
- };
|