Skip to main content
Skip table of contents

Standalone Text Widget

Definition

The Standalone Text Display Widget allows to configure the display of text which is not linked to an attribute.

Configuration

Properties

Property name

Type

Mandatory

Description

Values (default value in bold)

backgroundColor

String

NO

Defines the displayed background color.

#ffffff, standard CSS color value

bold

Boolean

NO

Defines if the value is displayed in bold or not.

true, false

fontSize

String

NO

Defines the displayed size.

INHERIT, XX_SMALL, X_SMALL, SMALL, MEDIUM, LARGE, X_LARGE, XX_LARGE

italic

Boolean

NO

Defines if the value is displayed in italic or not.

true, false

textAlign

String

NO

Defines the text alignment.

LEFT, CENTER, RIGHT

textColor

String

NO

Defines the displayed text color.

#000000, standard CSS color value

underline

Boolean

NO

Defines if the value is underlined or not.

true, false

text

String

YES

Defines the text to display with an i18n key.

ui.features.widgets."id of the widget".title

Example

XML
<widget id="fullName_info" xsi:type="ctdbum:StandaloneTextDisplayWidgetType">
	<hidden>false</hidden>
	<config>
		<backgroundColor>#ffffff</backgroundColor>
		<bold>false</bold>
		<fontSize>INHERIT</fontSize>
		<italic>false</italic>
		<textAlign>LEFT</textAlign>
		<textColor>#397fae</textColor>
		<underline>false</underline>
		<text>ui.features.widgets.fullName_info.title</text>
	</config>
</widget>

Read Next

  • Features

    Design screens and business features to manage objects.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.