Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost
- All Results 259
- Guides 82
- Reference 177
- Technical Demos
- Support Center
Specify Toolbar Items
="https://url/to/an/image" /> <div id="popoverContainer"> <p>Popover content</p> </div> Angular HTMLTypeScript<img id="image" src="https://url/to/an/image" /> <dx... ], // ... }) Vue <template> <div> <img id="image" src="https://url/to/an/image" /> <DxPopover :width="200" target="#image" show-event
Overview
it to another element (in this example, to an image). jQuery HTMLJavaScript<img id="image" src="https://url/to/an/image" /> <div id="tooltipContainer"></div>$(function...( $("<p />").text("Tooltip content") ) } }); }); Angular HTMLTypeScript<img id="image" src="https://url/to/an/image" /> <dx-tooltip target
Predefined Themes
; <!-- Generic themes --> <link rel="dx-theme" data-theme="generic.light" href="<%= BASE_URL %>dx.light.css" data-active="true"> <link rel="dx-theme" data-theme="generic.dark" href="<%= BASE_URL %>dx.dark.css" data-active="false"> <link rel="dx-theme" data-theme="generic.contrast" href="<%= BASE_URL %>dx.contrast.css" data-active="false">
OData
To access an OData service, implement the ODataStore: specify the url of an OData entity collection, the key property, and the OData version. You can also handle data-related events: jQuery index.js $(function() { var productsStore = new DevExpress.data.ODataStore({ url: "https://js.devexpress.com/Demos/DevAV/odata/Products", key: "Product_ID", version: 3
ODataStore Configuration
beforeSend Specifies a function that customizes the request before it is sent to the server. jQuery JavaScript var store = new DevExpress.data.ODataStore({ url: "https://js.devexpress.com/Demos...() { this.store = new ODataStore({ url: "https://js.devexpress.com/Demos/DevAV/odata/Products", beforeSend: (e) => { e.params = { "param1