Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
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
dxGantt editing
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
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> <
dxChart annotations 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...