123456 |
- // Licensed Materials - Property of IBM
- // IBM Cognos Products: hal
- // (C) Copyright IBM Corp. 2003, 2017.
- // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- function C_Gradient(_h9B1, _hBP1, _h8Y){this._hAB1=_h9B1;this._hCP1=_hBP1;this._h9Y=_h8Y;};C_Gradient.prototype.F_SetGradientStyle=function(_h762){_h762.style.backgroundImage="linear-gradient(" + ( this._h9Y?"to right":"to bottom" ) + ", " + this._hAB1 + " 0%, " + this._hCP1 + " 100%)";};
|