cancel
Showing results for 
Search instead for 
Did you mean: 

how to -format text in web dynpro?

Former Member
0 Kudos

Hi all,

I want to display text messages in web dynpro in different colors.

and also to display some text in bold, some in italics etc

How can i achieve that?

Points assured for help?

Accepted Solutions (1)

Accepted Solutions (1)

suresh_krishnamoorthy
Active Contributor
0 Kudos

hi Shobhendra,

Different color is not possible you can make use Semantic color and other options like BOLD etc..

see this thread:

Regards, Suresh KB

Answers (2)

Answers (2)

Former Member
0 Kudos

shobhendra,

Direct support for rich-formatted text is not available in current release of WD Java (though it exists in NW04s WD ABAP).

For workaround (HTML display) please refer my blog post:

<a href="/people/valery.silaev/blog/2005/11/23/display-formatted-text-using-webdynpro-for-java">Display formatted text using WebDynpro for Java</a>

Other post could be helpful as well if you experience problems with sizing IFrame used in solution above: <a href="/people/valery.silaev/blog/2006/07/14/escaping-the-procrustean-bed">Escaping the Procrustean bed</a>

Valery Silaev

SaM Solutions

http://www.sam-solutions.net

Former Member
0 Kudos

HI,

You can make changes to the text view by using the following code.

WDTableCellDesign.STANDARD

WDTableCellDesign.CRITICALVALUE_MEDIUM

REgards,

Gopi