Skip to content

Commit 6cce552

Browse files
authored
Updated steps-pane-03 image
Changed "step-pane" to "steps-pane" for images 01, 02, and 03
1 parent aa144e0 commit 6cce552

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/design/design-a-web-part.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Designing a SharePoint web part
3-
ms.date: 9/25/2017
3+
ms.date: 11/22/2017
44
---
55

66
# Designing a SharePoint web part
@@ -19,14 +19,13 @@ When you design web parts, it's important to be familiar with the following conc
1919

2020
You can use three types of property panes to design and develop web parts that fit your business or customer needs.
2121

22-
To open a pane to configure settings for a web part, choose **Edit**. Use the pane to enable and disable features, select a source, choose a layout, and set options. Edit web part content within the web part rather than in the property pane.
22+
To open a pane to configure settings for a web part, select **Edit**. Use the pane to enable and disable features, select a source, choose a layout, and set options. Edit web part content within the web part rather than in the property pane.
2323

2424
The property pane is 320px and when opened, the page will responsively reflow.
2525

2626
### Single pane
2727
Use a single pane for simple web parts that have only a small number of properties to configure.
2828

29-
3029
![Single pane](../images/design-web-part-single.png)
3130

3231

@@ -58,18 +57,18 @@ Use a steps pane to group properties in multiple steps or pages when you need th
5857

5958
In step 1, the back button is disabled and the next button is enabled.
6059

61-
![Steps pane with next button enabled](../images/design-web-part-step-pane-01.png)
60+
![Steps pane with next button enabled](../images/design-web-part-steps-pane-01.png)
6261

6362

6463
**Step 2 of the steps pane**
6564

6665
In step 2, the back and next buttons are enabled.
6766

68-
![Steps pane with back button and next button enabled](../images/design-web-part-step-pane-02.png)
67+
![Steps pane with back button and next button enabled](../images/design-web-part-steps-pane-02.png)
6968

7069

7170
**Step 3 of the steps pane**
7271

7372
In step 3, the next button is disabled and the back button is enabled.
7473

75-
![Steps pane with back button enabled](../images/design-web-part-step-pane-03.png)
74+
![Steps pane with back button enabled](../images/design-web-part-steps-pane-03.png)

0 commit comments

Comments
 (0)