|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| InputField[] represents a blank editable input field. |
| InputField[x] represents an editable input field that currently contains the expression x. |
| InputField[Dynamic[x]] takes the contents of the input field to be the dynamically updated current value of x, with the value of x being reset if new contents are entered. |
| InputField[x, String] represents an input field whose contents are taken to be a string. |
| InputField[x, Number] represents an input field whose contents are taken to be a number. |
| InputField[x, type] represents an input field whose contents are taken to be of the specified type. |
| Boxes | raw boxes | |
| Expression | expression (default) | |
| Hold[Expression] | expression in held form | |
| Number | number | |
| String | string |
| Appearance | Automatic | the overall appearance of the input field | |
| BaseStyle | {} | base style specifications for the input field | |
| ContinuousAction | False | whether to update continuously every time any change is made to the input | |
| Enabled | Automatic | whether the input field is enabled, or grayed out | |
| FieldSize | {{20., 20.},{1.,Infinity}} | the size of the input field | |
| ImageMargins | 0 | margins around the image of the displayed input field | |
| ImageSize | Automatic | the overall image size of the displayed input field |
Dynamically update the variable via the InputField:
|