SP へChoiceFormatType 列挙 (sp.js)

選択フィールド内に選択肢を表示する方法のオプションを指定します。

**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

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

メンバー

ChoiceFormatType object列挙には、次のメンバーがあります。

メンバー

説明

dropdown

未定義の値

ドロップダウン リスト ボックスです。

radioButtons

未定義の値

オプション ボタン (ラジオ ボタンとも呼ばれます)。

registerEnum

未定義の値

注釈

この列挙クライアント オブジェクト モデルでは、サーバー オブジェクト モデルでSP.ChoiceFormatType列挙に対応します。