Setting links in tab not working
I uncommented out the following section of the tabs.html quick-ref example:
/********************************************************************
item templates
********************************************************************/
obj.setItemTemplate(new AW.Templates.Link); // hyperlink template
obj.setItemLink("http://www.google.com", 1); // URL for item 1
According to this, once I click on tab 1 then I should be redirected to Google, but nothing happens. Is there something missing?
/********************************************************************
item templates
********************************************************************/
obj.setItemTemplate(new AW.Templates.Link); // hyperlink template
obj.setItemLink("http://www.google.com", 1); // URL for item 1
According to this, once I click on tab 1 then I should be redirected to Google, but nothing happens. Is there something missing?
Adam Liebergen
April 13,