Qurak

ControlType

Disponibile

Option for specifying the type of control in Manipulate

ControlType
Manipulate[y, {y, 1, 10, 1}, {x, Range[y]}, ControlType -> {Slider, PopupMenu}] → Manipulate[y, {y, 1, 10, 1}, {x, Dynamic[Range[y]]}, ControlType -> {Slider, PopupMenu}]Manipulate[u, {u, "xxx"}, ControlType -> InputField] → Manipulate[u, {u, Dynamic[xxx]}, ControlType -> InputField]Table[Manipulate[u, {u, Blue}, ControlType -> c], {c, {ColorSetter, ColorSlider}}] → {Manipulate[u, {u, RGBColor[0, 0, 1]}, ControlType -> ColorSetter], Manipulate[u, {u, RGBColor[0, 0, 1]}, ControlType -> ColorSlider]}

Argomenti

Correlate

Tutte le 6300 funzioni · Usa questo da un client MCP