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.
- D_PromptInterval.F_GetParameterValues=function(){return this._cLF;};D_PromptInterval.F_Dialog_OnBeforeVisible=function(){this._cQI=new C_PromptInterval(this.F_GetDlgItem("tblPromptInterval"), this._cPI, this, this._cTQ);this.F_GetDlgItem( "divMsg" ).style.display = this._c3T1?"":"none";this.F_GetDlgItem("divMsg").innerText=this._c3T1;};D_PromptInterval.F_Dialog_OnAfterHide=function(){this._cUQ=null;this._cPI=null;this._cQI.F_Detach();delete this._cQI;};D_PromptInterval.F_PromptControl_OnOverallInvalidState=function(_c5M){this.F_SetButtonEnabled("btnOK", false);};D_PromptInterval.F_PromptControl_OnOverallValidState=function(_c5M){this.F_SetButtonEnabled("btnOK", true);};D_PromptInterval.F_OnOK=function(){this._cLF=this._cQI.F_GetParameterValues();this.M_fnSuper_OnOK();};D_PromptInterval._cQV=function(e){if(e.keyCode==U_DOM.K_iKeyTab){e.stopPropagation();}};
|