Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
Customize the Title
: 'dxhoverstart', hideEvent: 'dxhoverend', title: "Popover Title", showTitle: true, showCloseButton: true }); }); <img id="image" src="https://url/to/an/image" /> <div id="popoverContainer"> <!-- ... --> </div> Angular HTMLTypeScript <img id="image" src="https://url/to/an/image" /> <dx-popover target="#image" showEvent
Resize and Relocate
(contentElement) { contentElement.append( $("<p />").text("Tooltip content") ) } }); }); <img id="image" src="https://url/to/an/image" /> <div id="tooltipContainer"></div> Angular HTMLTypeScript <img id="image" src="https://url/to/an/image" /> <dx-tooltip target="#image" showEvent="dxhoverstart" hideEvent
Security Considerations
= [{ id: 0, content: "<img src=1 onerror=alert('XSS') \/>" }, { id: 1, content: "<script>alert('XSS')<\/script>" }, { id: 2, content: "Tab content" }]; When you..., "ProductName": "<img src=1 onerror=alert('XSS') \/>", // ... }, { "ProductID": 2, "ProductName": "<script>alert('XSS')<\/script>", // ... }, // ... ]; When
Predefined Themes
with the DevExtreme package, reference them in angular.json, and after, use the themes in index.html. angular.jsonindex.html "assets": [ "src/favicon.ico", "src/assets", { "glob... in angular.json, and after, use the themes in index.html. angular.jsonindex.html "assets": [ "src/favicon.ico", "src/assets", { "glob": "**/*", "input": "./node_modules
Customize the Loading Indicator
, indicatorOptions: { src: "https://js.devexpress.com/Content/data/loadingIcons/rolling.svg" } }); }); Angular app.component.htmlapp.component.ts <dx-load-panel... { indicatorOptions: DxLoadPanelTypes.LoadPanelIndicatorProperties = { src: "https://js.devexpress.com/Content/data/loadingIcons/rolling.svg" }; } Vue App.vue <template> <