Title: 'disable' action on menubutton Post by: mzeddd on April 10, 2014, 02:59:11 AM If I call 'disable' action on menubutton I still can get corresponding submenu.
Submenus should not drop if menubutton is disabled. Title: Re: 'disable' action on menubutton Post by: stworthy on April 10, 2014, 08:50:28 AM Please refer to this example http://www.jeasyui.com/demo/main/index.php?plugin=MenuButton&theme=default&dir=ltr&pitem=MenuButton%20Actions#
When disable the 'Edit' button, the drop-down menu does not display anymore. Title: Re: 'disable' action on menubutton Post by: mzeddd on April 10, 2014, 08:58:43 AM Sorry, my fault
Too much copy-n-past. I called linkbutton action to menubutton :( Thanks for notice. |