OCLOperators ShowActionMenuForCurrentInNesting
(Adding message template to the top of the page) |
(Replacing message template with parser tag) |
||
Line 1: | Line 1: | ||
<message>Write the content here to display this box</message> | |||
When using placingContainers, one is responsible for the actions to select and make Current, etc, one self. | When using placingContainers, one is responsible for the actions to select and make Current, etc, one self. | ||
Revision as of 07:49, 17 June 2024
This page was created by Hans.karlsen on 2022-09-14. Last edited by Edgar on 2025-01-20.
When using placingContainers, one is responsible for the actions to select and make Current, etc, one self.
If you miss the generic logic that brings up a menu where you pressed the button, you can now bring up that action menu with this call:
vCurrent_Things:=self; selfVM.ShowActionMenuForCurrentInNesting( 'Things' )
This way, you can easily give the user access to actions matched on type and access groups, etc: