Hi Team,
Please read the following message to understand my problem.
I am trying to use the functionality of the topic ‘HTML Interaction’ in my project, the one shown on your site http://www.gojs.net/latest/samples/htmlInteraction.html
What I am trying to do, is to populate the ‘Information’ box with some input text fields on drag of a particular node from palette to the main diagram. I am able to do this.
But in my project that particular node can be drag for more than one time in the main diagram (multiple occurrence) and their information in the ‘Information Box’ input text fields will be different.
So what I want is that, the input text fields should contain information in the text fields for each such kind of node. But unfortunately this is not happening.
Please provide me the solution.