Hi All,
Owing to the kind help from the community i have at least got my feet off the ground towards customizations.I got 2 very nice materials on Webtop customizations usng WDK
1) http://developer.documentum.com/developer/Articles/WDK/gtp4_Modifying_Menus.pdf
2) http://customernet.emc.com/developer/Component_Exchange/downloads/HelloWorldWDKComponent.pdf
My aim to customize the Webtop by adding Menu items would have been fulfilled by both these documents.But i sense a missing link in both. After copying the relevant files to the custom area,
Document# 1 on page 13 has the following code snippet:
<dmfx:actionmenuitem dynamic='singleselect' id='file_saveas'name='file_saveas' nlsid='MSG_SAVE_AS' action='saveasxforms'showifinvalid='true'/><!-- Added by Dennis Dawson 11-16-06 --><dmfx:actionmenuitemdynamic="multiselect"id = "file_rename"name = "file_rename"value = "Rename"action = "rename"/><dmfx:actionmenuitem dynamic='multiselect' name='file_checkin'nlsid='MSG_CHECKIN' action='checkin' showifinvalid='true'/>My question is where (which JSP) is the above mentioned piece of code written? i searched my Eclipse workspace with the clues for " id='file_saveas' " and "<dmfx:actionmenuitem" from the snippet and could not find it.
Apologies for providing the links as it was the only way i could refer to the documents.Hope i will get the needed guidance
Thank You