Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
dxChat 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
jQuery index.js $(function() { $("#circularGaugeContainer").dxCircularGauge({ // ... margin: { top: 20, bottom: 20, left: 30, ...
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: { ...