/ Published in: XML
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
<gml id="<ADDIN-ID>">
<info>
<title><ADDIN-TITLE></title>
<versions>
<version match="2.0" module="version2" />
</versions>
</info>
<module id="version2">
<objects>
<object id="all" type="vbscript">
<![CDATA[
Sub DumpData()
App.Shell.MsgBox "DATA"
End Sub
Sub EventHandler(Ev)
If Ev.Key = "taskmenu-item" And Ev.Data = "dumpdata" Then
DumpData
End If
End Sub
]]>
</object>
</objects>
<taskmenu>
<menu task="graphite://donor/donor-view">
<item id="dumpdata" section="OTHER TASKS" text="Dump Data" before="" />
</menu>
</taskmenu>
<handlers>
<handler id="taskmenu-item" object="all" />
</handlers>
</module>
</gml>
Comments
 Subscribe to comments
                    Subscribe to comments
                
                