Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
dxCircularGauge margin
jQuery index.js $(function() { $("#circularGaugeContainer").dxCircularGauge({ // ... margin: { top: 20, bottom: 20, left: 30, ...
dxDiagram pageSize items
jQuery JavaScript $(function() { $("#diagram").dxDiagram({ viewUnits: "cm", units: "cm", pageSize: { width: 21, height: 29.7, items:...
dxDiagram dxDiagramShape
attachedConnectorIds Gets an array of attached connector identifiers. When a user pastes or clones several items in a diagram, the control adds the items to the model one by one. For each added...
dxFunnel margin
jQuery index.js $(function() { $("#funnelContainer").dxFunnel({ // ... margin: { top: 20, bottom: 20, left: 30, right: 30 ...
dxGantt contextMenu
View Demo enabled Specifies whether the context menu is enabled in the UI component. jQuery JavaScript $(function () { $("#gantt").dxGantt({ contextMenu: { ...