123456 |
- // Licensed Materials - Property of IBM
- // IBM Cognos Products: cchl
- // (C) Copyright IBM Corp. 2003, 2016.
- // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- var D_Color=new C_Dialog( "D_Color", "dlgColor", "cchl/dialogs/" );D_Color.F_Show=function(_cRL, _cVF1, _cHN1, _cFN1, _c3I, _cBF, _cA5, _cAQ, _c6C, _c2V){this._cWF1=_cVF1;if(_cHN1.indexOf("rgba(")!=-1){var _cMN1=/^rgba\((\d?\d?\d),(\d?\d?\d),(\d?\d?\d),(\d?\.\d\d?)\)/i;if(_cHN1.match(_cMN1)){_cHN1="rgb(" + RegExp.$1 + "," + RegExp.$2 + "," + RegExp.$3 + ")";_cAQ=100-(parseFloat(RegExp.$4)*100);}}this._cNN1=_cHN1;this._cCF=(_cBF!==false);this._c7C=!_c6C?false:true; this._cBQ=!_cAQ?"0":_cAQ;this._c3V=_c2V!==false;this._cB5=(_cA5!==false);this._c8C=0;this._cN51=[];this._cZ9=10;for(var i=0;i<this._cZ9;i++){this._cN51[i]="";}this.M_fnSuper_Show(_cRL, _c3I, _cFN1);};
|