Re: How to show/hide, enable/disable items in menu based on YUI menu2

2009-07-18 Thread Joshua Lim
updated menubar with menuitems check/disable/selected options it should work on FF at least. josh 2009/7/17 Petr Fejfar petr.fej...@gmail.com On Thu, Jul 16, 2009 at 11:43 PM, Petr Fejfarpetr.fej...@gmail.com wrote: tries to be compatible with. Please find out attached table - maybe it

Re: How to show/hide, enable/disable items in menu based on YUI menu2

2009-07-17 Thread Petr Fejfar
On Thu, Jul 16, 2009 at 11:43 PM, Petr Fejfarpetr.fej...@gmail.com wrote: tries to be compatible with. Please find out attached table - maybe it could be usefull for someone else as well. Errata: in the Menu test on Google Chrome, there should be (it seems the value does *not* toggle) Petr

Re: How to show/hide, enable/disable items in menu based on YUI menu2

2009-07-16 Thread Petr Fejfar
I've made some changes on the trunk to allow AjaxLinkAction, and remove the setRenderBodyOnly so that you can basically modify the menu 'ajaxically'. [...] check out the yui-examples Hi Joshua, thank for your effort. I tried your improvements, but it stil does not work for me. It is possible

Re: How to show/hide, enable/disable items in menu based on YUI menu2

2009-07-16 Thread Joshua Lim
2009/7/16 Petr Fejfar petr.fej...@gmail.com thank for your effort. I tried your improvements, but it stil does not work for me. It is possible that I'm missing something, but some problems can be seen in your yui-example as well: After you click M2:L3 item to remove 1st item from menu: -

Re: How to show/hide, enable/disable items in menu based on YUI menu2

2009-07-16 Thread Petr Fejfar
On Thu, Jul 16, 2009 at 4:25 PM, Joshua Limlim.j...@gmail.com wrote: Did you check out yui as well? This marks disappears should be redrawn in the new code. Yes. I tested it on revision 4808 from July 15. What browser are you using though I 've only tested on FF. I see. While learning

Re: How to show/hide, enable/disable items in menu based on YUI menu2

2009-07-16 Thread Joshua Lim
Hi Petr, The table would be interesting, could you email it to me ? thanks I'll take a look at the rest of the yuimenu when I reach that point. :) Joshua 2009/7/17 Petr Fejfar petr.fej...@gmail.com On Thu, Jul 16, 2009 at 4:25 PM, Joshua Limlim.j...@gmail.com wrote: Did you check out yui as

Re: How to show/hide, enable/disable items in menu based on YUI menu2

2009-07-15 Thread Joshua Lim
Hi I've made some changes on the trunk to allow AjaxLinkAction, and remove the setRenderBodyOnly so that you can basically modify the menu 'ajaxically'. Also I've applied the yui-sam-skin by default for YuiMenuBar and YuiMenu. and it is now using YuiLoader and 2.7.0 check out the yui-examples