Ahoi!
I try to get an interaction menu at the bottom like in the NTG bibliography.
I know I must use "command=\but something", but I don't know how.
And I know that the code below is ugly redundant... (Hints, please)
------
\setuplist
[Topic]
[alternative=f,
interaction=all,
before=, after=,
frame=off]
\setupinteractionmenu[bottom]
[background=color,
backgroundcolor=InteractionColor,
style=\ss\tfxx\bf,
color=BackgroundColor, contrastcolor=ContrastColor,
frame=off,
offset=0pt,
before=,
after=,
samepage=empty, unknownreference=empty,
height=\bottomheight]
\startinteractionmenu[bottom]
\placelist
[Topic]
[background=color,
backgroundcolor=BackgroundColor,
criterium=all,
alternative=f,
style=\ss\tfxx\bf,
interaction=all,
height=\bottomheight,
command=\but, % <---------------------- ???
frame=off,
before=,
after=]
\hfill
\setupinteractionmenu
[bottom]
[height=\bottomheight]
\but [CloseDocument] Ende \\
\stopinteractionmenu
----------------
Gr��lis vom Hraban!