HelpWizard Pages HowTo: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 24: | Zeile 24: | ||
<nowiki>{{#tip-img: /path/to/your/image.png | image tooltip-text }}</nowiki> |
<nowiki>{{#tip-img: /path/to/your/image.png | image tooltip-text }}</nowiki> |
||
Example: |
|||
{{#tip-img: /path/to/your/image.png | image tooltip-text }} |
|||
Back to [[HelpWizard Pages]]. |
Back to [[HelpWizard Pages]]. |
Version vom 29. Juni 2018, 11:14 Uhr
HelpWizard Wiki Pages HowTo[Bearbeiten]
embedded action links (executed by expecco):
[[doit:"NewLauncher open"|NewLauncher]]
or (better):
[http://doit:"NewLauncher open" NewLauncher]
will be executed by expecco when clicked. Attention: wiki replaces blanks inside the doIt-string with underlines, which are xlated byck by the helpWizard. Therefore: No underlines in the expression.
also: ignore any red-link: these links will definitely NOT be here.
Try the above here: NewLauncher
Try the above here: "NewLauncher open" NewLauncher
Example:
[[doit:"Transcript showCR:'hello world'"|'hello world' on Transcript]] -> 'hello world' on Transcript
Tooltips[Bearbeiten]
use:
{{#tip-img: /path/to/your/image.png | image tooltip-text }}
Example:
{{#tip-img: /path/to/your/image.png | image tooltip-text }}
Back to HelpWizard Pages.