Skip to content

Commit beaa58f

Browse files
committed
Update branch in URLs and paths
1 parent 40301ec commit beaa58f

File tree

108 files changed

+187
-175
lines changed

Some content is hidden

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

108 files changed

+187
-175
lines changed

api-reference/10 UI Components/dxForm/1 Configuration/labelMode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Specifies a display mode for [item labels](/api-reference/10%20UI%20Components/d
2222
<li><a href="/Documentation/ApiReference/UI_Components/dxForm/Item_Types/SimpleItem/label/#alignment">items[].label.alignment</a></li>
2323
</ul>
2424
</td>
25-
<td><div class="simulator-desktop-container" data-view="/Content/Applications/24_2/UIWidgets/TextEditor/labelModeOutside/index.html, /Content/Applications/24_2/UIWidgets/TextEditor/labelModeOutside/index.js, /Content/Applications/24_2/UIWidgets/TextEditor/labelModeOutside/index.css"></div></td>
25+
<td><div class="simulator-desktop-container" data-view="/Content/Applications/25_1/UIWidgets/TextEditor/labelModeOutside/index.html, /Content/Applications/25_1/UIWidgets/TextEditor/labelModeOutside/index.js, /Content/Applications/25_1/UIWidgets/TextEditor/labelModeOutside/index.css"></div></td>
2626
</tr>'
2727
}
2828

api-reference/10 UI Components/dxGallery/dxGallery.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ The Gallery is a UI component that displays a collection of images in a carousel
1010

1111
##### widgettree
1212
dataSource: [
13-
"https://js.devexpress.com/Content/images/doc/24_2/PhoneJS/person1.png",
14-
"https://js.devexpress.com/Content/images/doc/24_2/PhoneJS/person2.png",
15-
"https://js.devexpress.com/Content/images/doc/24_2/PhoneJS/person3.png",
16-
"https://js.devexpress.com/Content/images/doc/24_2/PhoneJS/person4.png"
13+
"https://js.devexpress.com/Content/images/doc/25_1/PhoneJS/person1.png",
14+
"https://js.devexpress.com/Content/images/doc/25_1/PhoneJS/person2.png",
15+
"https://js.devexpress.com/Content/images/doc/25_1/PhoneJS/person3.png",
16+
"https://js.devexpress.com/Content/images/doc/25_1/PhoneJS/person4.png"
1717
],
1818
height: 400
1919

api-reference/10 UI Components/dxHtmlEditor/3 Methods/get(componentPath).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can perform the following tasks after getting a format, module, or Parchment
1818
You can change the markup tag associated with the format and allowed format values, as shown in the code example after this list.
1919

