DwtMenu: Difference between revisions

mNo edit summary
mNo edit summary
Line 2: Line 2:
----
----


== Methods ==
DwtMenu(parent, style, className, posStyle, dialog)
* parent the parent widget
* style menu's style
* className a CSS class
* posStyle positioning style
* dialog Dialog that this menu is a part of (if any)
style
* DwtMenu.BAR_STYLE - Traditional menu bar.
* DwtMenu.BAR_STYLE - Traditional menu bar.
* DwtMenu.POPUP_STYLE - Popup menu
* DwtMenu.POPUP_STYLE - Popup menu

Revision as of 15:41, 18 April 2006

Zimbra AjaxTk->DHTML Widget Toolkit->Widgets


Methods

DwtMenu(parent, style, className, posStyle, dialog)

  • parent the parent widget
  • style menu's style
  • className a CSS class
  • posStyle positioning style
  • dialog Dialog that this menu is a part of (if any)

style

  • DwtMenu.BAR_STYLE - Traditional menu bar.
  • DwtMenu.POPUP_STYLE - Popup menu
  • DwtMenu.DROPDOWN_STYLE - Used when a menu is a drop down (e.g. parent is a button or another menu item);
  • DwtMenu.COLOR_PICKER_STYLE - Menu is hosting a single color picker;
  • DwtMenu.CALENDAR_PICKER_STYLE - Menu is hostng a single calendar;
Jump to: navigation, search