$USP_NED_TEXTAREA

Specifies how to render the TextArea control for a non-editable field (NED) in static server pages.

$USP_NED_TEXTAREA { = } readonly | plaintext

Arguments

  • readonly—renders the contol as a TextArea widget with the attribute NED (non-editable). This is the default.
  • plaintext—renders the control as plain text.

Defaults

Assignment file: Any application assignment file
Section: [SETTINGS]
Default value: readonly

Description

Prior to Uniface 9, a non-editable field (field syntax NED) with the HTML Control type set to TextArea, was rendered as plain text in the HTML layout. Since Uniface 9, it is rendered as a TextArea widget with the readonly attribute.

Use this assignment setting only if you need the old behavior.

Related Topics