Double click on topImage
I cannot find anywhere where it says whether it is possible to trap a double click on an image in the top left of the grid - is this possible?
Ian B
September 5,
obj.setSelectorVisible(true);
obj.setTopImage("favorites");
obj.onTopSelectorDoubleClicked = function(){alert(1)};
var top = new AW.Templates.ImageText;
var image = top.getContent("box/image");
image.setEvent("ondblclick", function(){alert(1)});
obj.setTopSelectorTemplate(top);
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021