D_ClipboardHelper_async.js 677 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. D_ClipboardHelper.F_Dialog_OnBeforeVisible=function(){this.F_GetDlgItem( "btnOK" ).style.display = this._hKI?"none":"";U_Button.F_SetLabel( this.F_GetDlgItem( "btnCancel" ), G_ResManager.F_GetString( this._hKI?"IDS_HAL_BTN_CLOSE":"IDS_HAL_BTN_CANCEL" ) );var ta=this.F_GetDlgItem("ta");ta.value=this._hY82;ta.readOnly=this._hKI;};D_ClipboardHelper.F_Dialog_OnAfterVisible=function(){var ta=this.F_GetDlgItem("ta");ta.focus();ta.select();};