Menu

#16 CVS DIFF to add 'align' property

closed-fixed
nobody
None
5
2014-08-09
2004-09-07
No

Add 'align' property to MenuBase and make modification
to CoolMenuDisplayer4.java to pass this parameter to
cool menu's so that a sub-menu can be specified to be
to the left/right/top/bottom ... etc.
cvs diff -u against September 7 2004 version of
'navigator'

Discussion

  • Robert Leland

    Robert Leland - 2004-09-07

    cvs diff to add 'align' property to menu's

     
  • Matt Raible

    Matt Raible - 2004-09-22
    • status: open --> closed-fixed
     
  • Matt Raible

    Matt Raible - 2004-09-22

    Logged In: YES
    user_id=226669

    I noticed you added onclick as well. I applied the path,
    but made a small change. You had:

    args[6] = (menu.getWidth() == null) ? EMPTY : menu.getAlign();

    And I assumed this is supposed to be:

    args[6] = (menu.getAlign() == null) ? EMPTY : menu.getAlign();

    Applied in CVS - 9-21-04.

     

Log in to post a comment.

Auth0 Logo