Skip to content

Commit 647d944

Browse files
committed
fix code formatting
1 parent 1b60199 commit 647d944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/schema/column2-element-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following sections describe attributes, child elements, and parent elements.
4949
| **Default** | Optional **Text**. Renders the text assigned to this attribute if the value returned by a selection is an empty string (`""`). |
5050
| **ExpandXML** | Optional **Boolean**. **TRUE** to re-pass the rendered content through the Collaborative Application Markup Language (CAML) interpreter, which allows CAML to render CAML. |
5151
| **HTMLEncode** | Optional **Boolean**. **TRUE** to convert embedded characters so that they're displayed as text in the browser. In other words, characters that could be confused with HTML tags are converted to entities. |
52-
| **Name** | Optional **Text**. Allows the **Column** element to be used outside the field rendering context by supplying an ID (for example, `<Column Name="`_ID_`"/>`). |
52+
| **Name** | Optional **Text**. Allows the **Column** element to be used outside the field rendering context by supplying an ID (for example, `<Column Name="_ID_"/>`). |
5353
| **ShowField** | Optional **Text**. The **ShowField** attribute can be set to the column name to display. By default, a hyperlinked text from the Title column of the record in the external list is displayed. But the **ShowField** attribute can be used to override that and display another field from the external list. The following data types are allowed as targets of a **ShowField** attribute: **Text**, **Choice**, and **Counter**. |
5454
| **StripWS** | Optional **Boolean**. **TRUE** to remove white space from the beginning and end of the value returned by the element. |
5555
| **URLEncode** | Optional **Boolean**. **TRUE** to convert special characters, such as spaces, to quoted UTF-8 format (for example, `%c3%ab` for character `ë`). |

0 commit comments

Comments
 (0)