Skip to content

Commit 34f8403

Browse files
Merge pull request #359 from Syncfusion-Content/hotfix/hotfix-v26.2.4
DOCINFRA-2341_merged_using_automation
2 parents 929db2d + a03491d commit 34f8403

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

ej2-javascript/daterangepicker/ts/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,5 @@ The start and end date in a range can be defined with the help of startDate and
177177

178178
* [Render DateRangePicker with pre-defined ranges](./customization#preset-ranges)
179179
* [Render DateRangePicker with specific culture](./globalization)
180+
181+
> You can also explore [JavaScript DateRangePicker](https://www.syncfusion.com/javascript-ui-controls/js-daterangepicker) feature tour page for its groundbreaking features. You can also explore our [JavaScript DateRangePicker](https://ej2.syncfusion.com/demos/#/bootstrap5/daterangepicker/default.html) that shows how to render the DateRangePicker in JavaScript

ej2-javascript/diagram/ts/getting-started.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,10 @@ Create and add a `node` (JSON data) with specific position, size.
223223

224224
### Apply shape and style to node
225225

226-
Syncfusion diagram control provides support to render many build-in shapes in diagram.
226+
Syncfusion diagram control provides support to render many built-in shapes in diagram.
227227
Please refer to [`Shapes`](../api/diagram/shapes/) to know about built-in Shapes.
228228

229-
* The appearance of a node can be customized by changing its [`fill`](../api/diagram/shapeStyleModel#fill-string) color, [`strokeColor`](../api/diagram/shapeStyleModel#strokecolor-string), [`strokeWidth`](../api/diagram/shapeStyleModel#strokewidth-number), [`borderColor`](../api/diagram/node#borderColor-string), [`borderWidth`](../api/diagram/node#borderWidth-number), [`strokeDashArray`](../api/diagram/shapeStyleModel#strokeDashArray-number), [`opacity`](../api/diagram/shapeStyleModel#opacity-number), and [`shadow`](../api/diagram/shapeStyleModel#shadow-number).
229+
* The appearance of a node can be customized by changing its [`fill`](../api/diagram/shapeStyleModel/#fill-string) color, [`strokeColor`](../api/diagram/shapeStyleModel/#strokecolor-string), [`strokeWidth`](../api/diagram/shapeStyleModel/#strokewidth-number), [`borderColor`](../api/diagram/node/#borderColor-string), [`borderWidth`](../api/diagram/node/#borderWidth-number), [`strokeDashArray`](../api/diagram/shapeStyleModel/#strokeDashArray-number), [`opacity`](../api/diagram/shapeStyleModel/#opacity-number), and [`shadow`](../api/diagram/shapeStyleModel/#shadow-number).
230230

231231
{% if page.publishingplatform == "typescript" %}
232232

@@ -377,7 +377,7 @@ let diagram: Diagram = new Diagram({
377377

378378
### Rendering layout with Datasource
379379

380-
To create an organizational chart, the [`type`](../api/diagram/layout) of layout should be set as an `OrganizationalChart`. The following code example shows how DataManager is used to generate Layout based on the DataSourceSettings of the Diagram.
380+
To create an organizational chart, the [`type`](../api/diagram/layout/) of layout should be set as an `OrganizationalChart`. The following code example shows how DataManager is used to generate Layout based on the DataSourceSettings of the Diagram.
381381

382382
{% if page.publishingplatform == "typescript" %}
383383

@@ -436,3 +436,5 @@ The following code examples indicate how to define the default appearance of nod
436436

437437
{% previewsample "page.domainurl/code-snippet/diagram/getting-started-cs5" %}
438438
{% endif %}
439+
440+
N> You can refer to our [JavaScript Diagram](https://www.syncfusion.com/javascript-ui-controls/js-diagram) feature tour page for its groundbreaking feature representations. You can also explore our [JavaScript Diagram example](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/default-functionalities.html) to knows how to present and manipulate data.

ej2-javascript/grid/getting-started.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,9 @@ Output will be displayed as follows.
328328

329329
* [Overview of Grid](https://www.syncfusion.com/blogs/post/overview-of-grid-in-essential-js-2-part-1.aspx)
330330
* [Introduction to the Grid control](https://www.syncfusion.com/blogs/post/introduction-to-the-grid-control-for-javascript.aspx)
331-
* [How to display a table data after clicking Submit button in Javascript?](https://support.syncfusion.com/kb/article/10145/how-to-display-a-table-data-after-clicking-submit-button)
332-
* [How to display table in popup window using Javascript?](https://support.syncfusion.com/kb/article/10339/how-to-display-table-in-popup-window-using-javascript)
331+
* [How to display a table data after clicking Submit button in JavaScript?](https://support.syncfusion.com/kb/article/10145/how-to-display-a-table-data-after-clicking-submit-button)
332+
* [How to display table in popup window using JavaScript?](https://support.syncfusion.com/kb/article/10339/how-to-display-table-in-popup-window-using-javascript)
333333
* [How to open pdf document on button click inside a Grid](https://support.syncfusion.com/kb/article/10246/how-to-open-pdf-document-on-button-click-inside-a-grid)
334-
* [How to disable the default keyboard actions in Grid](https://support.syncfusion.com/kb/article/9578/how-to-disable-the-default-keyboard-actions-in-js-grid)
334+
* [How to disable the default keyboard actions in Grid](https://support.syncfusion.com/kb/article/9578/how-to-disable-the-default-keyboard-actions-in-js-grid)
335+
336+
N> You can refer to our [JavaScript DataGrid](https://www.syncfusion.com/javascript-ui-controls/js-data-grid) feature tour page for its groundbreaking feature representations. You can also explore our [JavaScript DataGrid example](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/default.html) that shows you how to present and manipulate data.

ej2-javascript/listview/style.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ Use the following CSS to customize the selected list item.
111111

112112
```css
113113

114-
.e-listview .e-list-item.e-focused {
115-
color: #2fa1ff;
116-
background-color: rgb(0, 15, 100);
114+
.e-listview .e-list-item.e-active {
115+
color: red;
116+
background-color: aqua;
117117
}
118118

119119
```

ej2-javascript/treeview/ts/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ npm start
211211

212212
{% previewsample "page.domainurl/code-snippet/treeview/getting-started-cs1" %}
213213

214-
> You can also explore our [JavaScript TreeView example](https://ej2.syncfusion.com/demos/#/material/treeview/default.html) to knows how to present and manipulate data.
214+
> You can also explore our [JavaScript TreeView example](https://ej2.syncfusion.com/demos/#/bootstrap5/treeview/default.html) to knows how to present and manipulate data.

0 commit comments

Comments
 (0)