:: Forum >> Version 2 >>

list of urls

I read this script allows to have a list of links:

var obj = new AW.UI.List;
obj.setItemTemplate(new AW.Templates.Link);
obj.setItemText(["Google""Yahoo""Microsoft"]);
obj.setItemImage(["search""home""favorites"]);
obj.setItemLink(["http://www.google.com""http://www.yahoo.com""http://www.microsoft.com"]);
obj.setItemCount(3);
document.write(obj);
 
It doesn't work!!! Can anybody help me?
Valerio
Sunday, July 26, 2009



This topic is archived.

Back to support forum

Forum search