Difference between revisions of "Command/tooltip"
From ConTeXt wiki
< Command
(3 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
|attributes= | |attributes= | ||
}} | }} | ||
+ | |||
+ | == [[Help:Reference|Syntax]] (autogenerated) == | ||
+ | <syntax>tooltip</syntax> | ||
== [[Help:Reference|Syntax]] == | == [[Help:Reference|Syntax]] == | ||
Line 58: | Line 61: | ||
== See also == | == See also == | ||
− | <!-- something like | + | <!-- something like {{cmd|goto}} --> |
− | == Help from ConTeXt-Forum == | + | == Help from ConTeXt-Mailinglist/Forum == |
All issues with: | All issues with: | ||
{{Forum|{{SUBPAGENAME}}}} | {{Forum|{{SUBPAGENAME}}}} | ||
− | [[Category:Interaction|tooltip]] | + | [[Category:Command/Interaction|tooltip]] |
Latest revision as of 16:14, 11 November 2019
\tooltip
Syntax (autogenerated)
\tooltip[...=...,...]{...}{...} | |
...=...,... | inherits from \setuptooltip |
{...} | text |
{...} | text |
\tooltip[...=...,...]{...}{...} | |
instance of \tooltip |
\tooltip[...]{...}{...} | |
[...] | left middle right |
{...} | text |
{...} | text |
\tooltip[...]{...}{...} | |
instance of \tooltip |
Syntax
\tooltip[...]{...}{...} | |
[...] | left right middle |
{...} | text |
{...} | text |
Description
Example
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
See also
Help from ConTeXt-Mailinglist/Forum
All issues with: