cancel
Showing results for 
Search instead for 
Did you mean: 

To Display around 300 lines of text in WebDynpro

Former Member
0 Kudos
42

Hi All,

I want to dispaly 300 lines of text in Webdynpro Iview. Please help me which UI element i have to use either TextEditor or IFrames.

If i have to use IFrames then do i need to create any HTML file for the text which i need to display ?

Also let me know where i need to keep the HTML file if i use the Iframes.

-Pavan

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member189631
Active Contributor
0 Kudos

Pavan,

  • I would suggest you to use TextEdit Which is suitable for long texts.

  • Its possible set the size of the element by changing its properties

  • IFrame requires a URL reference to display the texts. This is suitable for script based texts example : HTML etc.

Ram

Former Member
0 Kudos

Thanks for ur reply but if i want to use iFrame then how to link the Source path of the Iframe to the HTML file ?

former_member189631
Active Contributor
0 Kudos

Hi,

  • You can create a new html in KM .

  • For this, Assign Content Mnagement role to you

  • Content Management -? Explorer -> document -> Folder -> new -> hmtl file or (u can upload the html file from the desktop)

  • take the property of the file and place that in the property of Iframe.

Ram

Former Member
0 Kudos

Hi Ram thanks alot for ur quick responce. The problem is solved

Former Member
0 Kudos

Hi Pavan,

You can use either TextInput(which is editable and you can make it editable false) or use iFrame, that is pointing to an HTML document resource in your dynpro component.

Harika

Former Member
0 Kudos

Ok i have added the iframe element to my view and i also have created the HTML file, how to link both ? i mean to say in the source property of the IFrame how to give the path of the html file i created ?