3.2.0

how to merge onclick funcitonality in PHP grid example

How can i merge the following onclick functionality in the example file activewidgets.php?

var row = new Active.Templates.Row;
row.setEvent("ondblclick", function(){this.action("myAction")});

obj.setTemplate("row", row);
obj.setAction("myAction", myFunction);
Hans
July 27,

This topic is archived.

See also:


Back to support forum