From 2561abd6409ae71310f6bcd88fc8e74621e784ac Mon Sep 17 00:00:00 2001
From: KathrynEE
Date: Fri, 17 Sep 2021 14:30:27 -0700
Subject: [PATCH] spacing fix
---
docs/reference/xml/weblayout-xml-elements.md | 124 +++++++++----------
1 file changed, 62 insertions(+), 62 deletions(-)
diff --git a/docs/reference/xml/weblayout-xml-elements.md b/docs/reference/xml/weblayout-xml-elements.md
index f71dc2ca086..6e92f60e4a6 100644
--- a/docs/reference/xml/weblayout-xml-elements.md
+++ b/docs/reference/xml/weblayout-xml-elements.md
@@ -213,6 +213,7 @@ You can specify how information and work item fields are grouped and appear in a
> [!TIP]
> The schema definition for work item tracking defines all **FORM** child elements as camel case and all other elements as all capitalized. If you encounter errors when validating your type definition files, check the case structure of your elements. Also, the case structure of opening and closing tags must match according to the rules for XML syntax. For more information, see [Control XML element reference](control-xml-element-reference.md).
+
:::row:::
:::column span="1":::
**Element**
@@ -227,12 +228,12 @@ You can specify how information and work item fields are grouped and appear in a
**Control**
:::column-end:::
:::column span="3":::
- Optional child element for a Group within WebLayout. Defines a field, text, hyperlink, or other control element to appear on the work item form.
+ Optional child element for a **Group** within **WebLayout**. Defines a field, text, hyperlink, or other control element to appear on the work item form.
> [!div class="tabbedCodeSnippets"]
```XML
```
See [Control element attributes](#control-attributes) and [control type](#control-types)for information about each attribute.
@@ -243,14 +244,14 @@ You can specify how information and work item fields are grouped and appear in a
**ControlContribution**
:::column-end:::
:::column span="3":::
- Optional child element of Group within WebLayout used to specify a field-level work item extension to appear on the form.
+ Optional child element of **Group** within WebLayout used to specify a field-level work item extension to appear on the form.
> [!div class="tabbedCodeSnippets"]
```XML
-
-
-
-
-
+
+
+
+
+
```
The *ContributionId* you specify must be installed on the account or project collection. The WIT definition files that you export contain a [list of installed contributions](#extensions).
:::column-end:::
@@ -263,7 +264,7 @@ You can specify how information and work item fields are grouped and appear in a
Required child element for Extensions. Use to specify an extension ID of a work item control extension to display in the work item form. You must specify each extension that is used in the layout for a ControlContribution, GroupContribution, or PageContribution element.
> [!div class="tabbedCodeSnippets"]
```XML
-
+
```
The ExtensionId you specify must be installed on the account or project collection. The WIT definition files that you export contain a list of installed extensions.
:::column-end:::
@@ -276,13 +277,13 @@ You can specify how information and work item fields are grouped and appear in a
Optional container child element of **WebLayout** used to support specifying one or more **Extension** elements. If extensions are used in the form, specify them prior to a **Page** element.
> [!div class="tabbedCodeSnippets"]
```XML
-
-
-
- . . .
-
+
+
+
+ . . .
+
. . .
-
+
```
:::column-end:::
:::row-end:::
@@ -294,10 +295,10 @@ You can specify how information and work item fields are grouped and appear in a
Required child element of **WITD** used to specify the layout and controls to appear on the work item form. Parent element for both the **Layout** (client form layout) and **WebLayout** (web form layout) elements.
> [!div class="tabbedCodeSnippets"]
```XML
-
+
```
:::column-end:::
:::row-end:::
@@ -309,9 +310,9 @@ You can specify how information and work item fields are grouped and appear in a
Required child element of **Section**. Provides a visual grouping of elements within a section which you can label.
> [!div class="tabbedCodeSnippets"]
```XML
- . . .
-
+ . . .
+
```
:::column-end:::
:::row-end:::
@@ -323,7 +324,7 @@ You can specify how information and work item fields are grouped and appear in a
Optional child element of **Section<** within **WebLayout** used to specify a group-level work item extension to appear on the form. The extension will appear as a group within the form.
> [!div class="tabbedCodeSnippets"]
```XML
-
+
```
The *ContributionId* you specify must be installed on the account or project collection. The WIT definition files that you export contain a [list of installed contributions](#extensions).
:::column-end:::
@@ -336,7 +337,7 @@ You can specify how information and work item fields are grouped and appear in a
Required child element for **Inputs** that specifies input data for an extension.
> [!div class="tabbedCodeSnippets"]
```XML
-
+
```
:::column-end:::
:::row-end:::
@@ -349,7 +350,7 @@ You can specify how information and work item fields are grouped and appear in a
> [!div class="tabbedCodeSnippets"]
```XML
-
+
```
:::column-end:::
@@ -364,13 +365,13 @@ You can specify how information and work item fields are grouped and appear in a
> [!div class="tabbedCodeSnippets"]
```XML
-
- . . .
- . . .
- . . .
-
-
-
+
+ . . .
+ . . .
+ . . .
+
+
+
```
:::column-end:::
:::row-end:::
@@ -382,7 +383,7 @@ You can specify how information and work item fields are grouped and appear in a
Optional child element of **WebLayout** used to specify a page-level work item extension to appear on the form. The extension will appear as a page within the form.
> [!div class="tabbedCodeSnippets"]
```XML
-
+
```
The *ContributionId* you specify must be installed on the account or project collection. The WIT definition files that you export contain a [list of installed contributions](#extensions).
:::column-end:::
@@ -396,13 +397,13 @@ You can specify how information and work item fields are grouped and appear in a
> [!div class="tabbedCodeSnippets"]
```XML
-
- . . .
- . . .
- . . .
-
-
-
+
+ . . .
+ . . .
+ . . .
+
+
+
```
:::column-end:::
:::row-end:::
@@ -414,17 +415,17 @@ You can specify how information and work item fields are grouped and appear in a
Required child element for **WebLayout**. Defines the labels and empty text values for controls present in the header of the web form . This also includes, the labels for the **History**, **Links**, and **Attachments** pages
> [!div class="tabbedCodeSnippets"]
```XML
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
```
:::column-end:::
:::row-end:::
@@ -436,15 +437,15 @@ You can specify how information and work item fields are grouped and appear in a
Required child element of **FORM**. Defines the layout of the work item form displayed in the web portal. Includes one or more **Page** elements.
> [!div class="tabbedCodeSnippets"]
```XML
-
-
-
- . . .
- . . .
- . . .
-
-
-
+
+
+
+ . . .
+ . . .
+ . . .
+
+
+
. . .
```
@@ -454,7 +455,6 @@ You can specify how information and work item fields are grouped and appear in a
-
## Control element syntax