Hi Team!
I am working on floorplanner tool for network engineering. I have created few nodes in my diagram but I need a feature that enables the user to right click on the node and view a detailed (or enlarged) version of that node in a different(new) PANEL OR WINDOW(like who the draggable palette appears).
Is this possible? If possible please guide us with necessary info!
Thanks in Advance!
Did you want to show that clicked furniture (or whatever it is) in a separate panel? If so, you can either have a separate Diagram in a DIV element and show that same node data, or you can call Diagram.makeImage to get a rendering of that object to show statically in an IMG element.
You can also create HTML to show details and allow users to edit them. Usually that requires custom HTML, which you can implement in whatever manner you like. But for expediency you could use the Data Inspector: Data Inspector
Thanks for the immediate reply Walter!
I have implemented it by having a seperate draggable div element with a static node data by setting up the GraphLinksModel.