initDhtmlLib.js 440 B

12345678910
  1. /* Copyright (c) Business Objects 2006. All rights reserved. */
  2. if (bobj.crv.config.isDebug) {
  3. // DHTML Lib makes some errors hard to debug by setting window.onerror
  4. // (esp with mozilla and the customcombo widget)
  5. localErrHandler = null;
  6. }
  7. //we do not include style.css for viewer in dhtmllib initialization.
  8. initDom(bobj.crvUri("../dhtmllib/images/") + bobj.crv.config.skin + "/","", bobj.crv.config.lang);
  9. styleSheet();