Skip to content

Commit a5e6a51

Browse files
committed
Merge branch 'master' into next
2 parents b8e739c + b1d61f5 commit a5e6a51

File tree

82 files changed

+150
-150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+150
-150
lines changed

docs/calendar/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this section you can find out the ways of Calendar initialization and localiz
2727
| :------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------- |
2828
| [Backend integration](integration/suite_and_backend.md) | Learn how to connect DHTMLX Suite to a backend ([Demo](https://github.com/DHTMLX/nodejs-suite-demo)) |
2929
| [Optimus](optimus_guides.md) | Learn how to use DHTMLX Optimus framework for creating DHTMLX-based app <br>(recommended framework for creating apps with Suite components) |
30-
| [React integration](integration/suite_and_react.md) | Learn how to use DHTMLX Calendar with React ([Demo](https://github.com/DHTMLX/react-widgets)) |
30+
| [React integration](integration/suite_and_react.md) | Learn how to use DHTMLX Calendar with React ([Demo](https://github.com/DHTMLX/react-suite-demo)) |
3131
| [Angular integration](integration/suite_and_angular.md) | Learn how to use DHTMLX Calendar with Angular ([Demo](https://github.com/DHTMLX/angular-suite-demo)) |
3232
| [Vue integration](integration/suite_and_vue.md) | Learn how to use DHTMLX Calendar with Vue.js ([Demo](https://github.com/DHTMLX/vue-suite-demo)) |
3333

docs/chart/api/chart_legend_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ legend?: {
120120
<tbody>
121121
<tr>
122122
<td><b>values</b></td>
123-
<td>(required) maps attributes of legend items to <a href="../../data_loading#preparing-data-set">data set</a> properties. Contains the following properties:<ul><li><b>text</b> - (required) the pointer to the data value to take a text for the legend from</li><li><b>color</b> - (required) the pointer to the data value to take a color for the legend from</li></ul><br><b>Related Sample: </b><a href="https://snippet.dhtmlx.com/lobb80ig" target="_blank">Chart. Donut chart initialization</a><br><b>Related Sample: </b><a href="https://snippet.dhtmlx.com/jfbet749" target="_blank">Chart. Pie chart initialization</a><br><b>Related Sample: </b><a href="https://snippet.dhtmlx.com/xfce9pys" target="_blank">Chart. Pie 3D chart initialization</a></td>
123+
<td>(required) maps attributes of legend items to <a href="../../data_loading/#preparing-data-set">data set</a> properties. Contains the following properties:<ul><li><b>text</b> - (required) the pointer to the data value to take a text for the legend from</li><li><b>color</b> - (required) the pointer to the data value to take a color for the legend from</li></ul><br><b>Related Sample: </b><a href="https://snippet.dhtmlx.com/lobb80ig" target="_blank">Chart. Donut chart initialization</a><br><b>Related Sample: </b><a href="https://snippet.dhtmlx.com/jfbet749" target="_blank">Chart. Pie chart initialization</a><br><b>Related Sample: </b><a href="https://snippet.dhtmlx.com/xfce9pys" target="_blank">Chart. Pie 3D chart initialization</a></td>
124124
</tr>
125125
<tr>
126126
<td><b>direction</b></td>

docs/chart/api/chart_scales_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ scales: {
183183
<tbody>
184184
<tr>
185185
<td><b>radial</b></td>
186-
<td>(required) the radial object contains the following properties:<ul><li><b>value</b> - (optional) the name of a <a href="../../data_loading#preparing-data-set">data set</a> property to take data values from (map to)</li><li><b>zebra</b> - (optional) sets a striped scale coloring for the Radar chart (alternation of two colors in a step)</li><li><b>showAxis</b> - (optional) renders values of the scale</li></ul></td>
186+
<td>(required) the radial object contains the following properties:<ul><li><b>value</b> - (optional) the name of a <a href="../../data_loading/#preparing-data-set">data set</a> property to take data values from (map to)</li><li><b>zebra</b> - (optional) sets a striped scale coloring for the Radar chart (alternation of two colors in a step)</li><li><b>showAxis</b> - (optional) renders values of the scale</li></ul></td>
187187
</tr>
188188
</tbody>
189189
</table>

docs/chart/api/chart_series_config.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ series: [
8989
</tr>
9090
<tr>
9191
<td><b>value</b></td>
92-
<td>(required) the name of a <a href="../../data_loading#preparing-data-set">data set</a> property to map data values to </td>
92+
<td>(required) the name of a <a href="../../data_loading/#preparing-data-set">data set</a> property to map data values to </td>
9393
</tr>
9494
<tr>
9595
<td><b>type</b></td>
@@ -264,15 +264,15 @@ series: [
264264
</tr>
265265
<tr>
266266
<td><b>text</b></td>
267-
<td>(optional) the name of the <a href="../../data_loading#preparing-data-set">data set</a> property to map labels of data values to </td>
267+
<td>(optional) the name of the <a href="../../data_loading/#preparing-data-set">data set</a> property to map labels of data values to </td>
268268
</tr>
269269
<tr>
270270
<td><b>value</b></td>
271-
<td>(required) the name of the <a href="../../data_loading#preparing-data-set">data set</a> property to map data values to</td>
271+
<td>(required) the name of the <a href="../../data_loading/#preparing-data-set">data set</a> property to map data values to</td>
272272
</tr>
273273
<tr>
274274
<td><b>color</b></td>
275-
<td>(optional) points to the property in a <a href="../../data_loading#preparing-data-set">data set</a> that defines the color of a pie/donut sector</td>
275+
<td>(optional) points to the property in a <a href="../../data_loading/#preparing-data-set">data set</a> that defines the color of a pie/donut sector</td>
276276
</tr>
277277
<tr>
278278
<td><b>monochrome</b></td>
@@ -344,11 +344,11 @@ series: [
344344
<tbody>
345345
<tr>
346346
<td><b>text</b></td>
347-
<td>(required) the name of the <a href="../../data_loading#preparing-data-set">data set</a> property to map labels of data values to. The index of the option is 1 (item[1]). </td>
347+
<td>(required) the name of the <a href="../../data_loading/#preparing-data-set">data set</a> property to map labels of data values to. The index of the option is 1 (item[1]). </td>
348348
</tr>
349349
<tr>
350350
<td><b>value</b></td>
351-
<td>(required) the name of the <a href="../../data_loading#preparing-data-set">data set</a> property to map data values to. The index of the option is 0 (item[0]).</td>
351+
<td>(required) the name of the <a href="../../data_loading/#preparing-data-set">data set</a> property to map data values to. The index of the option is 0 (item[0]).</td>
352352
</tr>
353353
<tr>
354354
<td><b>direction</b></td>
@@ -421,27 +421,27 @@ series: [
421421
<tbody>
422422
<tr>
423423
<td><b>date</b></td>
424-
<td>(required) points to the name of the <a href="../../data_loading#preparing-data-set">data set</a> property which sets the dates for the chart. The index of the option is 0 (point[0])</td>
424+
<td>(required) points to the name of the <a href="../../data_loading/#preparing-data-set">data set</a> property which sets the dates for the chart. The index of the option is 0 (point[0])</td>
425425
</tr>
426426
<tr>
427427
<td><b>value</b></td>
428-
<td>(required) points to the name of the <a href="../../data_loading#preparing-data-set">data set</a> property which sets the number content for the chart. The index of the option is 1 (point[1])</td>
428+
<td>(required) points to the name of the <a href="../../data_loading/#preparing-data-set">data set</a> property which sets the number content for the chart. The index of the option is 1 (point[1])</td>
429429
</tr>
430430
<tr>
431431
<td><b>color</b></td>
432-
<td>(optional) sets the color of null values in the chart and legend. <br>By default, the color matches the value of the <b>--dhx-background-secondary</b> variable from the current <a href="../../../themes">color theme</a></td>
432+
<td>(optional) sets the color of null values in the chart and legend. <br>By default, the color matches the value of the <b>--dhx-background-secondary</b> variable from the current <a href="../../../themes/">color theme</a></td>
433433
</tr>
434434
<tr>
435435
<td><b>negativeColor</b></td>
436-
<td>(optional) sets the color of negative values in the chart and legend.<br>By default, the color matches the value of the <b>--dhx-color-primary</b> variable from the current <a href="../../../themes">color theme</a></td>
436+
<td>(optional) sets the color of negative values in the chart and legend.<br>By default, the color matches the value of the <b>--dhx-color-primary</b> variable from the current <a href="../../../themes/">color theme</a></td>
437437
</tr>
438438
<tr>
439439
<td><b>positiveColor</b></td>
440-
<td>(optional) sets the color of positive values in the chart and legend. <br>By default, the color matches the value of the <b>--dhx-color-success</b> variable from the current <a href="../../../themes">color theme</a></td>
440+
<td>(optional) sets the color of positive values in the chart and legend. <br>By default, the color matches the value of the <b>--dhx-color-success</b> variable from the current <a href="../../../themes/">color theme</a></td>
441441
</tr>
442442
<tr>
443443
<td><b>dateFormat</b></td>
444-
<td>(optional) defines the <a href="../../../calendar/api/calendar_dateformat_config">format of dates</a> in the tooltips ("%d/%m/%y" by default). In this format, you can specify dates in the data set </td>
444+
<td>(optional) defines the <a href="../../../calendar_dateformat_config/">format of dates</a> in the tooltips ("%d/%m/%y" by default). In this format, you can specify dates in the data set </td>
445445
</tr>
446446
<tr>
447447
<td><b>days</b></td>

docs/chart/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In this section you can discover the ways of loading data into Chart.
5252
| ------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
5353
| [Backend integration](integration/suite_and_backend.md) | Learn how to connect DHTMLX Suite to a backend ([Demo](https://github.com/DHTMLX/nodejs-suite-demo)) |
5454
| [Optimus](optimus_guides.md) | Learn how to use DHTMLX Optimus framework for creating DHTMLX-based app <br>(recommended framework for creating apps with Suite components) |
55-
| [React integration](integration/suite_and_react.md) | Learn how to use DHTMLX Chart with React ([Demo](https://github.com/DHTMLX/react-widgets)) |
55+
| [React integration](integration/suite_and_react.md) | Learn how to use DHTMLX Chart with React ([Demo](https://github.com/DHTMLX/react-suite-demo)) |
5656
| [Angular integration](integration/suite_and_angular.md) | Learn how to use DHTMLX Chart with Angular ([Demo](https://github.com/DHTMLX/angular-suite-demo)) |
5757
| [Vue integration](integration/suite_and_vue.md) | Learn how to use DHTMLX Chart with Vue.js ([Demo](https://github.com/DHTMLX/vue-suite-demo)) |
5858

docs/colorpicker/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this section you can find out the ways of Colorpicker initialization and loca
2727
| ------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
2828
| [Backend integration](integration/suite_and_backend.md) | Learn how to connect DHTMLX Suite to a backend ([Demo](https://github.com/DHTMLX/nodejs-suite-demo)) |
2929
| [Optimus](optimus_guides.md) | Learn how to use DHTMLX Optimus framework for creating DHTMLX-based app <br>(recommended framework for creating apps with Suite components) |
30-
| [React integration](integration/suite_and_react.md) | Learn how to use DHTMLX Colorpicker with React ([Demo](https://github.com/DHTMLX/react-widgets)) |
30+
| [React integration](integration/suite_and_react.md) | Learn how to use DHTMLX Colorpicker with React ([Demo](https://github.com/DHTMLX/react-suite-demo)) |
3131
| [Angular integration](integration/suite_and_angular.md) | Learn how to use DHTMLX Colorpicker with Angular ([Demo](https://github.com/DHTMLX/angular-suite-demo)) |
3232
| [Vue integration](integration/suite_and_vue.md) | Learn how to use DHTMLX Colorpicker with Vue.js ([Demo](https://github.com/DHTMLX/vue-suite-demo)) |
3333

docs/combobox/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In this section you can find out how to initialize and localize Combobox, how to
3636
| ------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
3737
| [Backend integration](integration/suite_and_backend.md) | Learn how to connect DHTMLX Suite to a backend ([Demo](https://github.com/DHTMLX/nodejs-suite-demo)) |
3838
| [Optimus](optimus_guides.md) | Learn how to use DHTMLX Optimus framework for creating DHTMLX-based app <br>(recommended framework for creating apps with Suite components) |
39-
| [React integration](integration/suite_and_react.md) | Learn how to use DHTMLX Chart with React ([Demo](https://github.com/DHTMLX/react-widgets)) |
39+
| [React integration](integration/suite_and_react.md) | Learn how to use DHTMLX Chart with React ([Demo](https://github.com/DHTMLX/react-suite-demo)) |
4040
| [Angular integration](integration/suite_and_angular.md) | Learn how to use DHTMLX Chart with Angular ([Demo](https://github.com/DHTMLX/angular-suite-demo)) |
4141
| [Vue integration](integration/suite_and_vue.md) | Learn how to use DHTMLX Chart with Vue.js ([Demo](https://github.com/DHTMLX/vue-suite-demo)) |
4242

docs/common_features/accessibility_support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Currently the most commonly encountered conformance guidelines and standards are
1616

1717
- [ADA](https://www.ada.gov/) - US Department of Justice
1818
- [Section 508](https://www.section508.gov/) - US federal agencies
19-
- [WCAG 2.0](https://www.w3.org/WAI/intro/wcag) - globally accepted standard. WCAG 2.0 has 3 levels of conformance; A, AA and AAA (in order of conformance)
19+
- [WCAG 2.0](https://www.w3.org/WAI/standards-guidelines/wcag/) - globally accepted standard. WCAG 2.0 has 3 levels of conformance; A, AA and AAA (in order of conformance)
2020
- [ARIA](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA) - a standard that defines ways to make web content and web applications more accessible to people with disabilities
2121
- [WAI](https://www.w3.org/WAI/) - web accessibility standard
2222

docs/dataview/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In this section you can find out how to initialize DataView, how to load data in
3636
| ------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
3737
| [Backend integration](integration/suite_and_backend.md) | Learn how to connect DHTMLX Suite to a backend ([Demo](https://github.com/DHTMLX/nodejs-suite-demo)) |
3838
| [Optimus](optimus_guides.md) | Learn how to use DHTMLX Optimus framework for creating DHTMLX-based app <br>(recommended framework for creating apps with Suite components) |
39-
| [React integration](integration/suite_and_react.md) | Learn how to use DHTMLX DataView with React ([Demo](https://github.com/DHTMLX/react-widgets)) |
39+
| [React integration](integration/suite_and_react.md) | Learn how to use DHTMLX DataView with React ([Demo](https://github.com/DHTMLX/react-suite-demo)) |
4040
| [Angular integration](integration/suite_and_angular.md) | Learn how to use DHTMLX DataView with Angular ([Demo](https://github.com/DHTMLX/angular-suite-demo)) |
4141
| [Vue integration](integration/suite_and_vue.md) | Learn how to use DHTMLX DataView with Vue.js ([Demo](https://github.com/DHTMLX/vue-suite-demo)) |
4242

docs/form/api/avatar/api_avatar_properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ description: You can explore the Properties of the Avatar control of Form in the
158158
</tr>
159159
<tr>
160160
<td><b>required</b></td>
161-
<td>(optional) <a href="../../../work_with_form#validating-form">defines whether a control is required</a>, <i>false</i> by default</td>
161+
<td>(optional) <a href="../../../work_with_form/#validating-form">defines whether a control is required</a>, <i>false</i> by default</td>
162162
</tr>
163163
<tr>
164164
<td><b>preMessage</b></td>

0 commit comments

Comments
 (0)