Re: [jQuery] New plugin: ContextMenu

2007-03-15 Thread Joel Birch
On 09/03/2007, at 10:13 AM, Chris Domigan wrote: Hi everyone The first version of my new ContextMenu plugin has been released. You can grab it here: http://www.trendskitchens.co.nz/jquery/contextmenu/ ContextMenu lets you selectively replace the browser's right click menu with one of

Re: [jQuery] New plugin: ContextMenu

2007-03-15 Thread arnaud sellenet
Thanks for this nice plugin, perfect for intranet or such indeed. I've tested your demo page with : Safari 2 Firefox 2 mac (extensions : Firebug, Selenium IDE, codetech, cssViewer, dummy lipsum, errorzilla mod, measureit, newsfox, quickrestart, tab mix plus, view source chart, web developer)

Re: [jQuery] New plugin: ContextMenu

2007-03-15 Thread Joel Birch
On 15/03/2007, at 11:31 PM, arnaud sellenet wrote: Thanks for this nice plugin, perfect for intranet or such indeed. I've tested your demo page with : Safari 2 Firefox 2 mac (extensions : Firebug, Selenium IDE, codetech, cssViewer, dummy lipsum, errorzilla mod, measureit, newsfox,

Re: [jQuery] New plugin: ContextMenu

2007-03-15 Thread Chris Domigan
Thanks for the research, Joel :) ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] New plugin: ContextMenu

2007-03-12 Thread agent2026
I know you're working on it, but in regards to the relevant context subject I just discovered that Yahoo!Mail has this implemented very nicely with menus relevant to what you are clicking on. You can even rename folders as though it were your desktop. Yahoo! has it's own libraries of course,

Re: [jQuery] New plugin: ContextMenu

2007-03-10 Thread Howard Jones
Chris Domigan wrote: Hi everyone The first version of my new ContextMenu plugin has been released. You can grab it here: Chris, This is a really nice plugin! One suggestion that springs to mind for it though - the context part of context menu always implied to me that the options are relevant

Re: [jQuery] New plugin: ContextMenu

2007-03-10 Thread Chris Domigan
Howard, thanks for the comments. Something like you suggest is already in the works :) Chris ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] New plugin: ContextMenu

2007-03-10 Thread Howard Jones
Chris Domigan wrote: Hi everyone The first version of my new ContextMenu plugin has been released. You can grab it here: Hi again Chris, One (fairly specific) bug report: for my particular application[*], I use client-side imagemaps with events attached to them to select items on a

Re: [jQuery] New plugin: ContextMenu

2007-03-09 Thread Joel Birch
On 09/03/2007, at 10:13 AM, Chris Domigan wrote: Hi everyone The first version of my new ContextMenu plugin has been released. You can grab it here: http://www.trendskitchens.co.nz/jquery/contextmenu/ ContextMenu lets you selectively replace the browser's right click menu with one of

Re: [jQuery] New plugin: ContextMenu

2007-03-09 Thread Andy Matthews
on the menu! _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Domigan Sent: Thursday, March 08, 2007 5:14 PM To: jQuery Discussion. Subject: [jQuery] New plugin: ContextMenu Hi everyone The first version of my new ContextMenu plugin has been released. You can grab

Re: [jQuery] New plugin: ContextMenu

2007-03-09 Thread Chris Domigan
! -- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Chris Domigan *Sent:* Thursday, March 08, 2007 5:14 PM *To:* jQuery Discussion. *Subject:* [jQuery] New plugin: ContextMenu Hi everyone The first version of my new ContextMenu plugin has been released

Re: [jQuery] New plugin: ContextMenu

2007-03-09 Thread Andy Matthews
. Subject: Re: [jQuery] New plugin: ContextMenu Hi Andy, Travian sounds interesting! I'll have to check that out... The ability to add/remove/enable/disable menu items based on the target is something I'm working on for the next version, along with some other goodies :) Chris On 10/03/07, Andy

Re: [jQuery] New plugin: ContextMenu

2007-03-09 Thread Danial Tzadeh
Hi All, Is it possible to make it with left click too? could be a nice addition as many users don't know they have to right click. Cheers, Danial On 3/9/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Chris Domigan schrieb: Hi everyone The first version of my new ContextMenu plugin has been

Re: [jQuery] New plugin: ContextMenu

2007-03-09 Thread Chris Domigan
Hi Jorn, Seems like you didn't like the Tooltip approach of prividing only the very basics of inline-styles and the rest via stylesheets. Yeah the whole styling thing was something I wasn't too sure about. On the one hand I thought it might be handy not to have to worry about a separate css

Re: [jQuery] New plugin: ContextMenu

2007-03-09 Thread Chris Domigan
Hi Danial, On 10/03/07, Danial Tzadeh [EMAIL PROTECTED] wrote: Hi All, Is it possible to make it with left click too? could be a nice addition as many users don't know they have to right click. Cheers, Danial Yep I'll try and put this in the next version. Something in the settings like

[jQuery] New plugin: ContextMenu

2007-03-08 Thread Chris Domigan
Hi everyone The first version of my new ContextMenu plugin has been released. You can grab it here: http://www.trendskitchens.co.nz/jquery/contextmenu/ ContextMenu lets you selectively replace the browser's right click menu with one of your own. It is fully customisable and allows you to bind

Re: [jQuery] New plugin: ContextMenu

2007-03-08 Thread Rey Bango
Ok, that gets added to my badass plugin list as well!! Chris Domigan wrote: Hi everyone The first version of my new ContextMenu plugin has been released. You can grab it here: http://www.trendskitchens.co.nz/jquery/contextmenu/ http://www.trendskitchens.co.nz/jquery/contextmenu/

Re: [jQuery] New plugin: ContextMenu

2007-03-08 Thread Glen Lipka
Cool! Just as a styling suggestion. Would it be hard to enable Office 2007 style on it? Example from powerpoint here: http://glenlipka.kokopop.com/jQuery/right-click.gif So some wishlist items (feel free to chuck these in the circular file): 1. Ability to disable/gray out a choice (maybe with

Re: [jQuery] New plugin: ContextMenu

2007-03-08 Thread Chris Domigan
Re #1: Oops. Obviously passing the clicked option won't help here - the whole point is you don't want it clickable in the first place... ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] New plugin: ContextMenu

2007-03-08 Thread Chris Domigan
Hi Glen, thanks for the ideas. Just as a styling suggestion. Would it be hard to enable Office 2007 style on it? No, shouldn't be too difficult. Would have to put some logic in to support icon column. You could set a background image in menuStyle to emulate this. 1. Ability to disable/gray

Re: [jQuery] New plugin: ContextMenu

2007-03-08 Thread Klaus Hartl
Chris Domigan schrieb: Hi everyone The first version of my new ContextMenu plugin has been released. You can grab it here: http://www.trendskitchens.co.nz/jquery/contextmenu/ http://www.trendskitchens.co.nz/jquery/contextmenu/ ContextMenu lets you selectively replace the browser's