hi all, how can a parameter be passed to the execution class of context-menu(right-click)?
Regards.
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Try passing them as arguments.
<menuconfig id="context-menu">
<actionmenuitem dynamic="multiselect" action="myaction" nlsid="MSG_MYACTION">
<argument name="myarg" value="argvalue"/>
</actionmenuitem>
</menuconfig>
-Karthik