2020
- **<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/extends" target="_blank">Extend</a> the format or module**
21-
You can extend HtmlEditor's <a href="https://github.com/DevExpress/DevExtreme/tree/24_2/packages/devextreme/js/__internal/ui/html_editor/formats" target="_blank">formats</a> and <a href="https://github.com/DevExpress/DevExtreme/tree/24_2/packages/devextreme/js/__internal/ui/html_editor/modules" target="_blank">modules</a>, and also the DevExtreme Quill's <a href="https://github.com/DevExpress/devextreme-quill/tree/master/formats" target="_blank">formats</a> and <a href="https://github.com/DevExpress/devextreme-quill/tree/master/modules" target="_blank">modules</a>. See the [Extend Built-In Formats and Modules](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/33%20Customize%20Built-In%20Formats%20and%20Modules/20%20Extend.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/#Customize_Built-In_Formats_and_Modules/Extend') topic for the code example.
21+
You can extend HtmlEditor's <a href="https://github.com/DevExpress/DevExtreme/tree/25_1/packages/devextreme/js/__internal/ui/html_editor/formats" target="_blank">formats</a> and <a href="https://github.com/DevExpress/DevExtreme/tree/25_1/packages/devextreme/js/__internal/ui/html_editor/modules" target="_blank">modules</a>, and also the DevExtreme Quill's <a href="https://github.com/DevExpress/devextreme-quill/tree/master/formats" target="_blank">formats</a> and <a href="https://github.com/DevExpress/devextreme-quill/tree/master/modules" target="_blank">modules</a>. See the [Extend Built-In Formats and Modules](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/33%20Customize%20Built-In%20Formats%20and%20Modules/20%20Extend.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/#Customize_Built-In_Formats_and_Modules/Extend') topic for the code example.
2222

2323
- **Create a custom format based on the Parchment**
2424
Refer to the <a href="https://github.com/quilljs/parchment/blob/master/README.md" target="_blank">Parchment documentation</a> for more information.

api-reference/10 UI Components/dxHtmlEditor/3 Methods/getModule(moduleName).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ A module's instance.
1212
The name of a [registered](/api-reference/10%20UI%20Components/dxHtmlEditor/3%20Methods/register(components).md '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Methods/#registercomponents') module.
1313

1414
---
15-
You can get DevExtreme <a href="https://github.com/DevExpress/devextreme-quill/tree/master/modules" target="_blank">Quill modules</a>, DevExtreme <a href="https://github.com/DevExpress/DevExtreme/tree/24_2/packages/devextreme/js/__internal/ui/html_editor/modules" target="_blank">UI modules</a>, or custom modules.
15+
You can get DevExtreme <a href="https://github.com/DevExpress/devextreme-quill/tree/master/modules" target="_blank">Quill modules</a>, DevExtreme <a href="https://github.com/DevExpress/DevExtreme/tree/25_1/packages/devextreme/js/__internal/ui/html_editor/modules" target="_blank">UI modules</a>, or custom modules.
1616

1717
If you implement the [customizeModules](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/customizeModules.md '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/#customizeModules') function, make sure that it does not disable the modules that you want to get.

api-reference/10 UI Components/dxTextEditor/1 Configuration/labelMode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Specifies the [label](/api-reference/10%20UI%20Components/dxTextEditor/1%20Confi
1313
<tr>
1414
<td><i>"outside"</i></td>
1515
<td>The label is outside.</td>
16-
<td><div class="simulator-desktop-container" data-view="/Content/Applications/24_2/UIWidgets/TextEditor/labelModeOutside/index.html, /Content/Applications/24_2/UIWidgets/TextEditor/labelModeOutside/index.js, /Content/Applications/24_2/UIWidgets/TextEditor/labelModeOutside/index.css"></div></td>
16+
<td><div class="simulator-desktop-container" data-view="/Content/Applications/25_1/UIWidgets/TextEditor/labelModeOutside/index.html, /Content/Applications/25_1/UIWidgets/TextEditor/labelModeOutside/index.js, /Content/Applications/25_1/UIWidgets/TextEditor/labelModeOutside/index.css"></div></td>
1717
</tr>'
1818
}
1919

api-reference/_hidden/GridBaseColumn/filterType.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ This property changes when the user clicks the **Select All** checkbox in the [h
2323
<th>filterType / filterValues</th>
2424
</tr>
2525
<tr>
26-
<td><img src="Content/images/doc/24_2/DataGrid/dg-selectall-unchecked.png"></td>
26+
<td><img src="Content/images/doc/25_1/DataGrid/dg-selectall-unchecked.png"></td>
2727
<td><code>filterType: "include"</code><br><code>filterValues: null</code></td>
2828
</tr>
2929
<tr>
30-
<td><img src="Content/images/doc/24_2/DataGrid/dg-selectall-checked.png"></td>
30+
<td><img src="Content/images/doc/25_1/DataGrid/dg-selectall-checked.png"></td>
3131
<td><code>filterType: "exclude"</code><br><code>filterValues: null</code></td>
3232
</tr>
3333
</table>

api-reference/_hidden/dxPopupToolbarItem/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The following types of the specified value are available.
66

77
[note]You cannot use the [dxTemplate](/api-reference/10%20UI%20Components/Markup%20Components/dxTemplate '/Documentation/ApiReference/UI_Components/Markup_Components/dxTemplate/') component as a **toolbarItems** template.
88

9-
The following example adds a custom item to the Popup toolbar. Note that Angular and Vue use [custom templates](/concepts/05%20UI%20Components/zz%20Common/30%20Templates/10%20Custom%20Templates.md '/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates') instead of the **template** property. In React, specify the [render](/Documentation/24_2/ApiReference/UI_Components/dxPopup/Configuration/toolbarItems/#render) or [component](/Documentation/ApiReference/UI_Components/dxPopup/Configuration/toolbarItems/#component) properties.
9+
The following example adds a custom item to the Popup toolbar. Note that Angular and Vue use [custom templates](/concepts/05%20UI%20Components/zz%20Common/30%20Templates/10%20Custom%20Templates.md '/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates') instead of the **template** property. In React, specify the [render](/Documentation/25_1/ApiReference/UI_Components/dxPopup/Configuration/toolbarItems/#render) or [component](/Documentation/ApiReference/UI_Components/dxPopup/Configuration/toolbarItems/#component) properties.
1010

1111
---
1212
##### jQuery

concepts/05 UI Components/Accordion/00 Getting Started with Accordion/00 Getting Started with Accordion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Accordion UI component contains several panels displayed one under another.
44

55
This tutorial shows how to add an Accordion to the page and configure the component's core settings. As a result, you will create the following UI component:
66

7-
<div class="simulator-desktop-container" data-view="/Content/Applications/24_2/GettingStartedWith/Accordion/index.html, /Content/Applications/24_2/GettingStartedWith/Accordion/index.js, /Content/Applications/24_2/GettingStartedWith/Accordion/index.css"></div>
7+
<div class="simulator-desktop-container" data-view="/Content/Applications/25_1/GettingStartedWith/Accordion/index.html, /Content/Applications/25_1/GettingStartedWith/Accordion/index.js, /Content/Applications/25_1/GettingStartedWith/Accordion/index.css"></div>
88

99
Each section in this tutorial describes a single configuration step. You can also find the full source code in the GitHub repository.
1010

concepts/05 UI Components/Accordion/00 Getting Started with Accordion/05 Create an Accordion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<head>
1313
<!-- ... -->
1414
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
15-
<link rel="stylesheet" href="https://cdn3.devexpress.com/jslib/minor_24_2/css/dx.light.css">
16-
<script type="text/javascript" src="https://cdn3.devexpress.com/jslib/minor_24_2/js/dx.all.js"></script>
15+
<link rel="stylesheet" href="https://cdn3.devexpress.com/jslib/minor_25_1/css/dx.light.css">
16+
<script type="text/javascript" src="https://cdn3.devexpress.com/jslib/minor_25_1/js/dx.all.js"></script>
1717
<script type="text/javascript" src="index.js"></script>
1818
</head>
1919
<body>

concepts/05 UI Components/Autocomplete/00 Getting Started with Autocomplete/00 Getting Started with Autocomplete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Autocomplete is a text box that displays suggestions while a user types.
66

77
This tutorial shows how to add an Autocomplete component to the page and configure the component's core settings. As a result, you will create the following UI component:
88

9-
<div class="simulator-desktop-container" data-view="/Content/Applications/24_2/GettingStartedWith/Autocomplete/index.html, /Content/Applications/24_2/GettingStartedWith/Autocomplete/index.js, /Content/Applications/24_2/GettingStartedWith/Autocomplete/index.css"></div>
9+
<div class="simulator-desktop-container" data-view="/Content/Applications/25_1/GettingStartedWith/Autocomplete/index.html, /Content/Applications/25_1/GettingStartedWith/Autocomplete/index.js, /Content/Applications/25_1/GettingStartedWith/Autocomplete/index.css"></div>
1010

1111
Each section in this tutorial describes a single configuration step. You can also find the full source code in the GitHub repository.
1212

0 commit comments

Comments
 (0)