Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
Events
, 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)
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
: 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
() { $("#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
) => { fetch('your-api-endpoint', { method: 'POST', headers...) { e.cancel = new Promise((resolve, reject) => { fetch('your-api-endpoint', { method: 'POST', headers