bobbfwed Posted December 1, 2008 Share Posted December 1, 2008 I am looking for some simple single-level (multi-level isn't a problem) menu that can appear at any location on the screen (it isn't bound to any specific place) (i.e. if I want to make it appear the the mouse's location). I've looked on google. Most of the menus are bound to a location or don't seem to work in IE or FF. I am hoping someone can point me in the right direction, or give me an example of how to create my own simple movable menu Quote Link to comment https://forums.phpfreaks.com/topic/135031-solved-js-menus/ Share on other sites More sharing options...
Mchl Posted December 1, 2008 Share Posted December 1, 2008 It's context menu you're looking for I believe YUI has one Quote Link to comment https://forums.phpfreaks.com/topic/135031-solved-js-menus/#findComment-703324 Share on other sites More sharing options...
bobbfwed Posted December 1, 2008 Author Share Posted December 1, 2008 Yeah, that one is nice, but it is far from simple, and is dependent on some Yahoo objects. A left-click context menu is fine for me too. From the reading I have done right-click menus are kind of a hacky workaround. Quote Link to comment https://forums.phpfreaks.com/topic/135031-solved-js-menus/#findComment-703410 Share on other sites More sharing options...
RichardRotterdam Posted December 2, 2008 Share Posted December 2, 2008 Look for javascript context menu scripts here is one in prototype http://yura.thinkweb2.com/scripting/contextMenu/ Quote Link to comment https://forums.phpfreaks.com/topic/135031-solved-js-menus/#findComment-703861 Share on other sites More sharing options...
bobbfwed Posted December 6, 2008 Author Share Posted December 6, 2008 That one is much more usable. I have adapted it, and am trying to integrate it into my application: https://sourceforge.net/projects/filemanage/ (for the 2.1.0 release) Quote Link to comment https://forums.phpfreaks.com/topic/135031-solved-js-menus/#findComment-707274 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.