Search Results: Wikipedia API query 2010 edit statistics "2010: Odyssey Two" total edits year 2010

Utils validationEngine

Reference
An object that serves as a namespace for the methods required to perform validation.

and validation result of the editors that belong to the default validation group. jQuery index.js DevExpress.validationEngine.resetGroup(); // ===== or when using modules ===== import validationEngine...'; validationEngine.resetGroup(); resetGroup(group) Resets the values and validation result of the editors that belong to the specified validation group. jQuery index.js DevExpress.validationEngine.resetGroup('myGroup

Utils Errors and Warnings

Reference
This section lists core errors and warnings that may occur in DevExtreme applications.

) method. Check the valid group key is passed as the validateGroup(group) function parameter. E0120 Occurs when a default adapter cannot be initialized for the target editor. Check that you associate the dxValidator component with a DevExtreme editor or with a custom adapter that is set to interact with a custom editor. See Also Validate a Custom Value E0121 Occurs in drop-down lists when

dxPolarChart commonSeriesSettings

Reference
An object defining the configuration properties that are common for all series of the PolarChart UI component.

in a series, measured in degrees. Takes precedence over the barPadding property. A bar's maximum width is limited. In single-series charts, it cannot be greater than the interval between two major ticks... for a selected series. The PolarChart UI component comes with API members that allow you to select a series in code. To set a custom 'selected' style for all series at once, use the selectionStyle

dxPolarChart series

Reference
Specifies properties for PolarChart UI component series.

maximum width is limited. In single-series charts, it cannot be greater than the interval between two major ticks. In multi-series charts, it depends on the number of bars in the parent group... comes with API members that allow you to select a series in code. To set a custom 'selected' style for all series at once, use the selectionStyle object within the commonSeriesSettings configuration

dxPieChart DoughnutSeries

Reference
An object defining a series of the doughnut type.

", fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template> <DxPieChart ... > <DxSeries :color="fill" /> <... is selected. The PieChart UI component comes with an API that allows you to select a series or a particular point in code. Use the selectionMode property to specify which series elements to select