Skip to content

SEO-204026-Image-Alt-Missing-Angular-Hotfix #296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: hotfix/hotfix-v30.1.37
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions angularjs/Accordion/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Getting-Started
description: getting started
title: Getting-Started in Accordion | Angular | Syncfusion
description: Check out and learn here all about getting started with the Syncfusion Angular Accordion and many more details.
platform: AngularJS
control: Accordion
documentation: ug
Expand All @@ -18,7 +18,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.](Getting-Started_images/Getting-Started_img1.png)

The usage of **Accordion** control is described in the following sections.

Expand Down Expand Up @@ -153,7 +153,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)
![Simple Accordion.](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.

Expand Down Expand Up @@ -186,7 +186,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.](Getting-Started_images/Getting-Started_img3.png)

### Setting rounded corner

Expand All @@ -204,7 +204,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)
![illustrates the Accordion.](Getting-Started_images/Getting-Started_img4.png)

## Customize Icon

Expand All @@ -224,5 +224,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)
![Customization of selectedHeader.](Getting-Started_images/Getting-Started_img5.png)

6 changes: 3 additions & 3 deletions angularjs/Diagram/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Add a placeholder `div` element that can be used to initialize the diagram widge
{% endhighlight %}

This creates an empty diagram
![](/angularjs/Diagram/Getting-Started_images/Getting-Started_img1.png)
![Create a diagram in AngularJS.](/angularjs/Diagram/Getting-Started_images/Getting-Started_img1.png)

### Initialize Nodes and Connectors

Expand Down Expand Up @@ -156,7 +156,7 @@ N> `labels` property is an array, which indicates that more than one label can b

Added nodes and connector connecting node will be displayed in diagram as shown below.

![](/angularjs/Diagram/Getting-Started_images/Getting-Started_img3.png)
![Initialize Nodes and Connectors.](/angularjs/Diagram/Getting-Started_images/Getting-Started_img3.png)

### Business object (Employee information)

Expand Down Expand Up @@ -297,4 +297,4 @@ syncApp.controller('diagramCtrl', function($scope, $rootScope) {

* The Employee details are displayed in the Diagram as follows.

![](/angularjs/Diagram/Getting-Started_images/Getting-Started_img5.png)
![Visualize employee.](/angularjs/Diagram/Getting-Started_images/Getting-Started_img5.png)
4 changes: 2 additions & 2 deletions angularjs/Gantt/Task-Scheduling-modes.md
Original file line number Diff line number Diff line change
@@ -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 of Syncfusion Angular Gantt and much more details.
platform: AngularJS
control: Gantt
documentation: ug
Expand Down Expand Up @@ -69,4 +69,4 @@ Tasks can be either automatically scheduled or manually scheduled, and you can m

The following screenshot depicts the project with both automatically and manually scheduled tasks:

![](Task-Scheduling-modes_images/Task-Scheduling-modes_img1.png)
![Custom Scheduling Mode.](Task-Scheduling-modes_images/Task-Scheduling-modes_img1.png)