Skip to content

Commit f942840

Browse files
committed
Replace 25_1 -> 25_2 (part 2)
1 parent 487622f commit f942840

File tree

126 files changed

+368
-368
lines changed

Some content is hidden

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

126 files changed

+368
-368
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/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>
25+
<td><div class="simulator-desktop-container" data-view="/Content/Applications/25_2/UIWidgets/TextEditor/labelModeOutside/index.html, /Content/Applications/25_2/UIWidgets/TextEditor/labelModeOutside/index.js, /Content/Applications/25_2/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/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"
13+
"https://js.devexpress.com/Content/images/doc/25_2/PhoneJS/person1.png",
14+
"https://js.devexpress.com/Content/images/doc/25_2/PhoneJS/person2.png",
15+
"https://js.devexpress.com/Content/images/doc/25_2/PhoneJS/person3.png",
16+
"https://js.devexpress.com/Content/images/doc/25_2/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 HTML Editor'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/60%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 HTML Editor's <a href="https://github.com/DevExpress/DevExtreme/tree/25_2/packages/devextreme/js/__internal/ui/html_editor/formats" target="_blank">formats</a> and <a href="https://github.com/DevExpress/DevExtreme/tree/25_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/60%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/25_1/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_2/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/dxHtmlEditor/3 Methods/insertEmbed(index_type_config).md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ An embedded format's [value](/concepts/05%20UI%20Components/HtmlEditor/10%20Form
2121
<!--JavaScript-->
2222
// Adds an image at the beginning of the content
2323
$("#htmlEditorContainer").dxHtmlEditor("instance").insertEmbed(0, "extendedImage", {
24-
src: "https://js.devexpress.com/Content/images/doc/25_1/PhoneJS/person1.png",
24+
src: "https://js.devexpress.com/Content/images/doc/25_2/PhoneJS/person1.png",
2525
alt: "Photo",
2626
width: "100px"
2727
});
@@ -38,7 +38,7 @@ An embedded format's [value](/concepts/05%20UI%20Components/HtmlEditor/10%20Form
3838
// @ViewChild(DxHtmlEditorComponent) htmlEditor: DxHtmlEditorComponent;
3939
insertImageAtTheBeginning() {
4040
this.htmlEditor.instance.insertEmbed(0, "extendedImage", {
41-
src: "https://js.devexpress.com/Content/images/doc/25_1/PhoneJS/person1.png",
41+
src: "https://js.devexpress.com/Content/images/doc/25_2/PhoneJS/person1.png",
4242
alt: "Photo",
4343
width: "100px"
4444
});
@@ -80,7 +80,7 @@ An embedded format's [value](/concepts/05%20UI%20Components/HtmlEditor/10%20Form
8080
insertImageAtTheBeginning() {
8181
// Makes the first five characters bold and underlined
8282
this.htmlEditor.insertEmbed(0, "extendedImage", {
83-
src: "https://js.devexpress.com/Content/images/doc/25_1/PhoneJS/person1.png",
83+
src: "https://js.devexpress.com/Content/images/doc/25_2/PhoneJS/person1.png",
8484
alt: "Photo",
8585
width: "100px"
8686
});
@@ -108,7 +108,7 @@ An embedded format's [value](/concepts/05%20UI%20Components/HtmlEditor/10%20Form
108108
const insertImageAtTheBeginning = () => {
109109
// Makes the first five characters bold and underlined
110110
htmlEditor.current.instance().insertEmbed(0, "extendedImage", {
111-
src: "https://js.devexpress.com/Content/images/doc/25_1/PhoneJS/person1.png",
111+
src: "https://js.devexpress.com/Content/images/doc/25_2/PhoneJS/person1.png",
112112
alt: "Photo",
113113
width: "100px"
114114
});

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/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>
16+
<td><div class="simulator-desktop-container" data-view="/Content/Applications/25_2/UIWidgets/TextEditor/labelModeOutside/index.html, /Content/Applications/25_2/UIWidgets/TextEditor/labelModeOutside/index.js, /Content/Applications/25_2/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/25_1/DataGrid/dg-selectall-unchecked.png"></td>
26+
<td><img src="Content/images/doc/25_2/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/25_1/DataGrid/dg-selectall-checked.png"></td>
30+
<td><img src="Content/images/doc/25_2/DataGrid/dg-selectall-checked.png"></td>
3131
<td><code>filterType: "exclude"</code><br><code>filterValues: null</code></td>
3232
</tr>
3333
</table>

applications/DataVisualization/Guides/Legend/rearrangeLegendItems.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<div style="text-align:center; margin: 10px">
22
<div class="option-block">
3-
<a href="/Documentation/25_1/ApiReference/UI_Components/dxChart/Configuration/legend/#orientation" target="_blank"><b>orientation</b></a>:
3+
<a href="/Documentation/25_2/ApiReference/UI_Components/dxChart/Configuration/legend/#orientation" target="_blank"><b>orientation</b></a>:
44
<div class="editor select-box" id="orientation">
55
</div>
66
<div class="option-block">
7-
<a href="/Documentation/25_1/ApiReference/UI_Components/dxChart/Configuration/legend/#columnCount" target="_blank"><b>columnCount</b></a>:
7+
<a href="/Documentation/25_2/ApiReference/UI_Components/dxChart/Configuration/legend/#columnCount" target="_blank"><b>columnCount</b></a>:
88
<div class="editor number-box" id="columnCount">
99
</div>
1010
<div class="option-block">
11-
<a href="/Documentation/25_1/ApiReference/UI_Components/dxChart/Configuration/legend/#rowCount" target="_blank"><b>rowCount</b></a>:
11+
<a href="/Documentation/25_2/ApiReference/UI_Components/dxChart/Configuration/legend/#rowCount" target="_blank"><b>rowCount</b></a>:
1212
<div class="editor number-box" id="rowCount">
1313
</div><br />
1414
<div style="height:10px"></div>
1515
<div class="option-block">
16-
<a href="/Documentation/25_1/ApiReference/UI_Components/dxChart/Configuration/legend/#columnItemSpacing" target="_blank"><b>columnItemSpacing</b></a>:
16+
<a href="/Documentation/25_2/ApiReference/UI_Components/dxChart/Configuration/legend/#columnItemSpacing" target="_blank"><b>columnItemSpacing</b></a>:
1717
<div class="editor number-box" id="columnItemSpacing">
1818
</div>
1919
<div class="option-block">
20-
<a href="/Documentation/25_1/ApiReference/UI_Components/dxChart/Configuration/legend/#rowItemSpacing" target="_blank"><b>rowItemSpacing</b></a>:
20+
<a href="/Documentation/25_2/ApiReference/UI_Components/dxChart/Configuration/legend/#rowItemSpacing" target="_blank"><b>rowItemSpacing</b></a>:
2121
<div class="editor number-box" id="rowItemSpacing">
2222
</div>
2323
<div id="chart"></div>

applications/DataVisualization/Guides/Legend/relocateTheLegend.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<div style="text-align:center; margin: 10px">
22
<div class="option-block">
3-
<a href="/Documentation/25_1/ApiReference/UI_Components/dxChart/Configuration/legend/#position" target="_blank"><b>position</b></a>:
3+
<a href="/Documentation/25_2/ApiReference/UI_Components/dxChart/Configuration/legend/#position" target="_blank"><b>position</b></a>:
44
<div class="editor select-box" id="position">
55
</div>
66
<div class="option-block">
7-
<a href="/Documentation/25_1/ApiReference/UI_Components/dxChart/Configuration/legend/#horizontalAlignment" target="_blank"><b>horizontalAlignment</b></a>:
7+
<a href="/Documentation/25_2/ApiReference/UI_Components/dxChart/Configuration/legend/#horizontalAlignment" target="_blank"><b>horizontalAlignment</b></a>:
88
<div class="editor select-box" id="horizontalAlignment">
99
</div>
1010
<div class="option-block">
11-
<a href="/Documentation/25_1/ApiReference/UI_Components/dxChart/Configuration/legend/#verticalAlignment" target="_blank"><b>verticalAlignment</b></a>:
11+
<a href="/Documentation/25_2/ApiReference/UI_Components/dxChart/Configuration/legend/#verticalAlignment" target="_blank"><b>verticalAlignment</b></a>:
1212
<div class="editor select-box" id="verticalAlignment">
1313
</div>
1414
<div id="chart"></div>

applications/GettingStartedWith/Chat/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const firstUser = {
66
const secondUser = {
77
id: "2",
88
name: "Feedback Bot",
9-
avatarUrl: "/Content/images/doc/25_1/Chat/bot.png"
9+
avatarUrl: "/Content/images/doc/25_2/Chat/bot.png"
1010
};
1111

1212
const initialMessages = [{

0 commit comments

Comments
 (0)