Displaying an Icon on a Button
To display an icon instead of text on a button, you can associate a bitmap object with a button control, similar to a Toolbar icon. Unlike a Toolbar icon, a bitmap button control is a command button in the applet. For example, the More/Less button uses a bitmap object with a button control. Siebel CRM displays the More/Less button in the second quadrant of many applets. The control uses the BTTNS_MORE bitmap object that is part of the HTML Control Icons bitmap category.
To display an icon on a button
Create a bitmap object.
For more information, see Configuring a Bitmap Category and a Bitmap.
In the Object Explorer, click Applet.
In the Applets list, locate the applet that contains the control you must modify.
In the Object Explorer, expand the Applet tree, and then click Control.
In the Controls list, locate the control you must modify.
Define properties for the control using values from the following table.
Property Description HTML Bitmap
Choose the bitmap object Siebel CRM must use if the button is active.
HTML Disable Bitmap
Choose the bitmap object Siebel CRM must use if the button is not active.
For more information, see About Applet Controls and List Columns.