Skip to content

Commit 127d36c

Browse files
authored
Edits.
1 parent 74a631a commit 127d36c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/design/web-part-levels.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
---
22
title: Web part levels
3-
description: Understanding web part levels and secondary state toolbars and selection model.
3+
description: Learn about SharePoint web part levels, secondary state toolbars, and the selection model.
44
ms.date: 08/13/2018
55
---
66

7-
# Web part levels
7+
# SharePoint Web part levels
88

9-
When designing a web part sometimes there is a need to have a secondary interaction level, for example an item in a list or a individual photo in a gallery. This article goes deeper into how to use secondary state toolbars, default commands, scale, and interactions states to select an individual item.
9+
When designing a SharePoint web part, you sometimes need to have a secondary interaction level; for example, an item in a list or a individual photo in a gallery. This article explains how to use secondary state toolbars, default commands, scale, and interactions states to select an individual item.
1010

11-
Secondary web part configuration and toolbars follow the same patterns as single state web parts, such as Image or File viewer. Second level items can have their own toolbars and respective property pane to make it easy for authors to configure the web part with meaningful content and data. Keep in mind that there should be clear separation between configuration options in web parts that have two levels. It is recommended to keep Source, Filtering and Layout configuration at the 1st level and any additional options that effect the web part as a whole.
11+
Secondary web part configuration and toolbars follow the same patterns as single state web parts, such as image or file viewer. Second level items can have their own toolbars and respective property pane to make it easy for authors to configure the web part with meaningful content and data. Keep in mind that there should be a clear separation between configuration options in web parts that have two levels. We recommend that you keep the Source, Filtering, and Layout configuration, as well as any additional options that affect the web part as a whole, at the first level.
1212

13-
Some example web part to use as reference are:
14-
Image gallery
15-
Quick links
13+
Some example web parts to use as reference are:
14+
15+
- Image gallery
16+
- Quick links
1617

1718
![Selection of an individual image in the Image Gallery web part with property pane open](../images/01_WebpartLevels_Overview.png)
1819

0 commit comments

Comments
 (0)