Qurak

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