Execute External Functions
You can write and execute external function inside euDock...

HOW CAN IT IS POSSIBLE?


Instead of use "link" tag:

   dock.addIcon(new Array({euImage:{image:"iconsEuDock/cube.png"}}),
                {link:"https://github.com/ceccopierangiolieugenio/EuDock"});

Try to use "mouseInsideClick" tag:

   dock.addIcon(new Array({euImage:{image:"iconsEuDock/cube.png"}}),
                {mouseInsideClick : function(x,y){alert("This is an Alert Window"););
                
SIMPLE, ISN'T IT?
REMEMBER
Don't forget to put in your page:
<a href='https://github.com/ceccopierangiolieugenio/EuDock'>
<img src='https://github.com/ceccopierangiolieugenio/EuDock/littlEuDock.jpg' border=0></a>
!!!If you don't like (of course) a personal Macumba!!!
RETURN TO INDEX