SP.ChoiceFormatType enumeration

Specifies how options for how to display selections in a choice field.

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

var SP.ChoiceFormatType = {dropdown : "Undefined",radioButtons : "Undefined",registerEnum : "Undefined"}

Members

The ChoiceFormatType object enumeration has the following members.

Member

Value

Description

dropdown

Undefined

A drop-down list box.

radioButtons

Undefined

Option buttons (also known as radio buttons).

registerEnum

Undefined

Remarks

This enumeration in the client object model corresponds to the SP.ChoiceFormatType enumeration in the server object model.