Jump to content

Web UI - right click how does it work?


coopersnick

Recommended Posts

Hello,

Is the web UI closed source like the rest of utorrent? I ask because I am interested in understanding the code that pops up the right click context menu in the web app, so I can do something similar in my own little web page that uses this API (at least on windows).

If it's not available to look at, maybe someone could explain how that's working?

thanks!

Link to comment
Share on other sites

  • 2 weeks later...

http://forum.utorrent.com/viewtopic.php?id=96882

It's open source. The right-click menu is implemented using a combination of browser events (using a MooTools wrapper to register the event handlers) and contextmenu.js in the source. It's not particularly well-implemented, so it's probably a poor choice of code to base your own code off of.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...