3.2.0

Dropdown cell and Event click

When i select a value from dropdown, it puts the the value into the cell; what Event will this fire so i can save the cell text into a variable?

any help will be appreciated!

Ramni
October 14,
<script>

var obj = new AW.UI.Grid;
obj.setFooterVisible(true);
obj.setSelectorVisible(true);
obj.setSelectorWidth(100);

obj.setBottomText("Search");
obj.setBottomLink("http://www.google.com");
obj.setBottomSelectorTemplate(new AW.Templates.Link);

document.write(obj);

</script>
November 13,

This topic is archived.

See also:


Back to support forum