In (for Example) var pippo, I put inside an Icon;
var pippo = dock.addIcon(new Array({euImage:{image:"iconsEuDock/cube.png"}}),
{link:"https://github.com/ceccopierangiolieugenio/EuDock"});
After, with a simple euDock command:
dock.delIcon(pippo);
I can delete it...
(Try links on the top of this page)
|