cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any way to create a iview with image

Former Member
0 Kudos

Hello All,

I just a requirement of cresting a page with some images and text,

Can anyone guide me in doing this.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

Try with Html Collection renderer.Go through this link <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3915a890-0201-0010-4981-ad7b18146f81">Collection Renderer</a>.Hope It'll help you.

Regards,

Malini.V

Former Member
0 Kudos

Hi,

There are several ways to put your HTML page as an iview in the portal.

1. If the HTML page is already existing on a server, then you could create a URL iview using the iview creation wizard with the url of the page.

2. If you want to make your HTML Page as iView then after creating the HTML page place it in the KM(KM Content-Here you can even your own folder also).

Select the Folder context menu ->New ->Upload ->select your HTMl file -> Upload->Done.

Now create KM Document IView. After creating the iView give the Property

path of your HTML document.

For example:

/documents/welcome.html

3. If you would like to look at more complex possibilities:

use AbstractPortalComponent to create an iView. Then you can use response.write to "include" your html into the iView.

Similar approach can work with JSPDynPage (in this situation you can put your html page in the JSP file) or DynPage or even WebDynpro (with WebDynpro you can use IFrame).

4. This <a href="https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action&pageId=9992">page</a> gives you an idea of the existing possibilities for creation of an iview.

Points are welcome if helpful.

Regards,

Sujana

Former Member
0 Kudos

maybe this is a solution:

write a jsp and then quote it in iview