3.2.0

How to use checkbox in ActiveWidgets

I want to use checkbox in ActiveWidgets, but It can't receive onclick event for me. How to make it work? I'm new to ActiveWidgets. Thanks !
December 8,
if your question is about standalone object - the syntax is:

function myEventHandler (event) {
...
}

obj.setEvent("onclick", myEventHandler);

(ActiveWidgets is also not very old :-)
Alex (ActiveWidgets)
December 8,

This topic is archived.

See also:


Back to support forum