:: Forum >> Version 2 >>
State of implementation.
More information on this topic is available in the documentation section:
/aw.ui.list/item-link.html.
Does not work in:
<script>
var obj1 = new AW.UI.List;
obj1.setItemText(["Home", "Sample Link", "Search"]);
obj1.setItemImage(["home", "fontsize", "search"]);
obj1.setItemLink("http://www.google.com", 1); // URL for item 1
obj1.setItemCount(3);
document.write(obj1);
</script>
Has it been implemented, or is there an error in the code?
TIA,
Anton Cohout
Tuesday, February 27, 2007
This topic is archived.
Back to /aw.ui.list/item-link.html
Documentation:
Forum search