cancel
Showing results for 
Search instead for 
Did you mean: 

Unable To Display Reach Text In Adobe Forms

Former Member
0 Kudos

Hi All,

Am unable to display formatted text  in adobe forms.

My requirement is i am developing adobe form using webdynpro java, i have Formatted Text edit UI element after saving data from formatted text is combination of some html tags, that is saving to sap back end successfully after that i am unable to display same thing into adobe form.

Can any one help me.

Accepted Solutions (0)

Answers (1)

Answers (1)

pavan_prabhu
Active Participant
0 Kudos

Hello Mallesh,

     In Adobe forms layout, Change the text field "field format" to Rich Text.

Former Member
0 Kudos

Hi Pavan Prabhu

Thanks for you replay, i already change the fiels format to Rich Text only

Here the problem is some of the html tags like <STRONG>, <H1> AND <LI> are not working

only <P> tag was working.

In Script editor initialization am using following code

this.value.exData.loadXML('<body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"></body>');