Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

Data Validation

Guides

: revalidate }).dxTextBox("instance"); $("#validator").dxValidator({ validationRules: [{ type: "required", message: "Specify your phone or email... type="required" message="Specify your phone or email."> </dxi-validation-rule> </dx-validator> <dx-validation-summary></dx-validation-summary> <dx

Components Testing

Guides

. To get started, create an Angular application and import modules as described in the Unit Testing article. Add the following script to your test file. This code finds the specified link on the pager

Local Array

Guides

To bind a UI component to a local array, pass this array to the UI component's dataSource property. We recommend that you also set the keyExpr property OR the valueExpr and displayExpr properties, depending on your UI component: jQuery index.js $(function() { const employees = [ { ID: 1, FirstName: "Sandra", LastName: "Johnson" }, { ID: 2, FirstName: "James", LastName

Visual Elements

Guides

and minorTickInterval properties, respectively. View Demo If neither automatically generated ticks nor ticks with a custom interval fit your requirements, you can place... by a label. Moreover, you are not limited to displaying scale values only - you can customize the label's text per your requirements using the customizeText property. Appearance The font style used

Visual Elements

Guides

with a custom interval fit your requirements, you can place major and minor ticks at specific scale values. Assign an array of required values to the customTicks or customMinorTicks property... text per your requirements using the customizeText property. Appearance The font style used for displaying the label text can be varied using properties of the font configuration object. In addition