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'
cvs diff to add 'align' property to menu's
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.