cognos.js 681 B

1234567891011121314151617181920212223
  1. /*
  2. *+------------------------------------------------------------------------+
  3. *| Licensed Materials - Property of IBM
  4. *| BI and PM: prmt
  5. *| (C) Copyright IBM Corp. 2002, 2011
  6. *|
  7. *| US Government Users Restricted Rights - Use, duplication or
  8. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. *|
  10. *+------------------------------------------------------------------------+
  11. */
  12. /**
  13. @fileOverview Cognos JavaScript Reporting API.
  14. */
  15. /**
  16. Namespace to prevent class collision with other framework.
  17. <br/>Your starting point for custom scripts is <tt>{@link cognos.Report.getReport()}</tt>
  18. @namespace
  19. */
  20. if (typeof cognos == "undefined") { cognos = {}; }