@dlee wrote:
https://gojs.net/latest/projects/floorplanner/FloorPlanner.html#
For the floor planner example above, is it possible to have a readonly view? I was hoping for a flag for entire floorplan I could set but I don’t see any easy way of doing it. I want to be able to load the plan from database and only allow certain users to read and not edit it. Or is this something I’ll have to build on my own?I tried this and it sets all nodes to not movable, which is great but how do I also disable the adornments?
myFloorplan.nodes.each(function (n) { n.movable = false; })
Posts: 2
Participants: 2