TBBtn class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:37

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

IconIcon to display, e.g. "#twitter.gif". The icons need to be the part of the application. See the note below.
CommandParameterThe name of the script to run.
ParamOptional parameters for the script (if the script requires them).
ToolTipTool tip.

Example

 <l:TBBtn 

         CommandParameter="ExecuteWorkflowOnObjects" 

         ToolTip="Publish to Twitter" 

         Icon="#twitter.gif"

   Param="wf=publish&amp;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.