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

Create a DevExtreme application with Gatsby

Guides

to render content. Edit the src/pages/index.tsx file to change the home page: index.tsx import * as React from "react"; import type { HeadFC, PageProps } from "gatsby"; const IndexPage: React.FC<

Appointment Edit Form

Guides

The appointment edit form allows users to modify or add appointments to the Scheduler's data source. The form contains two groups: the general information group (mainGroup) and the recurrence...

Series Types

Guides

Topics in this section describe the series types that come with the PolarChart UI component. Each topic gives an overview of a series type purpose, and details ways to enable and tune it to your...

Overview

Guides

() { $("#contextMenuContainer").dxContextMenu({ items: contextMenuItems, target: "#someImage" }); }); <img id="someImage" src="http://here/goes/my.jpg"> <div id="contextMenuContainer"></div> Angular HTMLTypeScript <img id="someImage" src="http://here/goes/my.jpg"> <dx-context-menu [items]="contextMenuItems" target="#someImage"> </dx

Customize Item Appearance

Guides

){ e.itemElement.empty(); e.itemElement.append("<p><b>Name</b>: " + e.itemData.name + "</p>"); e.itemElement.append("<img src=\"" + e.itemData.path...;div *dxTemplate="let data of 'item'"> <p><b>Name</b>: <span>{{data.name}}</span></p> <img src="{{data.path}}" alt="{{data.name}}" />