Skip to content

Commit 26b358d

Browse files
authored
Absolute links removed
Changed absolute links to relative.
1 parent 6b9e3e4 commit 26b358d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/declarative-customization/view-formatting.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The easiest way to use view formatting is to start from an example and edit it t
3636

3737
You can use **`additionalRowClass`** to apply one or more classes to the entire list row depending on the value of one or more fields in the row. These examples leave the content and structure of list rows intact.
3838

39-
For a list of recommended classes to use inside view formats, please see the [Style Guidelines section](https://docs.microsoft.com/sharepoint/dev/declarative-customization/column-formatting#style-guidelines) in the [Column Formatting reference document](https://docs.microsoft.com/sharepoint/dev/declarative-customization/column-formatting).
39+
For a list of recommended classes to use inside view formats, please see the [Style Guidelines section](/../../blob/master/docs/declarative-customization/column-formatting.md#style-guidelines) in the [Column Formatting reference document](/../../blob/master/docs/declarative-customization/column-formatting.md).
4040

4141
> [!TIP]
4242
> Using the `additionalRowClass` property to apply classes to list rows will leave the formatting of individual columns in place. This allows you to combine view formats with column formatting for some powerful visualizations.
@@ -794,7 +794,7 @@ Creating custom view formatting JSON from scratch is simple if user understands
794794

795795
### rowFormatter
796796

797-
Optional element. Specifies a JSON object that describes a list row format. The schema of this JSON object is identical to the schema of a column format. For details on this schema and its capabilities, see the [Column Format detailed syntax reference](https://docs.microsoft.com/sharepoint/dev/declarative-customization/column-formatting#detailed-syntax-reference). Only valid for 'List' and 'Compact List' layouts.
797+
Optional element. Specifies a JSON object that describes a list row format. The schema of this JSON object is identical to the schema of a column format. For details on this schema and its capabilities, see the [Column Format detailed syntax reference](/../../blob/master/docs/declarative-customization/column-formatting.md#detailed-syntax-reference). Only valid for 'List' and 'Compact List' layouts.
798798

799799
> [!NOTE]
800800
> Using the `rowFormatter` property will override anything specified in the `additionalRowClass` property. They are mutually exclusive.
@@ -831,19 +831,19 @@ Optional element. Defines the width of the card in pixels for 'Gallery' layout.
831831

832832
### formatter
833833

834-
JSON object that defines the layout of cards for 'Gallery' layout. The schema of this JSON object is identical to the schema of a column format (and that of rowFormatter). For details on this schema and its capabilities, see the [Column Format detailed syntax reference](https://docs.microsoft.com/sharepoint/dev/declarative-customization/column-formatting#detailed-syntax-reference). Only valid for 'Gallery' layout.
834+
JSON object that defines the layout of cards for 'Gallery' layout. The schema of this JSON object is identical to the schema of a column format (and that of rowFormatter). For details on this schema and its capabilities, see the [Column Format detailed syntax reference](/../../blob/master/docs/declarative-customization/column-formatting.md#detailed-syntax-reference). Only valid for 'Gallery' layout.
835835

836836
### groupProps
837837

838838
Groups the group related customization options. Valid in 'List', 'Compact List' and 'Gallery' layouts.
839839

840840
### headerFormatter
841841

842-
JSON object that defines the format for group header. The schema of this JSON object is identical to the schema of a column format. For details on this schema and its capabilities, see the [Column Format detailed syntax reference](https://docs.microsoft.com/sharepoint/dev/declarative-customization/column-formatting#detailed-syntax-reference). Valid in 'List', 'Compact List' and 'Gallery' layouts.
842+
JSON object that defines the format for group header. The schema of this JSON object is identical to the schema of a column format. For details on this schema and its capabilities, see the [Column Format detailed syntax reference](/../../blob/master/docs/declarative-customization/column-formatting.md#detailed-syntax-reference). Valid in 'List', 'Compact List' and 'Gallery' layouts.
843843

844844
### footerFormatter
845845

846-
JSON object that defines the format for group and list footer. The schema of this JSON object is identical to the schema of a column format (and that of rowFormatter). For details on this schema and its capabilities, see the [Column Format detailed syntax reference](https://docs.microsoft.com/sharepoint/dev/declarative-customization/column-formatting#detailed-syntax-reference). Valid in 'List' and 'Compact List' layouts.
846+
JSON object that defines the format for group and list footer. The schema of this JSON object is identical to the schema of a column format (and that of rowFormatter). For details on this schema and its capabilities, see the [Column Format detailed syntax reference](/../../blob/master/docs/declarative-customization/column-formatting.md#detailed-syntax-reference). Valid in 'List' and 'Compact List' layouts.
847847

848848
### hideFooter
849849

@@ -869,7 +869,7 @@ The `@group` object has the following properties (with example values):
869869
}
870870
```
871871

872-
You can also access sub properties for fields with rich data, e.g. People field, as mentioned under [Column Format special string values](https://docs.microsoft.com/sharepoint/dev/declarative-customization/column-formatting#special-string-values).
872+
You can also access sub properties for fields with rich data, e.g. People field, as mentioned under [Column Format special string values](/../../blob/master/docs/declarative-customization/column-formatting.md#special-string-values).
873873

874874
```JSON
875875
{
@@ -906,7 +906,7 @@ The `@columnAggregate` object has the following properties (with example values)
906906

907907
Provides access to array of aggregated column's value, display name and aggregate type. Valid in 'List', 'Compact List' and 'Gallery' layouts. Available only inside `groupProps`.
908908

909-
The `@aggregates` object has the following properties (with example value), and can be iterated on using [Column Format forEach](https://docs.microsoft.com/sharepoint/dev/declarative-customization/column-formatting#foreach) property.
909+
The `@aggregates` object has the following properties (with example value), and can be iterated on using [Column Format forEach](/../../blob/master/docs/declarative-customization/column-formatting.md#foreach) property.
910910

911911
```JSON
912912
[

0 commit comments

Comments
 (0)