U_HighContrast.js 1.7 KB

123456
  1. // Licensed Materials - Property of IBM
  2. // IBM Cognos Products: hal
  3. // (C) Copyright IBM Corp. 2003, 2017.
  4. // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  5. var U_HighContrast={};U_HighContrast.M_oHighConstrastImages={"hal/images/dotdotdot.gif":"hal/images/dotdotdot_a11y.png","hal/images/x.gif":"hal/images/x_a11y.png","hal/images/btn_x.gif":"hal/images/btn_x_a11y.png","hal/images/arrow.png":"hal/images/arrow_a11y.png","hal/images/arrow.gif":"hal/images/arrow_a11y.png","hal/images/dropdown.gif":"hal/images/dropdown_a11y.png","hal/images/dropdown_arrow.gif":"hal/images/dropdown_arrow_a11y.png","hal/images/btn_border.gif":"hal/images/btn_border_a11y.gif","hal/images/btn_cut.gif":"hal/images/btn_cut_a11y.gif","hal/images/check.gif":"hal/images/check_a11y.png","hal/images/check.png":"hal/images/check_a11y.png","hal/images/ComboBoxArrow.png":"hal/images/ComboBoxArrow_a11y.png","hal/images/ComboBoxArrow_disabled.png":"hal/images/ComboBoxArrow_disabled_a11y.gif", "hal/images/size_maximize.gif":"hal/images/size_maximize_a11y.gif","hal/images/size_minimize.gif":"hal/images/size_minimize_a11y.gif","hal/images/size_restore.gif":"hal/images/size_restore_a11y.gif","hal/images/queryItemMeasure.svg":"hal/images/queryItemMeasure_a11y.svg","hal/images/queryItemTime.svg":"hal/images/queryItemTime_a11y.svg","hal/images/querySubject.svg":"hal/images/querySubject_a11y.svg" };U_HighContrast.F_AddHighContrastImages=function(_hO42){for(var _hX52 in _hO42){this.M_oHighConstrastImages[_hX52]=_hO42[_hX52]; }};U_HighContrast.F_GetHighContrastImgIfNecessary=function(_h6D2){return G_HAL.M_oLibraries["hal"]["enableHighContrastMode"]?(this.M_oHighConstrastImages[_h6D2]||_h6D2):_h6D2;};