Interactive checkbox in ConTeXt
HI! How do I accomplish a similar funktion like this, that is written in latex, but in context instead? LATEXCODE \documentclass{article} \usepackage{hyperref} \begin{document} \begin{Form} \CheckBox[name=mycheckbox,checkboxsymbol=\ding{53}]{This is a check box:} \end{Form} \end{document} Thanks in advance Jan-Erik
Am 20.05.22 um 12:01 schrieb Jan-Erik Hägglöf via ntg-context:
How do I accomplish a similar funktion like this, that is written in latex, but in context instead?
LATEXCODE
|\documentclass{article} \usepackage{hyperref} \begin{document} \begin{Form} \CheckBox[name=mycheckbox,checkboxsymbol=\ding{53}]{This is a check box:} \end{Form} \end{document}|
Have a look at https://wiki.contextgarden.net/Widgets and the "mwidget" manual. Custom symbols work unreliably, depending of the viewer. Hraban
Thank you for the useful tip. I’ve tested the example given below but ran into missing figure, maybe I need to reconstruct the MetaPost file as mentioned in setup. Se attached example: Thanks in advance! /Jan-Erik \setupinteraction[state=start] \setupexternalfigures[location=global] \definesymbol [yes] [{\externalfigure[mp-cont.502]}] \definesymbol [no] [] \setupfield [setup 3] [width=2cm, height=2cm, rulethickness=3pt, corner=round, framecolor=red] \definefield [check-me] [check] [setup 3] [yes,no] [no] \starttext \field[check-me] \stoptext
20 maj 2022 kl. 12:28 skrev Henning Hraban Ramm via ntg-context
: Am 20.05.22 um 12:01 schrieb Jan-Erik Hägglöf via ntg-context:
How do I accomplish a similar funktion like this, that is written in latex, but in context instead? LATEXCODE |\documentclass{article} \usepackage{hyperref} \begin{document} \begin{Form} \CheckBox[name=mycheckbox,checkboxsymbol=\ding{53}]{This is a check box:} \end{Form} \end{document}|
Have a look at https://wiki.contextgarden.net/Widgets and the "mwidget" manual.
Custom symbols work unreliably, depending of the viewer.
Hraban ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
So far I accomplished this but problem is that when I check it checks all, not individually. \setupinteraction[state=start] \setupexternalfigures[location=global] \definesymbol [yes] [{\externalfigure[check-mark-svgrepo-com.svg][conversion=mp]}] \definesymbol [no] [] \setupfield [setup 3] [width=0.5cm, height=0.5cm, rulethickness=1pt, corner=round, framecolor=red] \definefield [check-me] [check] [setup 3] [yes,no] [no] \define\chk{\field[check-me]} \starttext \chk gfgkfgfghjl \chk dfdffdfff \stoptext
22 maj 2022 kl. 10:47 skrev Jan-Erik Hägglöf
: Thank you for the useful tip.
I’ve tested the example given below but ran into missing figure, maybe I need to reconstruct the MetaPost file as mentioned in setup. Se attached example:
Thanks in advance!
/Jan-Erik
\setupinteraction[state=start] \setupexternalfigures[location=global]
\definesymbol [yes] [{\externalfigure[mp-cont.502]}] \definesymbol [no] []
\setupfield [setup 3] [width=2cm, height=2cm, rulethickness=3pt, corner=round, framecolor=red]
\definefield [check-me] [check] [setup 3] [yes,no] [no]
\starttext \field[check-me] \stoptext
20 maj 2022 kl. 12:28 skrev Henning Hraban Ramm via ntg-context
: Am 20.05.22 um 12:01 schrieb Jan-Erik Hägglöf via ntg-context:
How do I accomplish a similar funktion like this, that is written in latex, but in context instead? LATEXCODE |\documentclass{article} \usepackage{hyperref} \begin{document} \begin{Form} \CheckBox[name=mycheckbox,checkboxsymbol=\ding{53}]{This is a check box:} \end{Form} \end{document}|
Have a look at https://wiki.contextgarden.net/Widgets and the "mwidget" manual.
Custom symbols work unreliably, depending of the viewer.
Hraban ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
participants (2)
-
Henning Hraban Ramm
-
Jan-Erik Hägglöf