Skip to content

Commit 1976f79

Browse files
authored
Added line breaks to the example (SharePoint#7390)
In the definition example added missing line breaks for more readability.
1 parent 6071cc2 commit 1976f79

File tree

1 file changed

+28
-14
lines changed

1 file changed

+28
-14
lines changed

docs/schema/field-element-list.md

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Field element (List)
33
manager: soliver
4-
ms.date: 08/05/2021
4+
ms.date: 10/09/2021
55
ms.audience: Developer
66
ms.topic: reference
77
ms.prod: sharepoint
@@ -33,22 +33,27 @@ Defines the internal data types used in the list infrastructure of a SharePoint
3333
CanToggleHidden = "TRUE" | "FALSE"
3434
ClassInfo = "Text"
3535
ColName = "Text" ColName2 = "Text"
36-
Commas = "TRUE" | "FALSE" Customization = "Text"
36+
Commas = "TRUE" | "FALSE"
37+
Customization = "Text"
3738
Decimals = "Integer"
3839
Description = "Text"
39-
Dir = "Text" Direction = "Text"
40+
Dir = "Text"
41+
Direction = "Text"
4042
DisplaceOnUpgrade = "TRUE" | "FALSE"
4143
DisplayImage = "Text"
4244
DisplayName = "Text"
43-
DisplayNameSrcField = "Text" DisplaySize = "Integer"
45+
DisplayNameSrcField = "Text"
46+
DisplaySize = "Integer"
4447
Div = "Number"
45-
EnableLookup = "TRUE" | "FALSE" EnforceUniqueValues = "TRUE" | "FALSE"
48+
EnableLookup = "TRUE" | "FALSE"
49+
EnforceUniqueValues = "TRUE" | "FALSE"
4650
ExceptionImage = "Text"
4751
FieldRef = "Text"
4852
FillInChoice = "TRUE" | "FALSE"
4953
Filterable = "TRUE" | "FALSE"
5054
FilterableNoRecurrence = "TRUE" | "FALSE"
51-
ForcedDisplay = "Text" ForcePromoteDemote = "TRUE" | "FALSE"
55+
ForcedDisplay = "Text"
56+
ForcePromoteDemote = "TRUE" | "FALSE"
5257
Format = "Text"
5358
FromBaseType = "TRUE" | "FALSE"
5459
Group = "Text"
@@ -59,12 +64,16 @@ Defines the internal data types used in the list infrastructure of a SharePoint
5964
ID = "Text" Id = "Text"
6065
IMEMode = "inactive"
6166
Indexed = "TRUE" | "FALSE"
62-
IsolateStyles = "TRUE" | "FALSE" IsRelationship = "TRUE" | "FALSE"
67+
IsolateStyles = "TRUE" | "FALSE"
68+
IsRelationship = "TRUE" | "FALSE"
6369
JoinColName = "Text"
6470
JoinRowOrdinal = "Integer"
6571
JoinType = "INNER" | "LEFT OUTER" | "RIGHT OUTER"
66-
LCID = "Integer" LinkToItem = "TRUE" | "FALSE" LinkToItemAllowed = "Text"
67-
List = "Text" ListItemMenu = "TRUE" | "FALSE" ListItemMenuAllowed = "Text"
72+
LCID = "Integer" LinkToItem = "TRUE" | "FALSE"
73+
LinkToItemAllowed = "Text"
74+
List = "Text"
75+
ListItemMenu = "TRUE" | "FALSE"
76+
ListItemMenuAllowed = "Text"
6877
Max = "Number"
6978
MaxLength = "Integer"
7079
Min = "Number"
@@ -83,7 +92,8 @@ Defines the internal data types used in the list infrastructure of a SharePoint
8392
PrimaryPIAttribute = "Text"
8493
PrimaryPITarget = "Text"
8594
ReadOnly = "TRUE" | "FALSE"
86-
ReadOnlyEnforced = "TRUE" | "FALSE" RelationshipDeleteBehavior = "Text"
95+
ReadOnlyEnforced = "TRUE" | "FALSE"
96+
RelationshipDeleteBehavior = "Text"
8797
RenderXMLUsingPattern = "TRUE" | "FALSE"
8898
Required = "TRUE" | "FALSE"
8999
RestrictedMode = "TRUE" | "FALSE"
@@ -94,7 +104,8 @@ Defines the internal data types used in the list infrastructure of a SharePoint
94104
Sealed = "TRUE" | "FALSE"
95105
SeparateLine = "TRUE" | "FALSE"
96106
SetAs = "Text"
97-
ShowAddressBookButton = "TRUE" | "FALSE" ShowAlways = "TRUE" | "FALSE"
107+
ShowAddressBookButton = "TRUE" | "FALSE"
108+
ShowAlways = "TRUE" | "FALSE"
98109
ShowField = "Text" | "Choice" | "Counter"
99110
ShowInDisplayForm = "TRUE" | "FALSE"
100111
ShowInEditForm = "TRUE" | "FALSE"
@@ -117,8 +128,10 @@ Defines the internal data types used in the list infrastructure of a SharePoint
117128
URLEncode = "TRUE" | "FALSE"
118129
URLEncodeAsUrl = "TRUE" | "FALSE"
119130
UserSelectionMode = "Text"
120-
UserSelectionScope = "Integer" Version = "Text"
121-
Viewable = "TRUE" | "FALSE" WebId = "Text"
131+
UserSelectionScope = "Integer"
132+
Version = "Text"
133+
Viewable = "TRUE" | "FALSE"
134+
WebId = "Text"
122135
Width = "Integer"
123136
WikiLinking = "TRUE" | "FALSE"
124137
XName = "Text">
@@ -311,7 +324,8 @@ In addition to the preceding types, the following predefined fields are used wit
311324
|**ModifiedBy** <br/> |A field that contains a **Lookup** value to the UserInfo table indicating the user who last modified the item. <br/> |
312325
|**Title** <br/> |The generic display name of every item. It may have a different display name in different lists but the same internal field name of **Title**. The title is the default text to display for **Lookup** fields to lists. <br/> |
313326
|**LinkTitle** <br/> |A computed field that displays hyperlinks to items, containing the title texts and generating URLs (and new icon references) to the items. There is no additional storage for this field; it relies on the ID and Title fields for rendering of its UI. <br/> |
314-
327+
328+
315329
> [!NOTE]
316330
> The fields returned in a **Fields** enumeration are affected by the display mode. Fields that are marked with the **Hidden** attribute are never returned. Fields that are marked with the **ReadOnly** attribute are not returned if a form is being rendered (if **Fields** is called from within a **ListForm** element). Fields that are marked with the **ShowInNewForm** attribute are not returned in the NEW or PREVIEWNEW display modes. Fields marked with the **ShowInFileDlg** attribute are not returned when rendering the **NewForm** dialog form.
317331

0 commit comments

Comments
 (0)