Legacy Documentation
Mathematica 9 (2012)
This is documentation for Mathematica 9, which was
based on an earlier version of Wolfram Language.
View current documentation (Version 15.0)based on an earlier version of Wolfram Language.
BUILT-IN MATHEMATICA SYMBOL
InputField
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.
New in 6 | Last modified in 8