Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
Expand all | Collapse all

How to add custom action at document when the user right-click menu.

  • 1.  How to add custom action at document when the user right-click menu.

    Posted Tue September 01, 2020 03:50 PM

    I have to add another item at menu mentioned above.

    More precisely, I need to perform an action, almost identical to the dejaviewer opener, but using a new command of the menu.

    Does anyone have an idea how to get started?

    Tks

    Andrew



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 2.  RE: How to add custom action at document when the user right-click menu.

    Posted Wed September 02, 2020 03:08 AM

    Hi Andrew,

    You can check below materials first. I think that will help.

    Customizing and ExtendingIBM Content Navigator: http://www.redbooks.ibm.com/Redbooks.nsf/RedpieceAbstracts/sg248055.html?Open

    Public sample plugin code:

    https://github.com/ibm-ecm/ibm-content-navigator-samples

    Thanks,

    Jason



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 3.  RE: How to add custom action at document when the user right-click menu.

    Posted Thu September 24, 2020 03:57 PM

    Hi,

    thank you Jason, your prompt was absolutely usefull!

    Unfortunately, my problem persists.

    I found the sought functionality within the EmbeddedViewerPlugin module; however, this action (Open dejaViewer) is available in the context menu (among all other items: Home, Administration, Search, ect ..): do you have any idea if it is possible to enable it in the right-click menu on the file?

    So many thanks in advance.

    Andrew



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration