Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next
Subject: Custom Toolbar for New Mail
Feedback Type: Question
Product Area: Notes Client
Technical Area: Application Development
Platform: ALL
Release: 8.5.3
Reproducible: Always

I am trying to create a custom toolbar for the Notes Client using an Eclipse plugin.xml. I'd like the toolbar to only show when the user is creating a new mail message. Here is my plugin.xml based on some examples I've found:

<extension point="org.eclipse.ui.actionSetPartAssociations">
<actionSetPartAssociation targetID="my.actionSet">
<part id="......" />
</actionSetPartAssociation>
</extension>
<extension point="org.eclipse.ui.actionSets">
<actionSet id="my.actionSet" label="Sample Action Set" visible="true">
<action class="my.actions.MyAction" style="toggle"
icon="icons/my.png" id="my.actions.MyAction"
label="Sample Action"
toolbarPath="sampleGroup" tooltip="hello sample">
</action>
</actionSet>
</extension>

(hopefully the formatting will look ok in the forum)

I'm not sure what to put in for the part id attribute.

Also, is this the right way to make this work?


Feedback number WEBB9BTKJE created by ~Pippy Zekacheklen on 09/23/2013

Status: Open
Comments:





Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS