WoW:API EasyMenu: Difference between revisions

m
m (New page: {{wowapi}} Easily create context menus on the fly with clickable items. EasyMenu(menuItems, template, anchor, unknown, unknown, strata) ==Arguments== :(menuItems, template, anchor, unk...)
 
Line 29: Line 29:
     -- ...
     -- ...
  }
  }
:See "List of button attributes" in the [[FrameXML]] file ''UIDropDownMenu.lua'' for the full list of available table elements.


== Notes ==
== Notes ==
* The menu becomes visible as soon as you call the function and goes away after you click a menu item.
* The menu becomes visible as soon as you call the function and goes away after you click a menu item unless keepShownOnClick in '''menuList''' was set to 1.
 
== See Also ==
*[[UI Object UIDropDownMenu]]
*[[HOWTO: Use UIDropDownMenu]]
Anonymous user