:: Forum >>

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 !
Monday, December 8, 2003
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)
Monday, December 8, 2003

This topic is archived.


Back to support forum

Forum search