You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: angular/Accordion/Appearance-and-Styling.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
-
title: Appearance-and-Styling
4
-
description: appearance and styling
3
+
title: AppearanceandStyling in Angular Accordion Control | Syncfusion
4
+
description: Learn here about appearance and styling in Syncfusion Essential Angular Accordion Control, its elements, and more.
5
5
platform: Angular
6
6
control: Accordion
7
7
documentation: ug
8
8
---
9
9
10
-
# Appearance and Styling
10
+
# Appearance and Styling in Angular Accordion
11
11
12
12
## Adjusting Accordion size
13
13
@@ -67,7 +67,7 @@ export class AccordionComponent {
67
67
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.
N> Add, edit, delete, indent and outdent options are enabled when enabling the allowEditing, allowAdding, allowDelete, allowIndent and allowOutdent properties in the edit Options.
191
191
@@ -260,7 +260,7 @@ export class DefaultComponent {
260
260
261
261
The following screen shot displays a Gantt chart control with Enable Editing options.
N> Both cellEditing and normal editing operations are performed through double-click or single click action that can be defined by editSettings.beginEditAction property.
266
266
@@ -278,7 +278,7 @@ You can enable the context menu in Gantt, by setting the [`enableContextMenu`](h
278
278
279
279
The following screen shot displays Gantt chart in which Context menu option is enabled:
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.
377
377
@@ -391,7 +391,7 @@ In Gantt, you can on or off weekends highlighting by setting the [`highlightWeek
391
391
392
392
The following screen shot displays Gantt chart in which highlight weekends is disabled:

395
395
396
396
## Running the application
397
397
@@ -401,4 +401,4 @@ The following screen shot displays Gantt chart in which highlight weekends is di
401
401
npm start
402
402
{% endhighlight %}
403
403
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