From f92bd56969ad45e17ef77b529421c644d9050fc5 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Wed, 16 Oct 2024 10:03:23 +0300 Subject: [PATCH 1/3] SEO-188048-Blazor-PdfViewer-Toolbar-Customirization-page-with-redirect-links --- blazor/chart/trend-lines.md | 2 +- blazor/datagrid/virtualization.md | 2 +- blazor/pdfviewer/toolbar-customization.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blazor/chart/trend-lines.md b/blazor/chart/trend-lines.md index 7b970f382b..b7a2ec1b51 100644 --- a/blazor/chart/trend-lines.md +++ b/blazor/chart/trend-lines.md @@ -493,7 +493,7 @@ The value set to [BackwardForecast](https://help.syncfusion.com/cr/blazor/Syncfu The [Fill](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartTrendline.html#Syncfusion_Blazor_Charts_ChartTrendline_Fill) and [Width](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartTrendline.html#Syncfusion_Blazor_Charts_ChartTrendline_Width) properties are used to customize the appearance of the trendline. -N> Refer to our [Blazor Charts](https://www.syncfusion.com/blazor-components/blazor-charts) feature tour page for its groundbreaking feature representations and also explore our [Blazor Chart Example](https://blazor.syncfusion.com/demos/chart/line?theme=bootstrap4) to know various chart types and how to represent time-dependent data, showing trends at equal intervals. +N> Refer to our [Blazor Charts](https://www.syncfusion.com/blazor-components/blazor-charts) feature tour page for its groundbreaking feature representations and also explore our [Blazor Chart Example](https://blazor.syncfusion.com/demos/chart/line?theme=bootstrap5) to know various chart types and how to represent time-dependent data, showing trends at equal intervals. ## Show or hide a trendline diff --git a/blazor/datagrid/virtualization.md b/blazor/datagrid/virtualization.md index a5c5310cc0..ab6805457c 100644 --- a/blazor/datagrid/virtualization.md +++ b/blazor/datagrid/virtualization.md @@ -677,4 +677,4 @@ N> If rowHeight is given, then the page size is calculated by given row h * [Row virtualization with Lazy load grouping in DataGrid](https://blazor.syncfusion.com/documentation/datagrid/lazy-load-grouping#lazy-load-grouping-with-virtual-scrolling) -N> You can refer to our [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor DataGrid example](https://blazor.syncfusion.com/demos/datagrid/overview?theme=bootstrap4) to understand how to present and manipulate data. +N> You can refer to our [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor DataGrid example](https://blazor.syncfusion.com/demos/datagrid/overview?theme=bootstrap5) to understand how to present and manipulate data. diff --git a/blazor/pdfviewer/toolbar-customization.md b/blazor/pdfviewer/toolbar-customization.md index b8d2b78b14..9ac98cde26 100644 --- a/blazor/pdfviewer/toolbar-customization.md +++ b/blazor/pdfviewer/toolbar-customization.md @@ -165,7 +165,7 @@ The following code snippet explains how to show or hide annotation toolbar using ``` N> [View sample in GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-classic-examples/tree/master/Toolbar/Annotation%20Toolbar/Show%20or%20hide%20on%20loading). -N> You can refer to the [Blazor PDF Viewer](https://www.syncfusion.com/blazor-components/blazor-pdf-viewer) feature tour page for its groundbreaking feature representations. You can also explore the [Blazor PDF Viewer example](https://blazor.syncfusion.com/demos/pdf-viewer/default-functionalities?theme=bootstrap4) to understand how to explain core features of PDF Viewer. +N> You can refer to the [Blazor PDF Viewer](https://www.syncfusion.com/blazor-components/blazor-pdf-viewer) feature tour page for its groundbreaking feature representations. You can also explore the [Blazor PDF Viewer example](https://blazor.syncfusion.com/demos/pdf-viewer/default-functionalities?theme=bootstrap5) to understand how to explain core features of PDF Viewer. ## How to create custom Toolbar with Save option From 50b0b70f9f8ceff240726ffb831950b96d3f5bc6 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Wed, 16 Oct 2024 10:13:31 +0300 Subject: [PATCH 2/3] ci resolved --- blazor/pdfviewer/toolbar-customization.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blazor/pdfviewer/toolbar-customization.md b/blazor/pdfviewer/toolbar-customization.md index 9ac98cde26..b7fcfe4010 100644 --- a/blazor/pdfviewer/toolbar-customization.md +++ b/blazor/pdfviewer/toolbar-customization.md @@ -1,3 +1,4 @@ + --- layout: post title: Toolbar Customization in Blazor PDF Viewer Component | Syncfusion @@ -165,7 +166,7 @@ The following code snippet explains how to show or hide annotation toolbar using ``` N> [View sample in GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-classic-examples/tree/master/Toolbar/Annotation%20Toolbar/Show%20or%20hide%20on%20loading). -N> You can refer to the [Blazor PDF Viewer](https://www.syncfusion.com/blazor-components/blazor-pdf-viewer) feature tour page for its groundbreaking feature representations. You can also explore the [Blazor PDF Viewer example](https://blazor.syncfusion.com/demos/pdf-viewer/default-functionalities?theme=bootstrap5) to understand how to explain core features of PDF Viewer. +N> You can refer to the [Blazor PDF Viewer](https://www.syncfusion.com/blazor-components/blazor-pdf-viewer) feature tour page for its groundbreaking feature representations. You can also explore the [Blazor PDF Viewer example](https://blazor.syncfusion.com/demos/pdf-viewer-2/default-functionalities?theme=fluent2) to understand how to explain core features of PDF Viewer. ## How to create custom Toolbar with Save option From 37bd4ca3ebc3fb71a71fa7237f4ee2fedc120be1 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Wed, 16 Oct 2024 10:22:47 +0300 Subject: [PATCH 3/3] ci resolved --- blazor/pdfviewer/toolbar-customization.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blazor/pdfviewer/toolbar-customization.md b/blazor/pdfviewer/toolbar-customization.md index b7fcfe4010..484738b22a 100644 --- a/blazor/pdfviewer/toolbar-customization.md +++ b/blazor/pdfviewer/toolbar-customization.md @@ -1,4 +1,3 @@ - --- layout: post title: Toolbar Customization in Blazor PDF Viewer Component | Syncfusion @@ -166,7 +165,7 @@ The following code snippet explains how to show or hide annotation toolbar using ``` N> [View sample in GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-classic-examples/tree/master/Toolbar/Annotation%20Toolbar/Show%20or%20hide%20on%20loading). -N> You can refer to the [Blazor PDF Viewer](https://www.syncfusion.com/blazor-components/blazor-pdf-viewer) feature tour page for its groundbreaking feature representations. You can also explore the [Blazor PDF Viewer example](https://blazor.syncfusion.com/demos/pdf-viewer-2/default-functionalities?theme=fluent2) to understand how to explain core features of PDF Viewer. +N> You can refer to the [Blazor PDF Viewer](https://www.syncfusion.com/blazor-components/blazor-pdf-viewer) feature tour page for its groundbreaking feature representations. You can also explore the [Blazor PDF Viewer example]() to understand how to explain core features of PDF Viewer. ## How to create custom Toolbar with Save option