Sign in to follow this  
nicovb

Problem using JavaScript functions as links with j-

Recommended Posts

Hello

 

 

 

I have a small question:

 

When I use the new way of calling an external js function (j-...) as described in the docs, he tries to open it as a link to a page.

 

When I use the deprecated way (Javascript:...) I do not have this problem.

 

What could be the cause of this?

 

 

 

Piece of lthe link in my XML:

 

link="JavaScript:chartActivateTab('M10');" --> WORKS

 

link="j-chartActivateTab('M10')" --> DOES NOT WORK and he tries to go to page: http://......./G2Servlet/j-chartActivateTab('M10')

 

 

 

I Am using the trial version of FusionWidgets V3

 

 

 

thanks in advace

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this