Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

dxMenu Configuration

Reference
An object defining configuration properties for the Menu UI component.

on the same page. dataSource Binds the UI component to data. The Menu works with collections of string values or objects. Depending on your data source, bind Menu to data as follows. If the data source...-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore. Web API, PHP, MongoDB Use one of the following

dxMultiView Configuration

Reference
An object defining configuration properties for the MultiView UI component.

with collections of string values or objects. Depending on your data source, bind MultiView to data as follows. If the data source provides objects, also specify the itemTemplate. You can skip this part if the objects contain fields described in the items section. Data Array Assign the array to the dataSource option. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file

dxResponsiveBox Configuration

Reference
An object defining configuration properties for the UI component.

with collections of string values or objects. Depending on your data source, bind ResponsiveBox to data as follows. If the data source provides objects, also specify the itemTemplate. You can skip this part if the objects contain fields described in the items section. Data Array Assign the array to the dataSource option. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file

dxSplitter Configuration

Reference
An object that defines configuration properties for the Splitter UI component.

. Depending on your data source, bind Splitter to data as follows. Data Array Assign the array to the dataSource option. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file.... This method is part of DevExtreme.AspNet.Data. jQuery JavaScript $(function() { let serviceUrl = "https://url/to/my/service"; $("#splitterContainer").dxSplitter({ // ... dataSource

dxTabPanel Configuration

Reference
An object defining configuration properties for the TabPanel UI component.

with collections of string values or objects. Depending on your data source, bind TabPanel to data as follows. If the data source provides objects, also specify the itemTemplate. You can skip this part if the objects contain fields described in the items section. Data Array Assign the array to the dataSource option. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file