Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost
- All Results 259
- Guides 82
- Reference 177
- Technical Demos
- Support Center
Custom Shapes
;/dxi-custom-shape> </dx-diagram> Vue App.vue <DxDiagram id="diagram" ref="diagram" > <DxCustomShape :type="'Rounded Rectangle'" :background-image-url... shape can display an inner image. Use the defaultImageUrl property to specify the image URL. The following properties allow you to specify the image size and position: imageHeight imageTop imageLeft
Getting Started with Floating Action Button
have the same URL, or actions are in the same component. Change the visible property of each SpeedDialAction when the screen is switched. Set this property to true if an action can be performed... is required in this case. The approach is different if the components have the same URL, or actions are in the same component. Change the visible property of each SpeedDialAction when the screen is switched
Visual Elements
an Image You can display an image in the background of RangeSelector. To do this, use the properties within the background.image object. Specify the URL of the required image using the url property. Then, choose where to place this image on your range selector using the location property. JavaScript var rangeSelectorOptions = { // ... background: { image: { url
Custom Sources
(); }, insert: function(values) { return $.ajax({ url: "http://mydomain.com/MyDataService/", method: "POST", data: values
Add DevExtreme to a React Application
" }, { loader: "css-loader" }] } ] } } In addition, open the package.json file and ensure style-loader, css-loader, and url-loader are listed in devDependencies. Run the Application