[Name] TEXT_EDIT [Description] An input field that will be encoded. The config string gives different behavior options for the GUI and output data. If no options are provided the default behavior will occur FME_SYNTAX - the syntax of the expected user input. for example, this affects the highlighting and accordions available. Options are FME|R|PYTHON|TCL|JAVA|HTML|JAVASCRIPT|XML|JSON|NONE. Default: NONE NOTE: currently R & SQL are not properly supported because they are subclassed. This will be addressed in a next round of refactoring when SQLCreator/Executor become FME_NO_WHITESPACE - YES|NO - whether or not to trim leading and trailing white space off of the user input string. Default: NO FME_INCLUDEBROWSE - YES|NO - whether or not to include the browse button beside the line edit. If you don't expect newlines or only short strings (eg. search string), then set to NO. Default: YES FME_INLINE - YES|NO - whether or not to show the editor inline as opposed to showing as secondary modal dialog. Default: NO. FME_SUPPORTSNUMERIC - YES|NO - whether or not it supports numeric input (ie. show arithmetic editor). Default: NO FME_READONLY - YES|NO - whether or not the parameter is read only Behavior options are input on the config as key-value pairs delimited by % In a Transformer (*.fmx) File Syntax PARAMETER_NAME: PARAMETER_TYPE: TEXT_EDIT [