Search Results: if (!this.bundlesReported[script.src]) {

dxChat Message

Reference
A configuration object for a message.

, the editing context menu is not displayed for the message. View Demo isEdited Marks a message as edited in the UI. View Demo src Specifies the image

dxCircularGauge margin

Reference
Generates space around the UI component.

jQuery index.js $(function() { $("#circularGaugeContainer").dxCircularGauge({ // ... margin: { top: 20, bottom: 20, left: 30, ...

dxDiagram dxDiagramShape

Reference
An object that provides information about a shape in the Diagram UI component.

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

Reference
Generates space around the UI component.

jQuery index.js $(function() { $("#funnelContainer").dxFunnel({ // ... margin: { top: 20, bottom: 20, left: 30, right: 30 ...

dxGantt contextMenu

Reference
Configures the context menu settings.

View Demo enabled Specifies whether the context menu is enabled in the UI component. jQuery JavaScript $(function () { $("#gantt").dxGantt({ contextMenu: { ...