cancel
Showing results for 
Search instead for 
Did you mean: 

Can image be displayed and stored in Formatted text edit?

Former Member
0 Kudos

Hi Everyone,

Formatted Text Edit can set text's font, style, color and so on.

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

For Formatted Text Edit, user can input text in text area,

Can image be displayed and stored in text area of Formatted Text Edit?

I got a task to enhance Formatted Text Edit.

The goal is to display and store image in text area of Formatted Text Edit.

I think there are two solutions:

(1). Directly enhance Formatted Text Edit, display and store image in Formatted Edit. (Is it possilble in Tech? I am not sure)

(2). Use office control, which embeds MS word in Web Dynpro. (but I think office control has performance problem, it isn't stable.)

Who can give me some suggestions about the two solutions?

Thanks in advance, and wait for your reply.

Best Regards,

Derek

Edited by: Derek Zhao on Sep 9, 2010 8:32 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

The supported tags for the FormattedText* fields are listed here:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/08/5696420cc2c56ae10000000a155106/frameset.htm

IMG is a supported tag. However there is no built in functionality of the FormattedTextEdit to upload images or insert the img tag. You would have to add this logic programatically from outside the FormattedTextEdit.

Former Member
0 Kudos

Many thanks to Mr. Jung,

Your words pull me back to the right way,

Thanks a lot,