the following line shows text label with images, that fires the apple.com webpage. everything goes fine, but I want the mouse cursor shows hand style just like standard links. what should I do:
isc.Label.create({showEdges: false, wrap: false, contents: "apple.com", icon:"/images/web.gif", iconHeight: 32, iconWidth: 32, action: function(){window.open("http://www.apple.com")}})
isc.Label.create({showEdges: false, wrap: false, contents: "apple.com", icon:"/images/web.gif", iconHeight: 32, iconWidth: 32, action: function(){window.open("http://www.apple.com")}})
Comment