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.
- var D_ClipboardHelper=new C_Dialog( "D_ClipboardHelper", "dlgClipboardHelper", G_HAL.M_sPath + "hal/dialogs/" );D_ClipboardHelper.F_Show=function(_hLN1,_hX42,_hJI,_hX82){this._hY82=_hX82?_hX82:"";this._hKI=_hJI;this.M_fnSuper_Show(null, _hLN1, _hX42);};D_ClipboardHelper.F_GetValue=function(){return this.F_GetDlgItem("ta").value;};
|