ControlType
Доступно
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]} Усі 6300 функцій ·
Використати з MCP-клієнта