cancel
Showing results for 
Search instead for 
Did you mean: 

Emphasize a string

Former Member
0 Kudos

Hi Colleagues,

Could anyone please let me know how to emphasize a a string( not an UI element)

String jobtitle = "SAP Labs By Design"

element.setDescription(jobtitle+"Some more explanation");

in the above code i need to display the output as" SAP Labs By Design Some more explanation"

is there any way that i can set the string "jobtitle" to Bold

Thanks & Regards

Swetha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Make use of label and set the design property to emphasized. Dont do other work arounds, try to discuss with your solution manager and get this align with the possibilities using webdynpro.

Regards

Ayyapparaj

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Swetha,

You cannot perform it with the simple string.You have do it through the context attribute.

You can Emphasiz the context through the coding or by changing the UI element proeprties.

Thanks & Regards,

Jhansi Miryala

Former Member
0 Kudos

Hi Swetha

Just check out this links