Sign in to follow this  
PHANI KUMAR A

Regarding The Operations For The Submit Chart

Recommended Posts

Hi ,

I want to know how to do the operations once the chart is submitted .

I mean after adding some data once the chart is displayed and then we click on the Submit button which is provide at the bottom right corner....

 

Thanks in Advance........

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Since the drag node chart is a visual data widget, you might need to submit the modified data to your scripts for further processing.

The drag-node chart offers you two methods to do the same:

You can submit the updated data from chart to your server side script (as form elements) in XML format.

Or, you can submit this data as XML/array to client side JavaScript functions. These functions can now handle the data in the way they want to.

For more details, please refer to the link: http://www.fusioncha...gnode/Form.html

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites

Thanks for the Reply......

 

Can I how to do it for the JSON object as I am populating the data using the JSON object....

 

I mean any example link can u share what you shared for me for the XML modifications...

 

 

Thanks in Advance....

 

 

Hi,

 

Since the drag node chart is a visual data widget, you might need to submit the modified data to your scripts for further processing.

The drag-node chart offers you two methods to do the same:

You can submit the updated data from chart to your server side script (as form elements) in XML format.

Or, you can submit this data as XML/array to client side JavaScript functions. These functions can now handle the data in the way they want to.

For more details, please refer to the link: http://www.fusioncha...gnode/Form.html

Hope this helps.smile.gif

 

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