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

Security Considerations

Guides

= [{ 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

dxGantt editing

Reference
Configures edit properties.

The UI component allows users to add, modify and delete tasks, resources and dependencies. Set the enabled property to true to enable edit functionality. NOTE Make sure that your data sources...

Predefined Themes

Guides

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

Guides

, 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> <

dxChart annotations border

Reference
Configures the appearance of the annotation's border.

color Colors the annotation's border. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint...