// 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. G_HAL.F_VerifyDependencies("C_ModelessDialog");function D_SimpleTooltip(_hSF, _h092){D_SimpleTooltip.baseConstructor.call(this, null, _hSF, _h092);};D_SimpleTooltip.F_Extends(C_ModelessDialog);D_SimpleTooltip.prototype.F_Show=function(_hOM,_hUT1,_h8R,_hQ6){D_SimpleTooltip.superClass.F_Show.call(this, _hOM, _hUT1, _h8R, _hQ6);};D_SimpleTooltip.prototype.F_ShowTooltip=function(_h1U1,_h8R,_hDZ1){this._h2U1=_h1U1;this.F_Show(G_TooltipManager, _hDZ1, _h8R, "bottom");};D_SimpleTooltip.prototype.F_HideTooltip=function(){this.F_Hide();};D_SimpleTooltip.prototype.F_Dialog_OnBeforeVisible=function(){this.F_GetDlgItem( "title" ).innerText = this._h2U1._h3U1||(this._h2U1._hBG1?G_ResManager.F_GetString( this._h2U1._hBG1 ):"");this.F_GetDlgItem( "title" ).innerHTML = this._h2U1._hCG1||this.F_GetDlgItem( "title" ).innerHTML||"";this.F_GetDlgItem( "description" ).innerText = this._h2U1._h831||(this._h2U1._hAR?G_ResManager.F_GetString( this._h2U1._hAR ):"");this.F_GetDlgItem( "html" ).innerHTML = this._h2U1._h192||"";this.F_GetDlgItem( "title" ).style.display = (this.F_GetDlgItem( "title" ).innerHTML=="")?"none":"";this.F_GetDlgItem( "description" ).style.display = (this.F_GetDlgItem( "description" ).innerText=="")?"none":"";this.F_GetDlgItem( "html" ).style.display = (this.F_GetDlgItem( "html" ).innerHTML=="")?"none":"";var _h1X=this._h2U1._h292;var _hAZ1=this.F_GetDlgItem("icon");_hAZ1.src=_h1X?G_HAL.F_GetImageURL(this._h2U1._h292):"";_hAZ1.style.display=_h1X?"":"none";};D_SimpleTooltip.prototype.F_GetDialogHtml=function(_hAE2){return('
');};