Skip to main content
Skip table of contents

Separator Widget

Definition

The Separator Widget allows to separate several widgets with a line and/or a title on a feature.

Configuration

Properties

Property name

Type

Mandatory

Description

Values (default value in bold)

hideLine

Boolean

NO

Allows to display or not a line between the Widgets.

true, false

hideTitle

Boolean

NO

Allows to display or not a title between the Widgets.

The title is configured by an i18n key: ui.features."id of the feature".views."id of the view".sections."id of the section".widgets."id of the widget".title

true, false

Example

XML
<columns>
	<column>
		<widgets>
			<widget id="separator-test" xsi:type="ctdbum:SeparatorWidgetType">
				<hidden>false</hidden>
   				<config>
      				<hideLine>false</hideLine>
      				<hideTitle>false</hideTitle>
   				</config>
			</widget>
		</widgets>
	</column>
</columns>

Read Next

JavaScript errors detected

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

If this problem persists, please contact our support.