How to add Menu in Content Information Page in WebCenter Content

business corporate protection safety security concept

Adding Menu in Content Information Page in Webcenter Content

To add New Menu in Content Information page we need to use “custom_docinfo_menus_setup” dynamichtml in Resource file.


<@dynamichtml custom_docinfo_menus_setup@>

<$include super.custom_docinfo_menus_setup
 
gt; <$exec rsAppendNewRow("PageMenusData")
 
gt; <$PageMenusData.nodeId = "<Any ID>"
 
gt; <$PageMenusData.ifClause = "<Your Condition>"
 
gt; <$PageMenusData.parentId = "CONTENT_ACTIONS"
 
gt; <$PageMenusData.label = "<Your display Label>"
 
gt; <$PageMenusData.type = "item"
 
gt; <$PageMenusData.href = "<URL to link>"
 
gt; <$PageMenusData.linkTarget = "_self"
 
gt; <$PageMenusData.loadOrder = 150
 
gt; <@end@> 

 

Screenshot:

Scroll to Top