htmltextarea

The htmltextarea DSP widget defines the properties of a <textarea> input control in a Dynamic Server Page. This is used to represent a field as a multi-line field containing plain text.

For more information, see Specifying a Widget for a Field or Entity.

Default Logical Widgets

Uniface provides the default logical widget called TextArea, which mapped to this physical widget.

Triggers

Widget Properties

For information on widgets and the types of widget properties, see and Widgets for Dynamic Server Pages and Widget Properties for the Dynamic Server Page.

HTML Properties

This widget supports the following HTML properties:

HTML Properties

Property

Technical Name

W3C Description

Access Key

html:accesskey

accesskey

Style Class

html:class

class

Columns html:cols cols

Disable the Widget

html:disabled

disabled

Read Only

html:readonly

readonly

Rows html:rows rows

Tab Index

html:tabindex

tabindex

Tool Tip Text

html:title

title

Uniface Properties

The following properties represent Uniface properties that have no equivalent in HTML or CSS, or which are used when a form is converted to a DSP.

Uniface Properties
Uniface Property Technical Name
Background Color (BackColor) backcolor
Syntax Check on Browser (ClientSyntaxCheck) clientsyntaxcheck
Foreground Color (ForeColor) forecolor
class:ClassName class:ClassName
RenderingIncrement renderingincrement

CSS Properties

The following tables described the supported CSS properties that can be used to style the htmltextarea widget and the logical widgets that map to it.