Command/ tooltip

From Wiki
Jump to navigation Jump to search


\tooltip

Summary

The instances of \tooltip are used for creating tooltips in the output PDF.

Instances

\tooltip

Settings instance

\TOOLTIP[...=...,...]{...}{...}
...=...,...inherits from \setuptooltip
{...}text
{...}text

Settings instance:argument

\TOOLTIP[...]{...}{...}
[...]left middle right
{...}text
{...}text

Description

Examples

Example 1

Here is a typical example (this works only with PDF viewers which are JavaScript compatible, such as Adobe Acrobat):

\setuppapersize[S6][S6]
\setupinteraction[state=start]
\setupcolors[state=start]

\starttext
Here is an example: by saying
\type{\tooltip[left]{Example}{Is it nice}}, we get
\blank
\midaligned{\tooltip[bottom]{Example}{Isn't it nice?}}
\blank

This file when opened in Adobe Acrobat will show the tooltip "Isn't it nice?" when one hovers over the word "Example".

\blank
\midaligned{\tooltip[bottom]{an example}{Isn't it nice?}  of tooltip on the bottom}
\blank
\midaligned{an example of tooltip on the \tooltip[right]{right}{Isn't it nice?}}
\blank
\midaligned{\tooltip[left]{an}{Isn't it nice?}  example of tooltip on the left}

\stoptext

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: