cancel
Showing results for 
Search instead for 
Did you mean: 

document to open in the content area

Former Member
0 Kudos

Hello,

i'm a newbie in km. I use NW2004s and have the following problem:

I created a km navigation iView to show documents in a folder. How can I open a document in the portal content area and not in a new window?

I know there are a lot of simular questions posted in this forum. I have done the following:

- Create an own Resource Renderer based on NewsResourceDisplayRenderer

- Set the property <i>Target Window Type</i> to <i>self</i>

Documents still open in a new window.

- Add a folder display property <i>rndOpenTargetType</i> to <i>self</i>

Documents still open in a new window.

Is there any global configuration i have overlooked? Or is it not possible to open documents of a navigation iView in the portal content area? What i'm doing wrong?

Thanks in advance.

Matthias

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Matthias,

check out this thread: https://forums.sdn.sap.com/thread.jspa?threadID=87593

As mentioned there, you have to implement an own renderer that will always open the content in the content area.

Hope this helps,

Robert

Former Member
0 Kudos

Hello Robert,

thank you.

I have over read that i have to implement a Java class. Is there any tutorial or help documentation that describes how to integrate a custom Resource Renderer in the portal?

Regards,

Matthias

Former Member
0 Kudos

Hi Matthias,

for implementing a new Resource Renderer class you can refer to following documentation: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/97824f57-0701-0010-ee91-883...

For almost any other question you might have about implementing a custom KM component refer to the

<a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/Knowledge%20Management%20and%20Collaboration%20Developers%20Guide.html">Knowledge Management and Collaboration Developers Guide</a>.

The integration is then quite easy. You just need to mention the Java Class for the Resource Renderer in the KM Configuration under Content Management -> User Interface -> Mapping -> Resource Renderers.

Hope this helps,

Robert

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/9a/4288721819284da02c6dc292d56c24/content.htm">Resource Renderers</a>

Answers (0)