cancel
Showing results for 
Search instead for 
Did you mean: 

How to develop a rich text editor using Web-Dynpro?

Former Member
0 Kudos

Hello Everyone,

I am new hire,

today I got a task from leader to develop a rich text editor using Web-Dynpro,

Because I just finished the BC400 and NET310 training and lack of expericen in ABAP,

Can anyone tell me the main idea to accomplish the task?

Thank you very much.

Best Regards,

Derek

Accepted Solutions (0)

Answers (1)

Answers (1)

ChrisPaine
Active Contributor
0 Kudos

Have you looked at the standard UI Element

[FormattedTextEdit|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/2772f505605447e10000000a422035/frameset.htm] it's not perfect, but it does allow some simple formatting.

Anything beyond this - you're going to need to use an Island.

[Thomas Jung's Demo of using an Island to provide a rich text editor|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0c91fc0-932d-2c10-4ca7-f5774950c8e3]

Cheers,

Chris

Former Member
0 Kudos

Thank you very much,

Perfect answer~