Description
Displays a button in a toolbar and optional tooltip and creates a link to the icon and command.
Namespace
xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"
Members
Icon | Icon to display, e.g. "#twitter.gif". The icons need to be the part of the application. See the note below. |
CommandParameter | The name of the script to run. |
Param | Optional parameters for the script (if the script requires them). |
ToolTip | Tool tip. |
Example
<l:TBBtn
CommandParameter="ExecuteWorkflowOnObjects"
ToolTip="Publish to Twitter"
Icon="#twitter.gif"
Param="wf=publish&Pars=DestPath:/GNWeb/Twitter;prompt:false;"
/>
Note about icons
Only the icons that are linked to applications are available to be declared in the Icon property. For the list of available icons contact support@teradp.com.