Javascript links in 2009.1

Stimulsoft Reports.WEB discussion
Post Reply
JakobChristensen
Posts: 2
Joined: Mon Nov 03, 2008 6:06 am
Location: Denmark

Javascript links in 2009.1

Post by JakobChristensen »

Hi

In the version before 2009.1, it was possible to output javascript links like this:

...

While it may look bad, it was extremely useful for our application (we only use web-based reporting).

In 2009.1, texts are escaped and the link is outputted verbatim, making it unusable.

Setting the AllowHtmlTags to true, does not help as are still removed.

Implementing it is a link does not help, as showModalDialog() is a javascript function.

Is there any way we can get the old functionality back?

Thanks.
--Jakob
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Javascript links in 2009.1

Post by Jan »

Hello Jakob,

Please set property StiOptions.Export.Html.ReplaceSpecialCharacters to false.

Thank you.
JockeD
Posts: 77
Joined: Fri Apr 17, 2009 1:47 pm
Location: Sweden

Javascript links in 2009.1

Post by JockeD »

Hello,

I also have the same problem.

I'm not sure how to set the StiOptions.Export.Html.ReplaceSpecialCharacters to false.
Also in Web.Designer I can't event write the character < in the Expression field.

Regards Joakim

Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Javascript links in 2009.1

Post by Andrew »

Hello Jakob,

The error is fixed. The patch will be available on July 13, 2009.

Thank you.
Post Reply