ContextMenu Class |
Namespace: Dynamicweb.Controls
The ContextMenu type exposes the following members.
| Name | Description | |
|---|---|---|
| ContextMenu | Initializes a new instance of the ContextMenu class |
| Name | Description | |
|---|---|---|
| MaxHeight |
Gets or sets the maximum height of the context-menu.
| |
| OnClientSelectView |
Gets or sets the client-side script that is executed when view selection is performed.
| |
| OnHide |
Gets or sets the client-side script that will be executed after context-menu becomes invisible.
| |
| OnShow |
Gets or sets the client-side script that will be executed after context-menu is shown.
| |
| Translate |
Specifies wether the button texts of this contextmenu should be translated.
| |
| Width |
Sets a fixed width of the contextmenu.
|
| Name | Description | |
|---|---|---|
| Control_OnLoad |
Handles context menu "OnLoad" event.
| |
| GetContextMenuAction(String, String) |
Retrieves a Javascript handler which displays the Contextmenu.
| |
| GetContextMenuAction(String, String, String) |
Retrieves a Javascript handler which displays the Contextmenu.
| |
| GetContextMenuAction(String, String, String, ContextMenuPosition) |
Retrieves a Javascript handler which displays the Contextmenu.
| |
| LoadResources | ||
| Render |
Renders context menu.
|