HelpWizard Pages HowTo: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 13: | Zeile 13: | ||
Examples:<br> |
Examples:<br> |
||
<nowiki>[[doit:"Transcript showCR:'hello world'"|Transcript]]</nowiki> -> [[doit:"Transcript showCR:'hello world'"|Transcript]] |
<nowiki>[[doit:"Transcript showCR:'hello world'"|'hello world' on Transcript]]</nowiki> -> [[doit:"Transcript showCR:'hello world'"|'hello world' on Transcript]] |
||
Version vom 29. Juni 2018, 10:57 Uhr
HelpWizard Wiki Pages HowTo[Bearbeiten]
embedded action links (executed by expecco):
[[doit:"NewLauncher open"|NewLauncher]]
will be executed by expecco when clicked. Attention: wiki replaces blanks inside the doIt-string with underlines, which are xmated byck by the helpWizard. Therefore: No underlines in the expression.
Try the above here: NewLauncher
Examples:
[[doit:"Transcript showCR:'hello world'"|'hello world' on Transcript]] -> 'hello world' on Transcript
Back to HelpWizard Pages.