| Class | Description |
|---|---|
| MenuItemAjaxButton |
A specialization of
AjaxButton that could be used in MenuItemForm. |
| MenuItemForm<T> |
A specialization of
Form that could be used for menu items with form components.Suppresses the JavaScript click event for the whole menu item but the underlying <button>s, so the 'select' event is still fired and Menu.onClick(AjaxRequestTarget, IMenuItem) triggeredIt is recommended to use MenuItemAjaxButton for underlying buttons because bubbling is already handled |
Copyright © 2021 7thWeb. All rights reserved.