Configuring a Custom Button
Once the custom button class is created, you need to be registered it with the viewer so it will be added to the toolbar. To register the button, add a replet.viewer.actions property to the sree.properties file. The value for the property is the fully qualified class name of the custom button class.
replet.viewer.actions=com.mycompany.buttons.DBRefresh
If more than one button needs to be added, use a comma-separated list.
| << Custom Button Example | © 1996-2013 InetSoft Technology Corporation (v11.4) | 3.9.2 Custom Repository Protocol >> |