@footNoteDomTT(TOOLTIP, SUPER)

Inserts a superscript tooltip footnote reference.

The following parameters are recognized:

TOOLTIP

A DOM Tooltip to appear when hovering over the footnote reference.

SUPER

Indicator text to appear as superscript.

Example of using the macro:

@p("Check out the NST project@footNoteDomTT("See the @jsqh("NST Home") page: @jsdh("https://www.networksecuritytoolkit.org")","1").")
    

Assuming the com.ccg.macros.at.All class is within your CLASSPATH and the config/html.at macros file has been generated (Hint: run make atmacros in the wui directory), a developer should be able to run the above example by copy/pasting from below:

[root@probe root]# java com.ccg.macros.at.All <<EOF
@include("config/html.at",,"d")

@p("Check out the NST project@footNoteDomTT("See the @jsqh("NST Home") page: @jsdh("https://www.networksecuritytoolkit.org")","1").")
    
EOF

This macro is defined as:

<span@toolTipAttr("@param(0)")@htmlAttr("style","vertical-align: super; font-size: 75%; cursor: pointer;")>@param(1)</span>