Configuration Guide

Tags Widget

Definition

The Tags Edit Widget allows to configure the edit of flags and reserved flags.

image-20220928-075900.png


Configuration

Properties

Property name

Type

Mandatory

Description

Values

tags

List<String>

NO

Defines one or several tags.

-

tags properties

Property name

Type

Mandatory

Description

Values

tag

String

NO

Allows to list one or several flag values to limit the choice when editing.
The flags are defined in the following setting on the admin portal: idm.object.builtin.flags

The following i18n keys can be used to add a functional label to the flags: ui.model.attributes.flags.values.Fxx.label 

F01, F02...

Example

<widget id="flags" xsi:type="ctdbum:AttributeEditorWidgetType">
	<hidden>false</hidden>
	<config>
		<editor>
			<editWidget xsi:type="ctdbum:TagsEditWidgetType">
				<hidden>false</hidden>
				<config>
					<required>false</required>
					<tags>
						<tag>F01</tag>
						<tag>F10</tag>
						<tag>F14</tag>
						<tag>F15</tag>
					</tags>
				</config>
			</editWidget>
		</editor>
		<label></label>
		<lockedInUi>false</lockedInUi>
		<mode>READ_WRITE</mode>
		<multiValued>false</multiValued>
		<override>true</override>
	</config>
	<attributeId>flags</attributeId>
</widget>
  • Features

    Design screens and business features to manage objects.