D_ClipboardHelper.js 570 B

123456
  1. // Licensed Materials - Property of IBM
  2. // IBM Cognos Products: hal
  3. // (C) Copyright IBM Corp. 2003, 2017.
  4. // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  5. 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;};