Configuration options

The following properties can be set to configure various options of Dojo Diagrammer. These properties are set using the Dojo configuration mechanism, that is, by setting these properties either on the global dojoConfig object or in the data-dojo-config attribute of the tag that loads dojo.js.
Property Possible values Default value Description
useGfxLayout true or false false Use the layout system provided by Dojo Diagrammer to layout GFX groups and shapes. See GFX layout.
diagramForMobile true or false false Configure Dojo Diagrammer to run on a mobile device. If set to true, this property prevents some classes from being loaded to decrease loading times. See Loading size optimization.