Skip to content

Commit 6d13db5

Browse files
committed
Replace version in code snippets
1 parent 0bb891d commit 6d13db5

File tree

36 files changed

+237
-237
lines changed

36 files changed

+237
-237
lines changed

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/24_2/PhoneJS/person1.png",
24+
src: "https://js.devexpress.com/Content/images/doc/25_1/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/24_2/PhoneJS/person1.png",
41+
src: "https://js.devexpress.com/Content/images/doc/25_1/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/24_2/PhoneJS/person1.png",
83+
src: "https://js.devexpress.com/Content/images/doc/25_1/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/24_2/PhoneJS/person1.png",
111+
src: "https://js.devexpress.com/Content/images/doc/25_1/PhoneJS/person1.png",
112112
alt: "Photo",
113113
width: "100px"
114114
});

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/24_2/ApiReference/UI_Components/dxChart/Configuration/legend/#orientation" target="_blank"><b>orientation</b></a>:
3+
<a href="/Documentation/25_1/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/24_2/ApiReference/UI_Components/dxChart/Configuration/legend/#columnCount" target="_blank"><b>columnCount</b></a>:
7+
<a href="/Documentation/25_1/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/24_2/ApiReference/UI_Components/dxChart/Configuration/legend/#rowCount" target="_blank"><b>rowCount</b></a>:
11+
<a href="/Documentation/25_1/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/24_2/ApiReference/UI_Components/dxChart/Configuration/legend/#columnItemSpacing" target="_blank"><b>columnItemSpacing</b></a>:
16+
<a href="/Documentation/25_1/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/24_2/ApiReference/UI_Components/dxChart/Configuration/legend/#rowItemSpacing" target="_blank"><b>rowItemSpacing</b></a>:
20+
<a href="/Documentation/25_1/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/24_2/ApiReference/UI_Components/dxChart/Configuration/legend/#position" target="_blank"><b>position</b></a>:
3+
<a href="/Documentation/25_1/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/24_2/ApiReference/UI_Components/dxChart/Configuration/legend/#horizontalAlignment" target="_blank"><b>horizontalAlignment</b></a>:
7+
<a href="/Documentation/25_1/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/24_2/ApiReference/UI_Components/dxChart/Configuration/legend/#verticalAlignment" target="_blank"><b>verticalAlignment</b></a>:
11+
<a href="/Documentation/25_1/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/24_2/Chat/bot.png"
9+
avatarUrl: "/Content/images/doc/25_1/Chat/bot.png"
1010
};
1111

1212
const initialMessages = [{

applications/GettingStartedWith/HtmlEditor/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="html-editor">
22
<h2>
3-
<img src="/Content/images/doc/24_2/htmlEditor/HtmlEditor.png" alt="HtmlEditor">
3+
<img src="/Content/images/doc/25_1/htmlEditor/HtmlEditor.png" alt="HtmlEditor">
44
Rich Text Editor (HTML Editor)
55
</h2>
66
<br>

applications/GettingStartedWith/Popup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $(function () {
1313
contentTemplate: () => {
1414
const content = $("<div />");
1515
content.append(
16-
$("<img />").attr("src", "/Content/images/doc/24_2/Common/dx-logo.png"),
16+
$("<img />").attr("src", "/Content/images/doc/25_1/Common/dx-logo.png"),
1717
$(popupText)
1818
);
1919
return content;

concepts/05 UI Components/Autocomplete/00 Getting Started with Autocomplete/05 Create Autocomplete and Bind It to Data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ The code example below specifies the [dataSource](/api-reference/10%20UI%20Compo
2828
<head>
2929
<!-- ... -->
3030
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
31-
<link rel="stylesheet" href="https://cdn3.devexpress.com/jslib/minor_24_2/css/dx.light.css">
32-
<script type="text/javascript" src="https://cdn3.devexpress.com/jslib/minor_24_2/js/dx.all.js"></script>
31+
<link rel="stylesheet" href="https://cdn3.devexpress.com/jslib/minor_25_1/css/dx.light.css">
32+
<script type="text/javascript" src="https://cdn3.devexpress.com/jslib/minor_25_1/js/dx.all.js"></script>
3333
<script type="text/javascript" src="index.js"></script>
3434
<script type="text/javascript" src="data.js"></script>
3535
</head>

concepts/05 UI Components/ButtonGroup/00 Getting Started with ButtonGroup/1 Create the ButtonGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ You can use the following code to create the ButtonGroup:
88
<head>
99
<!-- ... -->
1010
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
11-
<link rel="stylesheet" href="https://cdn3.devexpress.com/jslib/minor_24_2/css/dx.light.css">
12-
<script type="text/javascript" src="https://cdn3.devexpress.com/jslib/minor_24_2/js/dx.all.js"></script>
11+
<link rel="stylesheet" href="https://cdn3.devexpress.com/jslib/minor_25_1/css/dx.light.css">
12+
<script type="text/javascript" src="https://cdn3.devexpress.com/jslib/minor_25_1/js/dx.all.js"></script>
1313
<script type="text/javascript" src="index.js"></script>
1414
</head>
1515
<body class="dx-viewport">

concepts/05 UI Components/DateBox/00 Getting Started with DateBox/05 Create the DateBox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Use the following code to create a basic DateBox:
1515
<html>
1616
<head>
1717
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
18-
<link rel="stylesheet" href="https://cdn3.devexpress.com/jslib/minor_24_2/css/dx.light.css">
19-
<script type="text/javascript" src="https://cdn3.devexpress.com/jslib/minor_24_2/js/dx.all.js"></script>
18+
<link rel="stylesheet" href="https://cdn3.devexpress.com/jslib/minor_25_1/css/dx.light.css">
19+
<script type="text/javascript" src="https://cdn3.devexpress.com/jslib/minor_25_1/js/dx.all.js"></script>
2020
<script type="text/javascript" src="index.js"></script>
2121
</head>
2222
<body class="dx-viewport">

concepts/05 UI Components/DateRangeBox/00 Getting Started with DateRangeBox/05 Create the DateRangeBox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Use the following code to create a basic DateRangeBox:
1515
<html>
1616
<head>
1717
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
18-
<link rel="stylesheet" href="https://cdn3.devexpress.com/jslib/minor_24_2/css/dx.light.css">
19-
<script type="text/javascript" src="https://cdn3.devexpress.com/jslib/minor_24_2/js/dx.all.js"></script>
18+
<link rel="stylesheet" href="https://cdn3.devexpress.com/jslib/minor_25_1/css/dx.light.css">
19+
<script type="text/javascript" src="https://cdn3.devexpress.com/jslib/minor_25_1/js/dx.all.js"></script>
2020
<script type="text/javascript" src="index.js"></script>
2121
</head>
2222
<body class="dx-viewport">

0 commit comments

Comments
 (0)