Class TaskDialog : addButton Method


void addButton( Integer id, String imageName, String title, String description )

Summary

Add a button to the TaskDialog.


Parameters

ParameterDescription
Integer id ID used for the button.
String imageName The DigiGuide style image name used on this button. Images should be 16x16 or there-a-bouts.
String title Title for this button.
String description Description for this button. Can use basic DigiGuide HTML.


Requirements

1111