Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost
- All Results 259
- Guides 82
- Reference 177
- Technical Demos
- Support Center
Customize the Title
: 'dxhoverstart', hideEvent: 'dxhoverend', title: "Popover Title", showTitle: true, showCloseButton: true }); }); <img id="image" src="https://url/to/an/image" /> <div id="popoverContainer"> <!-- ... --> </div> Angular HTMLTypeScript <img id="image" src="https://url/to/an/image" /> <dx-popover target="#image" showEvent
Resize and Relocate
(contentElement) { contentElement.append( $("<p />").text("Tooltip content") ) } }); }); <img id="image" src="https://url/to/an/image" /> <div id="tooltipContainer"></div> Angular HTMLTypeScript <img id="image" src="https://url/to/an/image" /> <dx-tooltip target="#image" showEvent="dxhoverstart" hideEvent
OLAP Cube
the XmlaStore: specify the OLAP server's url, the catalog that contains the OLAP cube that you access, and the cube. Wrap the XmlaStore into a PivotGridDataSource. This component enables you to group... DevExpress.data.XmlaStore({ url: "https://my-web-srv01/OLAP/msmdpump.dll", catalog: "AdventureWorksDW2012", cube: "Adventure Works" }); var adventureWorksDataSource = new
PHP Service
. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service.php"; $("#chartContainer").dxChart({ dataSource: DevExpress.data.AspNet.createStore({ key: 'ID...://url/to/my/service.php"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl }); } } import { BrowserModule } from '@angular/platform-browser'; import
PHP Service
. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service.php"; $("#funnelContainer").dxFunnel({ dataSource: DevExpress.data.AspNet.createStore({ key: 'ID... = "https://url/to/my/service.php"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl }); } } import { BrowserModule } from '@angular/platform-browser