Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Setting a prompt on a MenuItem

    Hello,

    Is it possible to set a prompt on a MenuItem? I want to make it so a description pops up for each menu item. I don't see a setPrompt() call in the documentation.

    #2
    The various fields on the Menu are customizable as ListGridFields (eg titleField). So you can add hover functionality that way, potentially using custom properties you set on the MenuItems, each of which is just a ListGridRecord subclass.

    Comment

    Working...
    X