Announcement

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

    Enhancement suggestion: MenuItem Help tooltip / hover

    Hi Isomorphic,

    in this sample it would be nice to know as the user of the sample why "New File in..." is grayed out.
    Therefore would be great to have a String hover property as well as a dynamicHover with the same signature as MenuItem.dynamicTitle.
    What do you think about this?

    Best regards
    Blama

    #2
    Because Menu inherits from ListGrid, you can install hover handlers as normal. There isn't currently a way to do this per-MenuItem, and that's probably not something we'll add since there are multiple fields on the MenuItem where you might want a distinct hover.

    If you wanted something like a MenuItem.disabledHover property, you could easily build that using ListGrid-level hover APIs.

    Comment


      #3
      Hi Isomorphic,

      OK, thank you. Yes, this is about a disabledHover. We will try this.

      Best regards
      Blama

      Comment

      Working...
      X