Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxSplitter Configuration
. 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
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
dxTabs Configuration
component to data. The Tabs works with collections of string values or objects. Depending on your data source, bind Tabs to data as follows. If the data source provides objects, also specify... 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 extensions to enable the server to process data
dxTileView Configuration
Binds the UI component to data. The TileView works with collections of string values or objects. Depending on your data source, bind TileView to data as follows. If the data source provides objects... 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 extensions to enable
dxToolbar Configuration
component to data. The Toolbar works with collections of string values or objects. Depending on your data source, bind Toolbar to data as follows. If the data source provides objects, also specify... 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 extensions to enable the server