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.
- 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();};
|