This is a simple but effective tip and not many people know this.

Sometime we want to break the caption of a button in two lines because the caption is too long or change the color of the text of button. There is really simple way for you to accompish this. You just need to know simple HTML tags.

Break text in two lines

In this example I will be changing the caption of button named WebNewTitle on Opportunity List Applet.

  • Query for Opportunity List Applet
  • Go to Control object under Applet Object
  • Select the control named “Web New Title”
  • In the Caption – String Override Field enter the text given below
    Go to </ br>Oppty Details

The result will be as following
Siebel button Formatting
Change color of button text
In this example I will change the color of text of button we just modified in the above example

In the Caption – String Override Field enter the text given below

<font color=’blue’ > Go To <br> Oppty Details </font>

This will result in text of button coming in two lines and also the color of the text of button will be blue as shown below.
Siebel button formatting

You can experiment to see what all html tags you can use in the caption to make your application jazzier :)

OkAvarageGoodVery GoodExcellent (3 votes, average: 4.33 out of 5)
Loading ... Loading ...