coopersnick Posted January 30, 2012 Report Posted January 30, 2012 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!
kerriw Posted January 30, 2012 Report Posted January 30, 2012 An article for you:http://www.utorrent.com/help/guides/webui
coopersnick Posted January 30, 2012 Author Report Posted January 30, 2012 Thanks... but that doesn't really answer any of the questions, I already know how to use it, I want to understand how it works.
Ultima Posted February 11, 2012 Report Posted February 11, 2012 http://forum.utorrent.com/viewtopic.php?id=96882It'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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.