cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Context Menu for KM Content for Anonymous User

piyush_kumar6
Active Contributor
0 Kudos

Hi All,

I have implemented External Facing Portal and i have to show KM documents

on Anonymous user home page. For This I have created JSP page and have

created url iview for this created JSP application. On this JSP page to access

KM i have used below code

<iframe src ="/irj/go/km/navigation/documents/Public%20Documents" > </iframe>

Now i am able to see the KM Contents of Public Documents on my Anonymous

user Home Page .But here i need to remove the context menu for KM Content

for Anonymous User , but the context menu should come for Logged in user.

How to do this ??

Regards,

Piyush

Accepted Solutions (0)

Answers (1)

Answers (1)

piyush_kumar6
Active Contributor
0 Kudos

solved