Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
Validate and Submit an HTML Form
: [ { type: "required" } ] }); $("#password").dxTextBox({ name: "Password", mode: "password" }).dxValidator({ validationRules: [ { type...-validator> </dx-text-box> <dx-text-box name="Password" mode="password"> <dx-validator> <dxi-validation-rule type="required"></dxi-validation-rule>
Licensing
": { "postinstall": "node add-devextreme-license" }, } Register the key within GlobalConfig and add the devextreme-license.ts file path to your project's .gitignore file. See the previous section... must purchase a license to use DevExtreme UI components/libraries within a software project. If you are ready to incorporate DevExtreme UI components/libraries in your project, please visit
Client-Side Settings
) // or "instantly" .UploadUrl("https://mydomain.com/MyUploadService") HTML form upload jQuery HTMLJavaScript <form action="https://mydomain.com/MyUploadService" method="post" enctype..." }); }); Angular app.component.htmlapp.component.tsapp.module.ts <form action="https://mydomain.com/MyUploadService" method="post" enctype="multipart/form-data"> <dx-file-uploader name="file
Enhance Performance on Large Datasets
("selectionFilter"); $.ajax({ method: "POST", url: "url/to/data/processing/method", data: { filter: (selectionFilter ? JSON.stringify(selectionFilter) : null..."); this.httpClient .post("url/to/data/processing/method", "filter: " + (selectionFilter ? JSON.stringify(selectionFilter) : null
Data Source Examples
for an ODataStore within this context instance. Two ODataStore objects are impicitly created: context.Categories to access http://www.example.com/Northwind.svc/Categories and context.MyCustomers accessing http.... JavaScript var guid = new DevExpress.data.Guid("bd330029-8106-6d2d-5371-f27325155e99"); If you call the constructor without arguments, a new GUID will be generated. JavaScript var guid = new