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 क्लाइंट से उपयोग करें