
Trial
Members-
Content count
3 -
Joined
-
Last visited
Everything posted by Trial
-
How To Capture Modified Or Deleted Node Data On The Server Side?
Trial posted a topic in FusionCharts and JSP
Hi, I am using Drag-Node charts,I Modify a node data and want to capture on the server side, For Ex: 1)There are 10 nodes in that I modify Node# 7,so I want get hold of Node 7 only in the action class. 2) I delete Node # 6, and I should know that Node#6 deleted How to identify the particular modified Node Data for further processing ? Regards, Trial -
How To Capture Modified Or Deleted Node Data On The Server Side?
Trial replied to Trial's topic in FusionCharts and JSP
Hi, Please can you elaborate, what is not possible ? Regards, Trial -
Is It Possible To Add More Attributes Than The Predefined Attributes?
Trial posted a topic in FusionCharts and JSP
Hi , I am using Drag-Node charts, in that for a Node has following attributes: <set x='20' y='70' width='120' height='40' name='Name:Tom McQuin {BR}Age: 54yrs {BR}Designation:CTO' color='62D0FE' id='CTO' /> can I able to add some custom attributes ?And should be able to modify from UI. Please see the attached Graph. Regards, Trial