on 11-24-2006 3:12 PM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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>
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.