openLinksTarget don't work

Stimulsoft Reports.JS discussion
Post Reply
jimyWeb
Posts: 42
Joined: Wed Feb 03, 2016 8:08 am

openLinksTarget don't work

Post by jimyWeb »

Hello!

I have configured the viewer so that the link opens in a new window and does not work. Here is the code.

var options = new Stimulsoft.Viewer.StiViewerOptions();
options.appearance.openLinksTarget = "_blank";
var viewer = new Stimulsoft.Viewer.StiViewer(options, 'StiViewer', false);
viewer.report = report;
viewer.renderHtml(idDiv);

Thank you
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: openLinksTarget don't work

Post by HighAley »

Hello.

We have reproduced the issue.
We need some time to fix it.
We will let you know when we get any result.

Thank you.

Ticket reference: #3480
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: openLinksTarget don't work

Post by HighAley »

Hello.

We have made an improvement.
Please, check our next build that will be available on Friday.

Thank you.
Post Reply