3.2.0

CheckBox

If i use in a grid

var chkBox = new AW.Templates.Checkbox
chkBox.setContent("box/text", "");
users.setCellTemplate(chkBox, 3);

The checkbox will not hoover og be selected, if i do not use
chkBox.setContent("box/text", "");

It will but only if i move over the label.

What should i do to get a normal checkbox woorking whitout label.
JoHo
November 9,
This code works ok for me -

var chkBox = new AW.Templates.Checkbox
chkBox.setContent("box/text", "");
grid.setCellTemplate(chkBox, 3);

Maybe the problem is somewhere else? Are you using AW 2.0.2? Which browser?
Alex (ActiveWidgets)
November 12,

This topic is archived.

See also:


Back to support forum