Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
Application Template
layout: If your project uses Vite, replace the SideNavOuterToolbar import with SideNavInnerToolbar in src\Content.js. Content.js import { SideNavInnerToolbar as SideNavBarLayout, SingleCard } from './layouts'; If your project uses Next.js, replace the SideNavOuterToolbar import with SideNavInnerToolbar in src\app\pages\layout.jsx. Content.js import { SideNavInnerToolbar as SideNavBarLayout
Rotate and Invert the Chart
When the Chart is rotated, its axes are swapped around. To rotate the Chart, set the rotated property to true. jQuery JavaScript$(function() { $("#chartContainer").dxChart({ // ... ...
Overview
on your page and attaches it to another element (in this example, to an image). jQuery HTMLJavaScript<img id="image" src="https://url/to/an/image" /> <div id="popoverContainer"> <...' }); }); Angular HTMLTypeScript<img id="image" src="https://url/to/an/image" /> <dx-popover target="#image" showEvent="dxhoverstart" hideEvent="dxhoverend"> <div *dxTemplate
Specify Toolbar Items
", options: { text: "Refresh", onClick: function() { // ... } } }] }); });<img id="image" src="https://url/to/an/image" /> <div id="popoverContainer"> <p>Popover content</p> </div> Angular HTMLTypeScript<img id="image" src="https://url/to/an/image" /> <dx
Overview
it to another element (in this example, to an image). jQuery HTMLJavaScript<img id="image" src="https://url/to/an/image" /> <div id="tooltipContainer"></div>$(function...( $("<p />").text("Tooltip content") ) } }); }); Angular HTMLTypeScript<img id="image" src="https://url/to/an/image" /> <dx-tooltip target