Skip to content

Commit 20649d2

Browse files
Merge pull request #130 from Syncfusion-Content/hotfix/hotfix-v20.2.0.36
DOCINFRA-2341_merged_using_automation
2 parents 07b114c + 84b6455 commit 20649d2

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

angular/Accordion/Appearance-and-Styling.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Appearance-and-Styling
4-
description: appearance and styling
3+
title: Appearance and Styling in Angular Accordion Control | Syncfusion
4+
description: Learn here about appearance and styling in Syncfusion Essential Angular Accordion Control, its elements, and more.
55
platform: Angular
66
control: Accordion
77
documentation: ug
88
---
99

10-
# Appearance and Styling
10+
# Appearance and Styling in Angular Accordion
1111

1212
## Adjusting Accordion size
1313

@@ -67,7 +67,7 @@ export class AccordionComponent {
6767
Output for Accordion control when panel height is set to auto so that the maximum content height and Fill for minimum content height in all the panels is as follows.
6868

6969

70-
![](Appearance-and-Styling_images/Appearance-and-Styling_img1.png)
70+
![Angular Accordion Rounded corner](Appearance-and-Styling_images/Appearance-and-Styling_img1.png)
7171

7272
## Rounded corner
7373

@@ -105,7 +105,7 @@ The following steps explains you in enabling the **showRoundedCorner** property
105105

106106
Output for accordion widget when “showRoundedCorner” is set to “true” is as follows.
107107

108-
![](Appearance-and-Styling_images/Appearance-and-Styling_img2.png)
108+
![Angular Accordion Customize Accordion icon](Appearance-and-Styling_images/Appearance-and-Styling_img2.png)
109109

110110
## Customize Accordion icon
111111

@@ -161,7 +161,7 @@ export class AccordionComponent {
161161

162162
Output for Accordion widget with customized icons is as follows.
163163

164-
![](Appearance-and-Styling_images/Appearance-and-Styling_img3.png)
164+
![Angular Accordion Animations](Appearance-and-Styling_images/Appearance-and-Styling_img3.png)
165165

166166
## Animations
167167

@@ -306,4 +306,4 @@ Define CSS class for customizing the Accordion.
306306

307307
Output for Accordion with customized CSS property to hide the Accordion icon and format its content is as follows.
308308

309-
![](Appearance-and-Styling_images/Appearance-and-Styling_img4.png)
309+
![Angular Accordion appearance](Appearance-and-Styling_images/Appearance-and-Styling_img4.png)

angular/Gantt/Getting-Started.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Getting-Started
4-
description: getting started
3+
title: Getting Started with Angular Gantt Control | Syncfusion
4+
description: Learn here about getting started with Syncfusion Essential Angular Gantt Control, its elements, and more.
55
platform: Angular
66
control: Gantt
77
documentation: ug
@@ -131,7 +131,7 @@ export class AppModule { }
131131

132132
A Gantt Control is created as shown in the following screen shot.
133133

134-
![](Getting-Started_images/Getting-Started_img5.png)
134+
![Angular Gantt Enable Toolbar](Getting-Started_images/Getting-Started_img5.png)
135135

136136
## Enable Toolbar
137137

@@ -185,7 +185,7 @@ export class DefaultComponent {
185185

186186
The following screen shot displays a Tool bar in Gantt chart control:
187187

188-
![](Getting-Started_images/Getting-Started_img6.png)
188+
![Angular Gantt Enable Sorting](Getting-Started_images/Getting-Started_img6.png)
189189

190190
N> Add, edit, delete, indent and outdent options are enabled when enabling the allowEditing, allowAdding, allowDelete, allowIndent and allowOutdent properties in the edit Options.
191191

@@ -260,7 +260,7 @@ export class DefaultComponent {
260260

261261
The following screen shot displays a Gantt chart control with Enable Editing options.
262262

263-
![](Getting-Started_images/Getting-Started_img7.png)
263+
![Angular Gantt Enable Context Menu](Getting-Started_images/Getting-Started_img7.png)
264264

265265
N> Both cellEditing and normal editing operations are performed through double-click or single click action that can be defined by editSettings.beginEditAction property.
266266

@@ -278,7 +278,7 @@ You can enable the context menu in Gantt, by setting the [`enableContextMenu`](h
278278

279279
The following screen shot displays Gantt chart in which Context menu option is enabled:
280280

281-
![](Getting-Started_images/Getting-Started_img8.png)
281+
![Angular Gantt Enable Column Menu](Getting-Started_images/Getting-Started_img8.png)
282282

283283
## Enable Column Menu
284284

@@ -294,7 +294,7 @@ You can enable the column menu in Gantt, by setting the [`showColumnChooser`](ht
294294

295295
The following screen shot displays Gantt chart in which column chooser option is enabled:
296296

297-
![](Getting-Started_images/Getting-Started_img11.png)
297+
![Angular Gantt Provide tasks relationship](Getting-Started_images/Getting-Started_img11.png)
298298

299299
## Provide tasks relationship
300300

@@ -319,7 +319,7 @@ You can show the relationship in tasks, by using the [`predecessorMapping`](http
319319

320320
The following screenshot displays the relationship between tasks.
321321

322-
![](Getting-Started_images/Getting-Started_img9.png)
322+
![Angular Gantt Provide Resources](Getting-Started_images/Getting-Started_img9.png)
323323

324324
## Provide Resources
325325

@@ -371,7 +371,7 @@ export class DefaultComponent {
371371

372372
The following screenshot displays resource allocation for tasks in Gantt chart.
373373

374-
![](Getting-Started_images/Getting-Started_img10.png)
374+
![Angular Gantt Highlight Weekend](Getting-Started_images/Getting-Started_img10.png)
375375

376376
By following these steps, you have learned how to provide data source to Gantt chart, how to configure Gantt to set task relationships, assign resources for each task, and add toolbar with necessary buttons.
377377

@@ -391,7 +391,7 @@ In Gantt, you can on or off weekends highlighting by setting the [`highlightWeek
391391

392392
The following screen shot displays Gantt chart in which highlight weekends is disabled:
393393

394-
![](Getting-Started_images/Getting-Started_img12.png)
394+
![Angular Gantt Running the application](Getting-Started_images/Getting-Started_img12.png)
395395

396396
## Running the application
397397

@@ -401,4 +401,4 @@ The following screen shot displays Gantt chart in which highlight weekends is di
401401
npm start
402402
{% endhighlight %}
403403

404-
* Browse to [http://localhost:3000](http://localhost:3000) to see the application. And navigate to Gantt tab. The component is rendered as like the below screenshot. You can make changes in the code found under src folder and the browser should auto-refresh itself while you save files.
404+
* Browse to http://localhost:3000 to see the application. And navigate to Gantt tab. The component is rendered as like the below screenshot. You can make changes in the code found under src folder and the browser should auto-refresh itself while you save files.

0 commit comments

Comments
 (0)