Search Results: "Write with OpenID" "Write post with name/password" slot

DataSource Configuration

Reference
This section describes properties that configure the DataSource.

or all at once. Defaults to false if group is set; otherwise, true. postProcess Specifies a post processing function. jQuery JavaScript var ds = new DevExpress.data.DataSource({ postProcess...() { this.ds = new DataSource({ postProcess: (data) => { // Your code goes here } }); } } Vue App.vue <script> import DataSource

ThemeBuilder

Guides

Displays DevExtreme components in the customized theme. Updates automatically when you change a setting or switch between themes. Postpone Customization To return to customization later, save... recommend that you save your theme's metadata to enable you to fix these issues. Refer to the Postpone Customization topic for more information. ThemeBuilder CLI The ThemeBuilder CLI allows you

dxValidator StringLengthRule

Reference
A validation rule that demands the target value length be within the specified value range (including the range's end points).

App; Display the editor's name in the message jQuery index.js $(function() { $("#textBox").dxTextBox({ ... }) .dxValidator({ name: "password", // The error message...-box> <!-- The error message will be "The length of the password is not correct" --> <dx-validator name="password"> <dxi-validation-rule type="stringLength">

Getting Started with DataGrid

Guides

such as grids, charts, maps, gauges, and others: all within an automatically-arranged layout. The set of components allows you to deploy an all-in-one solution and switch between Viewer and Designer...", "HireDate": "2011-05-01T00:00:00.000Z", "Address": "507 - 20th Ave. E.\r\nApt. 2A", "City": "Seattle", "Region": "WA", "PostalCode": "98122", "Country": "USA", "HomePhone

Application Template

Guides

", // ... } { // ... "baseTheme": "generic.light", // ... } You can find all theme names in the Predefined Themes help topic. Use theme names without the dx prefix. Run the following command to rebuild themes... below: Import src\themes\metadata.base.json or src\themes\metadata.additional.json to the ThemeBuilder. Customize the theme. Export theme metadata to the initial file (see Postpone Customization). Run