D_PromptInterval.js 648 B

123456
  1. // Licensed Materials - Property of IBM
  2. // IBM Cognos Products: cchl
  3. // (C) Copyright IBM Corp. 2003, 2016.
  4. // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  5. var D_PromptInterval=new C_Dialog( "D_PromptInterval", "dlgPromptInterval", "cchl/dialogs/" );D_PromptInterval.F_Show=function(_cRL,_cOI,_cYS1,_cFN1,_cIG1,_cCB1){this._cPI=_cOI;if(!_cFN1){_cFN1="";if(window["G_ResManager"]){_cFN1=G_ResManager.F_GetOptionalString("IDS_CCHL_TITLE_PROMPT_INTERVAL");}}this._cTQ=_cIG1?_cIG1:"";this._cLF=null;this._c3T1=_cYS1;this.M_fnSuper_Show(_cRL, _cCB1?_cCB1:null, _cFN1);};