News

One of the event handlers is trivial and I see how I can simply use the same function over and over. The other two, perform similar simple operations, but require an input.
I have a set of options in a submenu. It's possible to specify the same event handler for all of them, in this case to check/uncheck them when they're clicked. The thing is, I'm not sure if I have ...