cancel
Showing results for 
Search instead for 
Did you mean: 

Advanced text editing in WebDynpro Java

Former Member
0 Kudos

Hi,

Please let me know how can I add advanced text editing (making text bold or italic or changing the font of text ) in WebDynpro Java?

Is it possible to do it in JSP and integrate in WebDynpro using IFRAME? Please advice me.

Regards,

Umapathi

Accepted Solutions (1)

Accepted Solutions (1)

gill367
Active Contributor
0 Kudos

HI Patana,

In web Dynpro Java, You can make the text bold but italic and changing the font of text is not possible.

You can use iframe to do it. but its use is not recommended by SAP.

It is a depreceted feature of web dynpro.

reagrds,

Sarbjeet

Former Member
0 Kudos

The IFrame was deprecated because it had severe problems (reload on every server roundtrip) and because it was used for embedding applications which causes problems with session handling. In release 7.1 it has been fixed to keep its state and the deprecation has been removed again.

Armin

Answers (2)

Answers (2)

Former Member
0 Kudos

You can use FormattedTextEdit (if available in your version) or an Office UI element.

Armin

former_member40425
Contributor
0 Kudos

Hi,

You can play with design propery to get text bold and italic.

Iframe is deprecated.

i hope it helps.

Regards,

Rohit