SP.FieldMultiLineText object

Specifies a field that can contain multiple lines of text.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.FieldMultiLineText()

Members

The FieldMultiLineText object has the following members.

Constructor

The FieldMultiLineText object has the following constructor.

Constructor

Description

FieldMultiLineText

Initializes a new instance of the SP.FieldMultiLineText object.

Properties

The FieldMultiLineText object has the following properties.

Property

Description

allowHyperlink

Gets or sets a value that specifies whether a hyperlink is allowed as a value of the field.

appendOnly

Gets or sets a value that specifies whether all changes to the value of the field are displayed in list forms.

numberOfLines

Gets or sets a value that specifies the number of lines of text to display for the field.

restrictedMode

Gets or sets a value that specifies whether the field supports a subset of rich formatting.

richText

Gets or sets a value that specifies whether the field supports rich formatting.

wikiLinking

Gets a value that specifies whether an implementation specific mechanism for linking wiki pages is supported.

See also

Other resources

FieldMultiLine resource