unselect the check box on the selector
is there a way to unselect the check box on the selector through javascript code
i use
obj.setSelectorVisible(true)
obj.setSelectorWidth(30);
obj.setSelectorTemplate(new AW.Templates.CheckedItem);
to get the checkbox on selector
after i click on some icon depending upon conditon i want to uncheck the checkbox
how to attain this?
i use
obj.setSelectorVisible(true)
obj.setSelectorWidth(30);
obj.setSelectorTemplate(new AW.Templates.CheckedItem);
to get the checkbox on selector
after i click on some icon depending upon conditon i want to uncheck the checkbox
how to attain this?
vanya
April 3,