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

Events

Guides

, PointerEvent, or TouchEvent. Writable Fields Object fields can be prefixed with readonly. Fields without this modifier are writable and can affect the component. For example, the cancel field

Web API Service (CRUD)

Guides

application’s authentication mechanism can utilize the built-in OAuth2, JWT, and OpenID support. You can also implement custom authentication. IDE Integration If you work in Visual Studio 2022

CustomStore Configuration

Reference
This section describes properties that configure the CustomStore.

: function (values) { return $.ajax({ url: "http://mydomain.com/MyDataService/myEntity", method: "POST", data: values }) } }); Angular TypeScript...: (values) => { return fetch("https://mydomain.com/MyDataService/myEntity", { method: "POST", body: JSON.stringify(values), headers

dxValidator CustomRule

Reference
A rule with custom validation logic.

() { $("#textBox").dxTextBox({ ... }) .dxValidator({ name: "Password", // The error message will be "Password is invalid" validationRules: [{ type: "custom" }] }); }); Angular app.component.htmlapp.module.ts <dx-text-box> <!-- The error message will be "Password is invalid" --> <dx-validator name="Password

dxFileManager Configuration

Reference
This section describes properties that configure the FileManager UI component's contents, behavior, and appearance.

) => { fetch('your-api-endpoint', { method: 'POST', headers...) { e.cancel = new Promise((resolve, reject) => { fetch('your-api-endpoint', { method: 'POST', headers