:: Forum >>
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
Tuesday, October 14, 2008
<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>
Thursday, November 13, 2008
This topic is archived.
Back to support forum
Forum search