From 688bda1a2ab0481c516e83582c430ded31003974 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Fri, 11 Jul 2025 12:03:19 +0530 Subject: [PATCH 1/6] image alt tag missing --- angular/Accordion/Getting-Started.md | 12 ++++++------ angular/Diagram/Getting-Started.md | 8 ++++---- angular/Gantt/Task-Scheduling-modes.md | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/angular/Accordion/Getting-Started.md b/angular/Accordion/Getting-Started.md index 651430fb..2b20d778 100644 --- a/angular/Accordion/Getting-Started.md +++ b/angular/Accordion/Getting-Started.md @@ -1,6 +1,6 @@ --- title: Getting Started for Angular Accordion -description: Getting Started for Angular Accordion +description: Check out and learn here all about getting started with Angular Accordion in Syncfusion and much more details. platform: Angular control: Accordion documentation: Ug @@ -16,7 +16,7 @@ This section encompasses the details on how you can configure the **Accordion** The following screenshot illustrates you the usage of **Accordion** control in listing the controls under the Essential Studio products. -![](Getting-Started-images/Getting-Started_img1.png) +![Configure Accordion in Angular.](Getting-Started-images/Getting-Started_img1.png) The usage of **Accordion** control is described in the following sections. @@ -146,7 +146,7 @@ Create the Accordion control as follows. You can execute the above code example to display the Accordion control with simple control list. -![](Getting-Started-images/Getting-Started_img2.png) +![Create a Simple Accordion in Angular.](Getting-Started-images/Getting-Started_img2.png) You can customize the Accordion control using various properties. The Accordion control properties and its default values are described in the following section. @@ -257,7 +257,7 @@ You can also open all the panels during initialization using the **selectedItems **Accordion** control with **enableMultipleOpen** property is illustrated in the following screen shot. -![](Getting-Started-images/Getting-Started_img3.png) +![Configure Multiple Open in Accordion.](Getting-Started-images/Getting-Started_img3.png) ### Setting rounded corner @@ -343,7 +343,7 @@ N> showRoundedCorner property is False by default. The following screenshot illustrates the **Accordion** control with rounded corners. -![](Getting-Started-images/Getting-Started_img4.png) +![Setting rounded corner in Accordion.](Getting-Started-images/Getting-Started_img4.png) ## Customize Icon @@ -434,5 +434,5 @@ You can set the Up or Down arrow icon to **Accordion** header, by adding **e-arr The following screenshot illustrates the customization of **selectedHeader** and **header** of the **Accordion** control. -![](Getting-Started-images/Getting-Started_img5.png) +![Customize Icon.](Getting-Started-images/Getting-Started_img5.png) diff --git a/angular/Diagram/Getting-Started.md b/angular/Diagram/Getting-Started.md index e50bd2f0..bebc8e5e 100644 --- a/angular/Diagram/Getting-Started.md +++ b/angular/Diagram/Getting-Started.md @@ -1,7 +1,7 @@ --- layout: post title: Getting Started for Angular Diagram -description: Getting Started for Angular Diagram +description: Check out and learn here all about Getting Started for Angular Diagram in Syncfusion and much more details. platform: Angular control: Diagram documentation: ug @@ -71,7 +71,7 @@ import {EJ_DIAGRAM_COMPONENTS} from 'ej/diagram.component'; This creates an empty diagram -![](Getting-Started-images/Getting-Started_img1.png) +![Initialize Diagram in Angular.](Getting-Started-images/Getting-Started_img1.png) ### Initialize Nodes and Connectors @@ -120,7 +120,7 @@ export class DiagramComponent { {% endhighlight %} -![](Getting-Started-images/Getting-Started_img2.png) +![Initialize Nodes and Connectors in Diagram.](Getting-Started-images/Getting-Started_img2.png) ### Business object (Employee information) @@ -187,4 +187,4 @@ export class DefaultComponent { * The Employee details are displayed in the Diagram as follows. -![](Getting-Started_images/Getting-Started_img3.png) +![Map data source in Angular.](Getting-Started-images/Getting-Started_img3.png) diff --git a/angular/Gantt/Task-Scheduling-modes.md b/angular/Gantt/Task-Scheduling-modes.md index 7033ecf7..e66a386d 100644 --- a/angular/Gantt/Task-Scheduling-modes.md +++ b/angular/Gantt/Task-Scheduling-modes.md @@ -1,7 +1,7 @@ --- layout: post title: Task-scheduling-modes -description: Task scheduling modes +description: Check out and learn here all about task scheduling modes for Angular Gantt in Syncfusion and much more details. platform: Angular control: Gantt documentation: ug @@ -103,4 +103,4 @@ export class AppComponent { The following screen shot depicts a project with custom scheduling mode, where both automatic and manual scheduling modes are mapped to the tasks. -![](Task-Scheduling-modes_images/Task-Scheduling-modes_img1.png) \ No newline at end of file +![Manually Scheduled tasks in Task Scheduling Modes.](Task-Scheduling-modes_images/Task-Scheduling-modes_img1.png) \ No newline at end of file From b7754217c5f2f35d27374e4317f715cb8e1d3e8b Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Mon, 14 Jul 2025 12:53:44 +0530 Subject: [PATCH 2/6] Casing concern on image alt text. --- angular/Accordion/Getting-Started.md | 6 +++--- angular/Diagram/Getting-Started.md | 4 ++-- angular/Gantt/Task-Scheduling-modes.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/angular/Accordion/Getting-Started.md b/angular/Accordion/Getting-Started.md index 2b20d778..aa4cf925 100644 --- a/angular/Accordion/Getting-Started.md +++ b/angular/Accordion/Getting-Started.md @@ -146,7 +146,7 @@ Create the Accordion control as follows. You can execute the above code example to display the Accordion control with simple control list. -![Create a Simple Accordion in Angular.](Getting-Started-images/Getting-Started_img2.png) +![Create a simple Accordion in Angular.](Getting-Started-images/Getting-Started_img2.png) You can customize the Accordion control using various properties. The Accordion control properties and its default values are described in the following section. @@ -257,7 +257,7 @@ You can also open all the panels during initialization using the **selectedItems **Accordion** control with **enableMultipleOpen** property is illustrated in the following screen shot. -![Configure Multiple Open in Accordion.](Getting-Started-images/Getting-Started_img3.png) +![Configure multiple open in Accordion.](Getting-Started-images/Getting-Started_img3.png) ### Setting rounded corner @@ -434,5 +434,5 @@ You can set the Up or Down arrow icon to **Accordion** header, by adding **e-arr The following screenshot illustrates the customization of **selectedHeader** and **header** of the **Accordion** control. -![Customize Icon.](Getting-Started-images/Getting-Started_img5.png) +![Customize icon.](Getting-Started-images/Getting-Started_img5.png) diff --git a/angular/Diagram/Getting-Started.md b/angular/Diagram/Getting-Started.md index bebc8e5e..2833045a 100644 --- a/angular/Diagram/Getting-Started.md +++ b/angular/Diagram/Getting-Started.md @@ -71,7 +71,7 @@ import {EJ_DIAGRAM_COMPONENTS} from 'ej/diagram.component'; This creates an empty diagram -![Initialize Diagram in Angular.](Getting-Started-images/Getting-Started_img1.png) +![Initialize diagram in Angular.](Getting-Started-images/Getting-Started_img1.png) ### Initialize Nodes and Connectors @@ -120,7 +120,7 @@ export class DiagramComponent { {% endhighlight %} -![Initialize Nodes and Connectors in Diagram.](Getting-Started-images/Getting-Started_img2.png) +![Initialize nodes and connectors in Diagram.](Getting-Started-images/Getting-Started_img2.png) ### Business object (Employee information) diff --git a/angular/Gantt/Task-Scheduling-modes.md b/angular/Gantt/Task-Scheduling-modes.md index e66a386d..2c2bad07 100644 --- a/angular/Gantt/Task-Scheduling-modes.md +++ b/angular/Gantt/Task-Scheduling-modes.md @@ -103,4 +103,4 @@ export class AppComponent { The following screen shot depicts a project with custom scheduling mode, where both automatic and manual scheduling modes are mapped to the tasks. -![Manually Scheduled tasks in Task Scheduling Modes.](Task-Scheduling-modes_images/Task-Scheduling-modes_img1.png) \ No newline at end of file +![Manually scheduled tasks in task scheduling modes.](Task-Scheduling-modes_images/Task-Scheduling-modes_img1.png) \ No newline at end of file From ca580fb3fce7f657c6ccfa91f8a304fe11a008cc Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Mon, 14 Jul 2025 15:08:58 +0530 Subject: [PATCH 3/6] Update Getting-Started.md --- angular/Accordion/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular/Accordion/Getting-Started.md b/angular/Accordion/Getting-Started.md index aa4cf925..a0188ffe 100644 --- a/angular/Accordion/Getting-Started.md +++ b/angular/Accordion/Getting-Started.md @@ -434,5 +434,5 @@ You can set the Up or Down arrow icon to **Accordion** header, by adding **e-arr The following screenshot illustrates the customization of **selectedHeader** and **header** of the **Accordion** control. -![Customize icon.](Getting-Started-images/Getting-Started_img5.png) +![Customize icon for Accordion.](Getting-Started-images/Getting-Started_img5.png) From efaaba7b183ceb663588b9ae4638ecc658ced4db Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Mon, 14 Jul 2025 15:45:54 +0530 Subject: [PATCH 4/6] add the platform --- angular/Accordion/Getting-Started.md | 6 +++--- angular/Diagram/Getting-Started.md | 4 ++-- angular/Gantt/Task-Scheduling-modes.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/angular/Accordion/Getting-Started.md b/angular/Accordion/Getting-Started.md index a0188ffe..37a71345 100644 --- a/angular/Accordion/Getting-Started.md +++ b/angular/Accordion/Getting-Started.md @@ -257,7 +257,7 @@ You can also open all the panels during initialization using the **selectedItems **Accordion** control with **enableMultipleOpen** property is illustrated in the following screen shot. -![Configure multiple open in Accordion.](Getting-Started-images/Getting-Started_img3.png) +![Configure multiple open in Angular Accordion.](Getting-Started-images/Getting-Started_img3.png) ### Setting rounded corner @@ -343,7 +343,7 @@ N> showRoundedCorner property is False by default. The following screenshot illustrates the **Accordion** control with rounded corners. -![Setting rounded corner in Accordion.](Getting-Started-images/Getting-Started_img4.png) +![Setting rounded corner in Angular Accordion.](Getting-Started-images/Getting-Started_img4.png) ## Customize Icon @@ -434,5 +434,5 @@ You can set the Up or Down arrow icon to **Accordion** header, by adding **e-arr The following screenshot illustrates the customization of **selectedHeader** and **header** of the **Accordion** control. -![Customize icon for Accordion.](Getting-Started-images/Getting-Started_img5.png) +![Customize icon for Angular Accordion.](Getting-Started-images/Getting-Started_img5.png) diff --git a/angular/Diagram/Getting-Started.md b/angular/Diagram/Getting-Started.md index 2833045a..2ba08dcf 100644 --- a/angular/Diagram/Getting-Started.md +++ b/angular/Diagram/Getting-Started.md @@ -120,7 +120,7 @@ export class DiagramComponent { {% endhighlight %} -![Initialize nodes and connectors in Diagram.](Getting-Started-images/Getting-Started_img2.png) +![Initialize nodes and connectors in Angular Diagram.](Getting-Started-images/Getting-Started_img2.png) ### Business object (Employee information) @@ -187,4 +187,4 @@ export class DefaultComponent { * The Employee details are displayed in the Diagram as follows. -![Map data source in Angular.](Getting-Started-images/Getting-Started_img3.png) +![Map data source in Angular Diagram.](Getting-Started-images/Getting-Started_img3.png) diff --git a/angular/Gantt/Task-Scheduling-modes.md b/angular/Gantt/Task-Scheduling-modes.md index 2c2bad07..61176909 100644 --- a/angular/Gantt/Task-Scheduling-modes.md +++ b/angular/Gantt/Task-Scheduling-modes.md @@ -103,4 +103,4 @@ export class AppComponent { The following screen shot depicts a project with custom scheduling mode, where both automatic and manual scheduling modes are mapped to the tasks. -![Manually scheduled tasks in task scheduling modes.](Task-Scheduling-modes_images/Task-Scheduling-modes_img1.png) \ No newline at end of file +![Manually scheduled tasks in Angular Gantt.](Task-Scheduling-modes_images/Task-Scheduling-modes_img1.png) \ No newline at end of file From fb888e55975719d8487b5c03908e67ef00ad1bf5 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Mon, 14 Jul 2025 16:55:46 +0530 Subject: [PATCH 5/6] Update Getting-Started.md --- angular/Diagram/Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular/Diagram/Getting-Started.md b/angular/Diagram/Getting-Started.md index 2ba08dcf..172b8bee 100644 --- a/angular/Diagram/Getting-Started.md +++ b/angular/Diagram/Getting-Started.md @@ -1,7 +1,7 @@ --- layout: post title: Getting Started for Angular Diagram -description: Check out and learn here all about Getting Started for Angular Diagram in Syncfusion and much more details. +description: Check out and learn here all about getting started for Angular Diagram in Syncfusion and much more details. platform: Angular control: Diagram documentation: ug @@ -71,7 +71,7 @@ import {EJ_DIAGRAM_COMPONENTS} from 'ej/diagram.component'; This creates an empty diagram -![Initialize diagram in Angular.](Getting-Started-images/Getting-Started_img1.png) +![Initialize Diagram in Angular.](Getting-Started-images/Getting-Started_img1.png) ### Initialize Nodes and Connectors From ebb434498541a8670108c95239191fe4087108d8 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Thu, 17 Jul 2025 16:15:11 +0530 Subject: [PATCH 6/6] Casing concern on image alt text. --- angular/Accordion/Getting-Started.md | 8 ++++---- angular/Diagram/Getting-Started.md | 6 +++--- angular/Gantt/Task-Scheduling-modes.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/angular/Accordion/Getting-Started.md b/angular/Accordion/Getting-Started.md index 37a71345..706d4d43 100644 --- a/angular/Accordion/Getting-Started.md +++ b/angular/Accordion/Getting-Started.md @@ -16,7 +16,7 @@ This section encompasses the details on how you can configure the **Accordion** The following screenshot illustrates you the usage of **Accordion** control in listing the controls under the Essential Studio products. -![Configure Accordion in Angular.](Getting-Started-images/Getting-Started_img1.png) +![configure Accordion in Angular.](Getting-Started-images/Getting-Started_img1.png) The usage of **Accordion** control is described in the following sections. @@ -146,7 +146,7 @@ Create the Accordion control as follows. You can execute the above code example to display the Accordion control with simple control list. -![Create a simple Accordion in Angular.](Getting-Started-images/Getting-Started_img2.png) +![create a simple Accordion in Angular.](Getting-Started-images/Getting-Started_img2.png) You can customize the Accordion control using various properties. The Accordion control properties and its default values are described in the following section. @@ -343,7 +343,7 @@ N> showRoundedCorner property is False by default. The following screenshot illustrates the **Accordion** control with rounded corners. -![Setting rounded corner in Angular Accordion.](Getting-Started-images/Getting-Started_img4.png) +![setting rounded corner in Angular Accordion.](Getting-Started-images/Getting-Started_img4.png) ## Customize Icon @@ -434,5 +434,5 @@ You can set the Up or Down arrow icon to **Accordion** header, by adding **e-arr The following screenshot illustrates the customization of **selectedHeader** and **header** of the **Accordion** control. -![Customize icon for Angular Accordion.](Getting-Started-images/Getting-Started_img5.png) +![customize icon for Angular Accordion.](Getting-Started-images/Getting-Started_img5.png) diff --git a/angular/Diagram/Getting-Started.md b/angular/Diagram/Getting-Started.md index 172b8bee..eaae3d4a 100644 --- a/angular/Diagram/Getting-Started.md +++ b/angular/Diagram/Getting-Started.md @@ -71,7 +71,7 @@ import {EJ_DIAGRAM_COMPONENTS} from 'ej/diagram.component'; This creates an empty diagram -![Initialize Diagram in Angular.](Getting-Started-images/Getting-Started_img1.png) +![initialize Diagram in Angular.](Getting-Started-images/Getting-Started_img1.png) ### Initialize Nodes and Connectors @@ -120,7 +120,7 @@ export class DiagramComponent { {% endhighlight %} -![Initialize nodes and connectors in Angular Diagram.](Getting-Started-images/Getting-Started_img2.png) +![initialize nodes and connectors in Angular Diagram.](Getting-Started-images/Getting-Started_img2.png) ### Business object (Employee information) @@ -187,4 +187,4 @@ export class DefaultComponent { * The Employee details are displayed in the Diagram as follows. -![Map data source in Angular Diagram.](Getting-Started-images/Getting-Started_img3.png) +![map data source in Angular Diagram.](Getting-Started-images/Getting-Started_img3.png) diff --git a/angular/Gantt/Task-Scheduling-modes.md b/angular/Gantt/Task-Scheduling-modes.md index 61176909..f992fd92 100644 --- a/angular/Gantt/Task-Scheduling-modes.md +++ b/angular/Gantt/Task-Scheduling-modes.md @@ -103,4 +103,4 @@ export class AppComponent { The following screen shot depicts a project with custom scheduling mode, where both automatic and manual scheduling modes are mapped to the tasks. -![Manually scheduled tasks in Angular Gantt.](Task-Scheduling-modes_images/Task-Scheduling-modes_img1.png) \ No newline at end of file +![manually scheduled tasks in Angular Gantt.](Task-Scheduling-modes_images/Task-Scheduling-modes_img1.png) \ No newline at end of file