Search Results: Wikipedia API query 2010 edit statistics "2010: Odyssey Two" total edits year 2010

dxFileUploader Configuration

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

of the following structure: { "FileGuid": string, "FileName": string, "FileType": string, "FileSize": long, "Index": long, // The chunk's index "TotalCount": long, // The file's total chunk count } See Also Server-Side Implementation: ASP.NET | PHP dialogTrigger Specifies the HTML element which invokes the file upload dialog

dxCalendar Configuration

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

a value in the initial configuration. If you specify this property, the value will be a string, not a Date object. If you use API to change the value, make sure that the value has the same format... can use it to check if the editor value changed. jQuery index.js $(() => { const calendar = $('#calendar').dxCalendar({ // ... }).dxCalendar('instance'); $('#button

Component Configuration Syntax

Guides

components. These properties depend on the values of other properties and therefore cannot be typed (columns[].editorOptions in the DataGrid, item's editorOptions in the Form, items[].options in the Toolbar). Specify them with an object: HTML <dx-data-grid> <dxi-column [editorOptions]="{ width: 100 }"> </dxi-column> </dx-data-grid> Collections Use UI components

MongoDB Service

Guides

Use the third-party devextreme-query-mongodb extension to query data from MongoDB. This extension implements data processing on a server according to the protocol the Lookup uses. To access the server from the client, configure the CustomStore as described in the Custom Sources article or use the createStore method. This method is a part of the DevExtreme.AspNet.Data extension. The following code

MongoDB Service

Guides

Use the third-party devextreme-query-mongodb extension to query data from MongoDB. This extension implements data processing on a server according to the protocol the TagBox uses. To access the server from the client, configure the CustomStore as described in the Custom Sources article or use the createStore method. This method is a part of the DevExtreme.AspNet.Data extension. The following code