Skip to content

CaptionPanel widget

kkolodziej edited this page Jan 8, 2013 · 1 revision

Displays process instance history entries, stored inside pt_process_instance_log table.

This widget is part of Base Widgets plugin.

Attributes

Attribute name Type Required Default value Description
caption String False Allows to set the widget caption text.

Permissions

This widget does not support permissions.

Examples

This example demonstrates usage of Caption Panel widget. Please do note, that the screenshot below shows this widget nested inside parent VerticalLayout widget.

<config.ProcessStateWidget className="CaptionPanel" priority="2">
<attributes>
<config.ProcessStateWidgetAttribute name="caption" value="Example caption panel"/></attributes>
</config.ProcessStateWidget>

Clone this wiki locally