Show TOC

 Plug-Ins for Layout ProfilesLocate this document in the navigation structure

Definition

Plug-ins for layout profiles make several parameters available that users can use to modify the folder display directly in the Details dialog box of a folder to which a particular layout profile is assigned.

Use

In the configuration of a layout profile , you can use the parameter Layout Profile Plug-In to define which plug-ins can be used in the Details dialog box for the configuration of the layout profiles.

To call up the overview of plug-ins that are used in a layout profile, choose Settings → Display from the Details dialog box for the folder in question. The available plug-ins are displayed as tab pages. For example, you can use a plug-in to determine how many columns and rows are to be displayed in a table or list. You can also define the sort criteria for resources. For more information, see Defining the Display of Folders .

To call up an overview of plug-ins stored in the configuration, choose Content Management → User Interface → Mapping → Layout Profile Plug-In from the configuration iView.

The following plug-ins for layout profiles are contained in the standard delivery:

Plug-In Description

ColumnSettings

Defines settings for the layout profile Columns, for example, number or rows, or the property initially used for sorting.

ColumnSettingsGrid

Defines settings for layout profiles with the flavor Grid, for example, number or rows or the property initially used for sorting.

ExplorerSettings

Defines settings for the layout profiles Explorer and Preview, for example, number or rows or the property initially used for sorting.

FreeParametersComponent

Defines settings for the layout profile for administrators and for the default layout set.

The parameters for layout sets are specified along with their technical names in an input table. They can be modified directly in the Details dialog box rather than in the configuration.

ListSettings

Defines settings for the layout profile List View, for example, number or rows or the property initially used for sorting.

ListSettingsList

Defines settings for layout profiles with the flavor List, for example, number or rows or the property initially used for sorting.

PropertySelection

Defines properties to show and the sort order.

PropertySelectionList

Defines properties to show and the sort order in layout profiles with the flavor List.

TableSettings

Defines settings for the layout profile Table, for example, number or rows and columns, or the property initially used for sorting.

TaxonomySettings

Defines settings for the layout profile Taxonomy, for example, number or rows and columns, or the property initially used for sorting.

ThumbnailSettings

Defines settings for the layout profile Thumbnails, for example, number or rows and columns, or the property initially used for sorting.

Configuration

Plug-in controls are based on JAVA classes. An alias is assigned to each Java class in the configuration.

The following parameters define a plug-in:

Parameters Required Description

Alias

Yes

Alias of the plug-in.

This alias is used in the configuration instead of the name of the Java class.

Description

No

Description of the plug-in.

Bundle File

No

The bundle file that contains the key and label for the plug-in.

The key for the title that is displayed in the Details dialog box instead of the alias is structured thus:

<Alias>=<Header of Plug In>

Java Class

Yes

Java class that implements the plug-in.