FormEditor.Create

Create(HTMLFormElement)

新しいFormEditorに基づくHTMLFormElement.

public static FormEditor Create(HTMLFormElement form)
パラメータタイプ説明
formHTMLFormElementhtml フォーム要素

戻り値

の新しいインスタンスを返しますFormEditorクラス

関連項目


Create(HTMLDocument, int)

新しいFormEditorに基づくHTMLFormElementから選択されたFormsインデックスによるコレクション.

public static FormEditor Create(HTMLDocument document, int index)
パラメータタイプ説明
documentHTMLDocumentドキュメント。
indexInt32フォーム コレクション内のインデックス。

戻り値

の新しいインスタンスを返しますFormEditorclass

例外

例外調子
DOMExceptionインデックスが範囲外の場合、例外が発生します。

関連項目


Create(HTMLDocument, string)

新しいFormEditorに基づくHTMLFormElement id. によってドキュメントから選択

public static FormEditor Create(HTMLDocument document, string id)
パラメータタイプ説明
documentHTMLDocumentドキュメント。
idString識別子。

戻り値

の新しいインスタンスを返しますFormEditorclass

例外

例外調子
DOMException指定された Id の要素がない場合、または要素がフォーム タイプでない場合、例外が発生します。

関連項目