Sign in to follow this  
Guest Basundhara Ghosal

How to call a dynamic page on ToolTip within DragNode?

Recommended Posts

Hi there,

 

 

 

I have a page that query the database to provide current status of a node, eg. status.aspx?id=1, which I would like to call on the tooltip of DragNode.

 

 

 

I tested by putting an iframe inside the toolText, but it is not displaying anything.

 

 

 

I have also defined the styles for tooltip and made isHTML='1' .

 

 

 

How is the syntax should be to do so, if it is possible?

 

 

 

If not, is there any alternatve solution available to replace the tooltip with some form of mouse over pop up message from a dynamic page?

 

 

 

Thanks.

 

~Al

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Welcome to FusionCharts forum. :)

I am afraid, as of now FusionCharts does not support this.

If not, is there any alternatve solution available to replace the tooltip with some form of mouse over pop up message from a dynamic page?

I am afraid, as of now FusionCharts does not support this as in this case you need to re-render the chart.

Share this post


Link to post
Share on other sites

Hi,

 

 

 

 

I am afraid, as of now FusionCharts does not support this as in this case you need to re-render the chart.

 

 

 

 

Sorry, I am pretty new with this. What do you mean by re-render the chart?

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

In case you wish to change the contents of the tooltip, each time you change it each time you need to re-render the chart with the new text of the tooltip.

Share this post


Link to post
Share on other sites

Hi,

What are the text formatting supporting within toolText?

I can bold a text by using <b>BOLD TEXT</b> and break line {br}.

Is there a doc describing the flags available within the toolText?

Thanks again.

Share this post


Link to post
Share on other sites

Hi,

Could you please refer to the following link for further details on "Tool-tip"?

Ref.- http://www.fusioncharts.com/docs?/AttDesc/ToolTip.html

 

Also, please refer the following link  for "STYLES" section of FusionCharts Online Documentation as it can be applied on the "TOOLTIP" object for text formatting.

Ref.- http://www.fusioncharts.com/docs/ >> FusionCharts v3 STYLES

Please feel free to revert in case you have any further queries on the same.

Edited by Guest

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this