Hi,

I've got a addons.xcu that describes some customs menuitems. Is it
possible to add a Tooltip for these menuitems, that is shown when I
move the mousepointer over the menuitem?

Here my example addons.xcu.

<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry";
xmlns:xs="http://www.w3.org/2001/XMLSchema"; oor:name="Addons"
oor:package="org.openoffice.Office">
 <node oor:name="AddonUI">
   <node oor:name="OfficeToolBar">

     <node oor:name="de.company.myaddon" oor:op="replace">

       <node oor:name="m1" oor:op="replace">
         <prop oor:name="URL" oor:type="xs:string">
           <value>de.company.myaddon:myFunction</value>
         </prop>
         <prop oor:name="Title" oor:type="xs:string">
           <value>my Function</value>
         </prop>
         <prop oor:name="ImageIdentifier" oor:type="xs:string">
           <value/>
         </prop>
         <prop oor:name="Target" oor:type="xs:string">
           <value>_self</value>
         </prop>
         <prop oor:name="Context" oor:type="xs:string">
           <value>com.sun.star.text.TextDocument</value>
         </prop>
       </node>

   </node>
 </node>
</oor:component-data>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to