Adding images to tabs
I'm trying to add images to tabs...
var obj = new AW.UI.Tabs;
obj.setItemText(["Tab 1","Tab 2","Tab 3"]);
obj.setItemImage(["http://localhost:8080/images/icon1.gif","http://localhost:8080/images/icon2.gif","http://localhost:8080/images/icon3.gif"]);
The problem that I am facing is that the tabs show a space for where the icons should be but it doesn't show the icons. Can anybody tell me what I am doing wrong? Thanks.
Joe
var obj = new AW.UI.Tabs;
obj.setItemText(["Tab 1","Tab 2","Tab 3"]);
obj.setItemImage(["http://localhost:8080/images/icon1.gif","http://localhost:8080/images/icon2.gif","http://localhost:8080/images/icon3.gif"]);
The problem that I am facing is that the tabs show a space for where the icons should be but it doesn't show the icons. Can anybody tell me what I am doing wrong? Thanks.
Joe
Joe Hudson
October 27,