FormEditor.AddInput

AddInput(string)

新しいInputElementフォームの最後に追加します.

public InputElement AddInput(string name)
パラメータタイプ説明
nameString入力要素の名前

戻り値

新しく作成されたInputElement.

関連項目


AddInput(string, InputElementType)

新しいInputElementフォームの最後に追加します.

public InputElement AddInput(string name, InputElementType type)
パラメータタイプ説明
nameString入力要素の名前
typeInputElementType入力要素のタイプ

戻り値

新しく作成されたInputElement.

関連項目