cancel
Showing results for 
Search instead for 
Did you mean: 

How to display the content of a file in the portal?

Former Member
0 Kudos

Hey guys, could anyone help?

I just created a page which includes two iView, one is KM Navigation iView to display a certain repository, while the other is for displaying the content of a certain file I click in the navigation iView.

And now the problem is when I click a file in the KM Navigation iView, it will pop up a new window to display it. How can I make it displayed in a fixed iView, which type of this iView should be?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you can try to use the:

<b>ConsumerTreeListPreview</b>

layout for KM navigation ivew (or customize to your own).

This layout shows a folder tree on the left, a document list on the right. When you click on a document from the list it shows the contents of the file on the bottom of the iview.

Hope this helps,

Romano

Former Member
0 Kudos

Thank you very much for your reply.

But I've already tried this layout, which is exactly like what you said "This layout shows a folder tree on the left, a document list on the right.". But when I click on a document, for example, a pdf file, it will be opened in a pop-up new window. I don't quite understand "on the bottom of the iview" you mentioned.

Many thanks, anyway.

Former Member
0 Kudos

Sorry,

it works for XML Form Builder documents - when you click on the document the formatted contents are shown in the bottom area of the iview, but I tested it now for PDF, DOC - it opens a new window as you said.

Romano