
Originally Posted by
ddadmin
It's certainly quite unique, though I was confused for a while, expecting it to be a '
pie graph", not "
pie menu" lol. So here I was wondering why the
demo page consists of just two blank DIVs. I know, you need to right click to activate the "pie menu."
Because you can attach the context menu to any number of containers. For example in the demo page there are 2 different menus and with this code:
Code:
PieContextMenu.attach('container', 'menu1');
PieContextMenu.attach('pool', 'menu2');
you attach 2 menus to different containers..
Bookmarks