Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost
- All Results 259
- Guides 82
- Reference 177
- Technical Demos
- Support Center
Object Structures loadPanel
enabled Specifies whether the load panel is enabled. height Specifies the height of the load panel in pixels. indicatorSrc Specifies a URL pointing to an image to be used as a loading indicator. shading Specifies whether to shade the UI component when the load panel is shown. shadingColor Specifies the shading color. Applies only if shading is true. This property supports the following
Web API Service
createStore method. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service"; $("#chartContainer").dxChart({ dataSource: DevExpress.data.AspNet.createStore...() { const serviceUrl = "https://url/to/my/service"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl + "/GetAction" }); } } import
Web API Service
createStore method. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service"; $("#funnelContainer").dxFunnel({ dataSource: DevExpress.data.AspNet.createStore...() { const serviceUrl = "https://url/to/my/service"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl + "/GetAction" }); } } import
Web API Service
createStore method. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service"; $("#pieChartContainer").dxPieChart({ dataSource...; constructor() { const serviceUrl = "https://url/to/my/service"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl + "/GetAction
OData Service
: 'odata', url: 'https://www.example.com/dataservices/odata/targetData', key: ['from', 'to'] }, paginate: false...: ['./app.component.css'] }) export class AppComponent { sankeyDataSource = new DataSource({ store: { type: 'odata', url: 'https://www.example.com/dataservices/odata/targetData