"TextArea" (Interpreter Type)
String in a standard format.
Details
- "TextArea" can be used in Interpreter and related constructs, including deployed smart form fields.
- Use of "TextArea" does not require connectivity to the Wolfram Cloud.
- "TextArea" is effectively the same as "String", but will create a multiline input field when used in a FormFunction.
Restriction Specifications
-
Restricted["TextArea",{{choice1,…}}] one among choices Restricted["TextArea",pattern] a string matching pattern Restricted["TextArea",pattern,length] a string matching pattern and shorter than length
Interpretation
- "TextArea" yields the input string unchanged.