HelpWizard Pages HowTo: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
 
(12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
== HelpWizard Wiki Pages HowTo ==
#redirect [[ HelpWizard Pages HowTo/en ]]


== Tooltips ==
embedded action links (executed by expecco):


Funktioniert aktuell nicht - sv muss tooltip extension installieren
<nowiki>[[doit:"NewLauncher open"|NewLauncher]]</nowiki>
-> https://www.mediawiki.org/wiki/Extension:SimpleTooltip
or (better):
<nowiki>[http://doit:"NewLauncher open" NewLauncher]</nowiki>


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: [[doit:"NewLauncher open"|NewLauncher]]
<br>Try the above here: [http://doit:"NewLauncher open" NewLauncher]

Examples:<br>
<nowiki>[[doit:"Transcript showCR:'hello world'"|'hello world' on Transcript]]</nowiki> -> [[doit:"Transcript showCR:'hello world'"|'hello world' on Transcript]]


== Tooltips ==
use:
use:
<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: [[Datei:question16x16.png]] | image tooltip-text }}


Back to [[HelpWizard Pages]].
Back to [[HelpWizard Pages]].

Aktuelle Version vom 3. Juli 2018, 09:28 Uhr

Weiterleitung nach:

Tooltips[Bearbeiten]

Funktioniert aktuell nicht - sv muss tooltip extension installieren

-> https://www.mediawiki.org/wiki/Extension:SimpleTooltip

use:

{{#tip-img: /path/to/your/image.png | image tooltip-text }}

Example:

{{#tip-img: Question16x16.png | image tooltip-text }}

Back to HelpWizard Pages.



Copyright © 2014-2024 eXept Software AG