| ContextMenuGetContextMenuAction Method (String, String) |
Retrieves a Javascript handler which displays the Contextmenu.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public static string GetContextMenuAction(
string ContextmenuID,
string EventID
)
Public Shared Function GetContextMenuAction (
ContextmenuID As String,
EventID As String
) As String
Parameters
- ContextmenuID
- Type: SystemString
The ID of Contextmenu that action should display. - EventID
- Type: SystemString
ID of item activating the contextmenu. Can be accessed using JS statement: ContextMenu.callingID
Return Value
Type:
StringRemarks See Also