cancel
Showing results for 
Search instead for 
Did you mean: 

Making Bold letter in one line in footer

mahesh_jagnani
Participant
0 Kudos

Hi Expert,

My requirement is to display a line in Footer which has the Text as "Desclaimer :- this is true."

Here the word "Desclaimer :-" will be in bold and the other part will be in small.

Can u plz help me to achieve this.

Thanks

Mahesh

Accepted Solutions (1)

Accepted Solutions (1)

Madhu2004
Active Contributor
0 Kudos

HI Mahesh,

For displaying the footer you will be using textview UI element.

Instead of using one text view UI elemnt use 2 text view UI elements.

For the for text view UI element put the text as "Disclaimer" and make it as header1/2/3/4.

Regards,

MAdhu

Answers (4)

Answers (4)

mahesh_jagnani
Participant
0 Kudos

No it is not possible

Former Member
0 Kudos

Hi,

Create FORMATED TEXT VIEW to display footer.

In text property of FORMATTED TEXT VIEW give text like this...

Team <strong>INDIA</strong> won worldcup 2011.

Here .. INDIA will be in bold.

Cheers,

Kris.

mahesh_jagnani
Participant
0 Kudos

Hi Kris,

I am getting the text by an OTR. and then bind it with the text.

So it is not possible.

Can you please provide other solution for this.

Thanks

Mahesh

Former Member
0 Kudos

hi

use STRONG tag while creating OTR text and try, i had never tried this. try and test.

Cheers,

Kris.

Former Member
0 Kudos

SET_ATTRIBUTE_PROPERTY is a method of standard IF_WD_CONTEXT_NODE....

can help u in achivin ur target

Former Member
0 Kudos

Hi,

Use FORMATTED TEXT VIEW and use STRONG tag between that text u want to bold..

ex : this is <STRONG> bold <STRONG> text.

go through this...

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/2772f505605447e10000000a422035/frameset.htm

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/3b/219141c1d0ae5fe10000000a1550b0/frameset.htm

Cheers,

Kris.

Edited by: kissnas on Mar 25, 2011 9:44 AM

Edited by: kissnas on Mar 25, 2011 9:45 AM

mahesh_jagnani
Participant
0 Kudos

Hi Kris,

Thanks for your reply but can you please be more clear for the TAG you are talking.

"Use FORMATTED TEXT VIEW and use STRONG tag between that text u want to bold."".

Thanks

Mahesh