Questions tagged [yui-menu]

The YUI Menu control adds dropdown functionality and the ability to create JavaScript menus.

19 questions
0
votes
1 answer

How do I remove the drop-shadow from a YUI menu at runtime?

I have a menu-button that I want to remove the drop-shadow from. I would like to not have to instantiate a menu object first (since it requires me to specify a div in the DOM to attach it to). I am able to instantiate a menu in the JS, but when I…
Son of the Wai-Pan
  • 12,371
  • 16
  • 46
  • 55
0
votes
1 answer

YUI menu, handling "onclick" from markup

Would like to know if is it possible to handle onclick event via Html markup. (link text) I know many YUI widgets can use yuiConfig to add configuration properties directly from markup ! (like Treeview) Anybody knows ?
Cyrille
  • 48
  • 1
  • 6
0
votes
2 answers

YUI MenuBar not showing submenus

So I'm trying to learn the YUI toolkit, and I'm having issues with my menubar having usable submenus. If I use the following code: Web
Chris K
  • 11,996
  • 7
  • 37
  • 65
0
votes
2 answers

YUI menu with animation

Is it possible to have YUI menus e.g. slide in as opposed to simply popping up?
Robert Munteanu
  • 67,031
  • 36
  • 206
  • 278
1
2