FormControl

FormControl[assoc,struct]

構造 struct がで,現行値が assoc で指定される,ノートブック内の編集可能なフォームを表す.

FormControl[Dynamic[x],struct]

現行値が x の動的に更新された値で与えられる,ノートブック内のフォームを表す.

詳細

  • 構造 struct は,FormObjectにおけるよう指定できる.これは,完全なFormObject[]式でもよい.
  • 表示されたフォームの値はFormControl[]に影響を与えずに編集することができる.FormControl[]内の値は「Submit(送信)」ボタンがクリックされたときにしか更新されない.

例題

すべて開くすべて閉じる

  (2)

FormControlを使って変数を動的に更新する:

完全なFormObject指定を使ってFormControlの外観をよりよく制御する:

スコープ  (1)

FormControlの第1引数はDynamicではなくてもよい:

しかし,第1引数が正しいキーを持つ連想ではない場合,FormControlは描画されない:

特性と関係  (2)

Manipulateは,FormObjectが与えられると自動的にFormControlを使う:

ControlTypeを使ってManipulateの指定されたフィールドのFormControlを指定することができる:

Wolfram Research (2016), FormControl, Wolfram言語関数, https://reference.wolfram.com/language/ref/FormControl.html.

テキスト

Wolfram Research (2016), FormControl, Wolfram言語関数, https://reference.wolfram.com/language/ref/FormControl.html.

CMS

Wolfram Language. 2016. "FormControl." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FormControl.html.

APA

Wolfram Language. (2016). FormControl. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FormControl.html

BibTeX

@misc{reference.wolfram_2024_formcontrol, author="Wolfram Research", title="{FormControl}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/FormControl.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_formcontrol, organization={Wolfram Research}, title={FormControl}, year={2016}, url={https://reference.wolfram.com/language/ref/FormControl.html}, note=[Accessed: 22-November-2024 ]}