From f33b8b4ce7335f6a249c8ffa9bc8af7ddbc97dd6 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Thu, 26 Jun 2025 18:24:41 +0530 Subject: [PATCH 1/2] img alt tag missing --- angular/Grid/Toolbar.md | 6 +++--- angular/Kanban/Getting-Started.md | 10 +++++----- angular/Menu/Context-Menu.md | 2 +- angular/RichTextEditor/Working-with-Lists.md | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/angular/Grid/Toolbar.md b/angular/Grid/Toolbar.md index a85bbee0..9f76b18d 100644 --- a/angular/Grid/Toolbar.md +++ b/angular/Grid/Toolbar.md @@ -1,7 +1,7 @@ --- layout: post title: Toolbar with Grid widget for Syncfusion Essential JS -description: How to enable toolbar and its actions. +description: Check out and learn here all about how to enable the toolbar and its actions of Syncfusion Angular Gantt and much more details. platform: angular control: Grid documentation: ug @@ -80,7 +80,7 @@ Search text in records {% endhighlight %} -![](Toolbar_images/Toolbar_img1.png) +![Default toolbar items.](Toolbar_images/Toolbar_img1.png) I> [`editSettings.allowAdding`](https://help.syncfusion.com/api/angular/ejgrid#members:editsettings-allowadding "allowAdding"), [`editSettings.allowEditing`](https://help.syncfusion.com/api/angular/ejgrid#members:editsettings-allowediting "allowEditing") and [`editSettings.allowDeleting`](https://help.syncfusion.com/api/angular/ejgrid#members:editsettings-allowdeleting "allowdeleting") need to be enabled for add, delete, edit, save & cancel in [`toolbarItems`](https://help.syncfusion.com/api/angular/ejgrid#members:toolbarsettings-toolbaritems "toolbaritems"). [`allowSearching`](https://help.syncfusion.com/api/angular/ejgrid#members:allowsearching "allowsearching")` to be enabled while adding Search in toolbar to perform search action. @@ -138,6 +138,6 @@ Custom toolbar is used to create your own toolbar items in toolbar. It can add b {% endhighlight %} -![](Toolbar_images/Toolbar_img2.jpeg) +![Custom toolbar.](Toolbar_images/Toolbar_img2.jpeg) diff --git a/angular/Kanban/Getting-Started.md b/angular/Kanban/Getting-Started.md index 345cd243..05e80f93 100644 --- a/angular/Kanban/Getting-Started.md +++ b/angular/Kanban/Getting-Started.md @@ -1,6 +1,6 @@ --- title: Getting started with Kanban component -description: Rendering a Kanban control +description: Check out and learn here all about Rendering of Syncfusion Angular Kanban control and much more details. platform: Angular control: kanban documentation: ug @@ -246,7 +246,7 @@ export class KanbanComponent { {% endhighlight %} -![](Getting_Started_images/Getting_Started_img1.png) +![Control Initialization.](Getting_Started_images/Getting_Started_img1.png) ## Mapping Values @@ -289,7 +289,7 @@ export class KanbanComponent { {% endhighlight %} -![](Getting_Started_images/Getting_Started_img2.png) +![Mapping field.](Getting_Started_images/Getting_Started_img2.png) ## Enable Swimlane @@ -327,7 +327,7 @@ export class KanbanComponent { {% endhighlight %} -![](Getting_Started_images/Getting_Started_img3.png) +![Swimlane.](Getting_Started_images/Getting_Started_img3.png) ## Adding Filters @@ -371,4 +371,4 @@ export class KanbanComponent { {% endhighlight %} -![](Getting_Started_images/Getting_Started_img4.png) +![Filters.](Getting_Started_images/Getting_Started_img4.png) diff --git a/angular/Menu/Context-Menu.md b/angular/Menu/Context-Menu.md index de5d2689..f47473c4 100644 --- a/angular/Menu/Context-Menu.md +++ b/angular/Menu/Context-Menu.md @@ -80,7 +80,7 @@ Add the following code in menu.component.css file. The following screen shot displays the output of the above code. -![](Context-Menu_images/Context-Menu_img1.png) +![the output of the above code.](Context-Menu_images/Context-Menu_img1.png) You can hide and show the context menu using the following methods. diff --git a/angular/RichTextEditor/Working-with-Lists.md b/angular/RichTextEditor/Working-with-Lists.md index 60d7bf69..1ee4e78e 100644 --- a/angular/RichTextEditor/Working-with-Lists.md +++ b/angular/RichTextEditor/Working-with-Lists.md @@ -1,7 +1,7 @@ --- layout: post title: Working with Lists operation in RichTextEditor widget -description: Working with Lists customization for RichTextEditor widget +description: Check out and learn here all about working with lists customization for RichTextEditor widget and much more details. platform: Angular control: RichTextEditor documentation: ug @@ -102,7 +102,7 @@ export class RTEComponent { {% endhighlight %} -![](WorkingwithLists_images/ordered.png) +![customOrderedList.](WorkingwithLists_images/ordered.png) ### Insert a customUnorderedList @@ -161,4 +161,4 @@ export class RTEComponent { {% endhighlight %} -![](WorkingwithLists_images/unordered.png) \ No newline at end of file +![customUnorderedList.](WorkingwithLists_images/unordered.png) \ No newline at end of file From fbf6896500979188807138df842f10895bf18286 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Mon, 30 Jun 2025 11:09:35 +0530 Subject: [PATCH 2/2] Update Toolbar.md --- angular/Grid/Toolbar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular/Grid/Toolbar.md b/angular/Grid/Toolbar.md index 9f76b18d..e6606ba6 100644 --- a/angular/Grid/Toolbar.md +++ b/angular/Grid/Toolbar.md @@ -1,7 +1,7 @@ --- layout: post title: Toolbar with Grid widget for Syncfusion Essential JS -description: Check out and learn here all about how to enable the toolbar and its actions of Syncfusion Angular Gantt and much more details. +description: Check out and learn here all about how to enable the toolbar and its actions of Syncfusion Angular Grid and much more details. platform: angular control: Grid documentation: ug