Sign in to follow this  
Guest Madhumita

How to use drill down feature with lytebox

Recommended Posts

Hi,

 

 

 

I am using drill down capability to define a simple link on a chart to open a new window. How can I modify my code to open this link as a lytebox instead of a plain window?

 

 

 

Here's my code:

 

 

 

< set label='2009' value='4532822' link='P-detailsWin,width=400,height=300,toolbar=no,scrollbars=no, resizable=no-try.jsp' >

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

You can call a javascript function form the link. Now, in that functio you call the lytebox API function and pass the necessary values.

You need to include the lytebox application file in the <head>

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