D_PromptDateTime.js 789 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_PromptDateTime=new C_Dialog( "D_PromptDateTime", "dlgPromptDateTime", "cchl/dialogs/" );D_PromptDateTime.K_eDlgTypeDateOnly=1;D_PromptDateTime.K_eDlgTypeTimeOnly=2;D_PromptDateTime.K_eDlgTypeDateTime=3;D_PromptDateTime.F_Show=function(_cRL, _cLI, _cGG1, _cYS1, _cFN1, _cKF, _cCB1){this._cMI=_cLI;this._cHG1=_cGG1;if(!_cFN1){_cFN1="";if(window["G_ResManager"]){_cFN1=G_ResManager.F_GetOptionalString("IDS_CCHL_TITLE_PROMPT_DATE_TIME");}}this._cHC=_cKF?_cKF:"";this._cLF=null;this._c3T1=_cYS1;this.M_fnSuper_Show(_cRL, _cCB1?_cCB1:null, _cFN1);};