<RemoveActionFromMenu>
Section:
Class
Required:
No
Value type:
String
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
Use this tag to remove Action menu items from a class.
You can remove any Action menu item, with one exception: If the action is on a submenu and the submenu is built dynamically when you click the menu item, the action will not be removed. For example, the states available for the Change State action appear in a submenu, but that submenu is not built until you click Change State.
This tag may be configured to use a localization catalog.
Example
To remove the Export action from models:
<Class extends="DMModel, DMReleaseProcess">
<Name catalog="awm_stda" msg_num="258">MODEL_3D</Name>
<RemoveActionFromMenu>Export</RemoveActionFromMenu>
</Class>
Using a localization catalog:
<Class extends="DMModel, DMReleaseProcess">
<Name catalog="awm_stda" msg_num="258">MODEL_3D</Name>
<RemoveActionFromMenu catalog="admin" msg_num="1292">Export</RemoveActionFromMenu>
</Class>
Was this helpful?