Skip to content

Commit 9876f91

Browse files
authored
Update how-to-customize-a-field-type-using-client-side-rendering.md
1 parent 97ea7aa commit 9876f91

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/general-development/how-to-customize-a-field-type-using-client-side-rendering.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,10 @@ Figure 1 shows a view form with a custom-rendered field type.
135135

136136
- Overrides the **JSLink** property.
137137

138-
> [!NOTE]
138+
> **Note:**
139139
> The JSLink property is not supported on Survey or Events lists. A SharePoint calendar is an Events list.
140140
141-
```cs
142-
141+
```cs
143142
using System;
144143
using System.Collections.Generic;
145144
using System.Linq;
@@ -204,7 +203,7 @@ namespace Microsoft.SDK.SharePoint.Samples.WebControls
204203
}
205204
}
206205

207-
```
206+
```
208207

209208

210209
### To add an XML definition for the custom field type

0 commit comments

Comments
 (0)