Sign in to follow this  
jlevesque

Waiting Message

Recommended Posts

Hi,

We are wanting to provide more description to users beyond the current "Waiting" message that appears on page prior to printing a fusionchart image. Currently functionality is that the chart renders, a grey box appears on page that says "Waiting". Once user right clicks chart and chooses to print to {jpg, png, etc} it renders server side and then the "Waiting" text is replaced by a "Save" button whereby the user can download the image. We've not been able to locate the file that specifies the default message "Waiting". Could you direct us to it so that we can update the message to something more explicit, like "Waiting to Print"?

Thanks,

John

post-19297-0-88964500-1329250504_thumb.gif

Share this post


Link to post
Share on other sites

Hi John,

 

To change the status message, to show until the chart has been exported, try using the following code:

 

myExportComponent.componentAttributes.btndisabledtitle = 'Waiting to print';

 

For more information to customize the Component Attributes, please refer the following link:

http://docs.fusioncharts.com/charts/contents/exporting-image/javascript-ref/ECReferenceComponent.html

 

Hope this helps :)

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