Function %HI_SetCellToolTipsets the tooltip on the cell in the BrowserdisplayerBrowser. Tooltip consists of two texts - title and text.
Function %HI_GetCellToolTipTitlegets back the title of tooltip.
Function %HI_GetCellTooltipTextgets back the text of tooltip.
Declaration
Blok kódu
language
esl
theme
Confluence
%HI_SetCellToolTip(
INT in refId,
INT in row,
INT in col,
TEXT in ttTitle,
TEXT in ttText
)
TEXT %HI_GetCellToolTipTitle(
INT in refId,
INT in row,
INT in col
)
TEXT %HI_GetCellToolTipText(
INT in refId,
INT in row,
INT in col
)