softwaretailoring / wheelnav

Animated wheel navigation JavaScript library based on Raphaël.js (SVG/VML). It can be a pie menu (radial menu, circular menu) and many more.
https://wheelnavjs.softwaretailoring.net
MIT License
702 stars 101 forks source link

Multiple wheelnavs #55

Closed Mambix closed 7 years ago

Mambix commented 7 years ago

Is it possible to have one template for wheelnav but that can be called from different locations in your HTML code. I also need it's buttons to call same JS functions but with different parameters based on the location clicked.

is that possible?

softwaretailoring commented 7 years ago

Hi @Mambix Please describe your issue on another way, I don't understand exactly what do you want. What is a 'template'? And what kind of parameters do you think?

Mambix commented 7 years ago

I made my own lib for this. Found out I can not manipulate elements the way I wanted. But I was able to call a JS function that would show wheelnav at the location clicked 👍