ButtonImage

Specifies the image file that contains an icon to be displayed on the standard Change or Save button. Use this property to override the default image file for the buttons.

Values

The image file you specify must be stored in the following location:

<Sage CRM installation folder>\WWWRoot\Img\Buttons

If the image file you want to use is stored in a different location, specify the full path to the file.

Example

Container = CRM.GetBlock("container");
Container.DisplayButton(Button_Default) = true;
Container.ButtonTitle = "My Button Title";
CRM.AddContent(Container.Execute());
Response.Write(CRM.GetPage());

Sets the image and text to be displayed on the standard button.