Announcement

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

    contextMenu

    Hi
    Is there a way to define the bottom (X, Y) of the menu widget so that it doesn't expand downwards too much?

    thanks!
    Last edited by xwang; 27 Mar 2008, 08:17.

    #2
    I've tried:

    contextMenu.setMaxHeight(WINDOW_MIN_HEIGHT - 100);

    &

    contextMenu.setKeepInParentRect(Boolean.TRUE);

    without any luck.

    We're using SmartGWT 2.2. I have tested it using Firefox 3.6 and IE8

    Comment

    Working...
    X