cancel
Showing results for 
Search instead for 
Did you mean: 

WAD - open Document in the new window

Former Member
0 Kudos
72

Hi All,

in my old web application 3.5 I had the possibility to open the HTML file from MIME repository. All what I had to do was to press the button. Now I have the new web application 7.x and put the same document into the KM. In the next step I would like to implement the button to open the file in KM. How to do this?

Do I have to open it with javascript (as before) or there is some other possibility to do it? Maybe WAD-command?

Thanks and Regards

Erwin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Erwin,

I think the best way would be to open in using the Java Script component. Drag in the Java Script component, then assign the component to the button.

Thanks,

Nick.

Answers (1)

Answers (1)

Former Member
0 Kudos

You could still call the object in mime repository from 7.0 WAD, you need to create an iView for the object in Mime repository and call the iView link from the WAD template.