Sign in to follow this  
PaulS

Treemap call to custom Javascript function

Recommended Posts

Experimenting with the treemap and tried all variations of calling a JavaScript function defined in the same page.

 

For testing have a simple function

 

function showAlert(){
     alert("Hello");
}

 

 

 

"link": "j-showAlert"

 

"link": "Javascript:showAlert"

 

"link": "isJavaScriptCall=true; Javascript:showAlert"

 

 

none of these worked for the treemap.

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