Add readOnly support to the mindmapList.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
options.persistenceManager = new mindplot.RESTPersistenceManager("service/maps/{id}/document");
|
||||
var userOptions = ${mindmap.properties};
|
||||
options.zoom = userOptions.zoom;
|
||||
options.readOnly = ${!!readOnlyMode};
|
||||
|
||||
// Set map id ...
|
||||
options.mapId = mapId;
|
||||
|
Reference in New Issue
Block a user