Re: Looking for Pop-up menu...

2009-07-24 Thread Petr Fejfar
On Fri, Jul 24, 2009 at 4:25 AM, Joshua Lim wrote: > I Think menu2 can do what you want as Ryan said. You can override the > getCssClass() to return your own class name, because the default is > yui-skin-sam which will span the width of yui-menu to the whole of the > containing box. Yes, I finall

Re: Looking for Pop-up menu...

2009-07-23 Thread Joshua Lim
I Think menu2 can do what you want as Ryan said. You can override the getCssClass() to return your own class name, because the default is yui-skin-sam which will span the width of yui-menu to the whole of the containing box. final YuiMenuBar mb = new YuiMenuBar("menuBar") {

Re: Looking for Pop-up menu...

2009-07-22 Thread Petr Fejfar
On Thu, Jul 23, 2009 at 2:01 AM, Ryan McKinley wrote: > why not just a YUI menu?  (not a context menu) Do you mean to use menu (not menu2) with permanently visible single menubar's item and pull down associated menu on click and resign on mouse over functinality?

Re: Looking for Pop-up menu...

2009-07-22 Thread Ryan McKinley
why not just a YUI menu? (not a context menu) On Jul 22, 2009, at 12:47 PM, Petr Fejfar wrote: Hi all, I went through lot of Javascript integrating components to find out pop-up menu similiar to YUI context menu except a menu could be poped-up by left mouse click, mouse hover etc... But I d

Looking for Pop-up menu...

2009-07-22 Thread Petr Fejfar
Hi all, I went through lot of Javascript integrating components to find out pop-up menu similiar to YUI context menu except a menu could be poped-up by left mouse click, mouse hover etc... But I did not find any. Is somewhere such component? Thanks, Petr ---