Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost
- All Results 259
- Guides 82
- Reference 177
- Technical Demos
- Support Center
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
Create a DevExtreme application with Gatsby
Launch the development server to display a live preview of the website: cd my-website gatsby develop The framework outputs the URL to the command line. Click the link to open it in the browser... 'devextreme/data/odata/store'; const pageSizes = [10, 25, 50, 100]; const dataSourceOptions = { store: new ODataStore({ url: 'https://js.devexpress.com/Demos/SalesViewer/odata/DaySaleDtoes
Create a DevExtreme application with Next.js
: npm run dev If you want to run your website in production mode, build the project first: npm run build; npm run start The server outputs the preview URL to the console. The default URL is http://localhost:3000. Open the URL in the browser to view the page. Proceed to the next step when you get the server up and running. 2. Add Static Content to the Front Page During the set-up process we