Table of Contents
These v19 docs are archived 🔒. Go to the latest docs home or try if this exact page is available in the latest docs.

Field Input-Type string-default

Use this field type for configuring simple text UI elements, storing string/text data. It's an extension of the basic string field type.

Features

  1. provide a textbox
  2. single-line or multi-line

Configuring a String-Default

This shows the configuration dialog:

  • Row Count is for setting the text-box height. Empty means default = 1
  • Font Family is for setting the string field to use mono-space font (for code style input where each character has the same width) new in 12.02

History

  1. Introduced in EAV 1.0 2sxc 1.0, originally as part of the string field type
  2. Changed in 2sxc 6.0 - Moved to it's own sub-type
  3. Font-Family with monospace introduced in v12.02