Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost
- All Results 259
- Guides 82
- Reference 177
- Technical Demos
- Support Center
dxPolarChart annotations
" }, { type: "image", image: "http://image/url/myimage.png" }, { type: "custom", template: function(annotation) { const data...-annotation> <dxi-annotation type="image" image="http://image/url/myimage.png"> </dxi-annotation> <dxi-annotation type="custom" template
Enhance Performance on Large Datasets
: { store: { type: "odata", url: "https://js.devexpress.com/Demos/DevAV/odata/Products", key: "Product_ID" } }, selection..."; import "devextreme/data/odata/store"; // ... export class AppComponent { dataSource = { store: { type: "odata", url: "https://js.devexpress.com/Demos/DevAV/odata
Icons
{ font-size: 24px; color: blue; } Custom Images as Icons Assign an image URL to the icon property of a DevExtreme UI component to implement a custom icon. You can also encode images in Base64... selector with the value you assign to component icon properties: jQuery CSS .dx-icon-customicon { background-image: url(data:image/png;base64,... LONG BASE64 CODE IS HERE ...); background
Manage Amazon S3 Storage with DevExtreme Components
an authentication signature. To address this issue, S3 can generate presigned URLs. You can request authorization for a file action and receive a time-limited URL that does not require an authentication signature. The default validity period for the URL is 15 minutes. Attempts to access an expired URL will fail. You can use the Expired property to modify the duration of the validity period
dxChart commonSeriesSettings point
URL to the url property. If needed, resize the image using the height and width properties. Otherwise, you can assign the URL directly to the image property. View Demo