# MarkupPanel
Component MarkupPanel
provides a markup display and writing surface. It is based on the FileObjectImage and is extended by some special features.
Markups are passed to and from the component using an actor. Note that a markup may consist of multiple markup items.
The MarkupPanel
offers only the basis and provides no markup logic. This is located in the respective type classes, so customer-specific markups (that do not exist in the standard) are enabled.
Markups are only possible on images and documents with one or more pages. Markups for videos, audios or other preview types may be added if required.
# Properties
HTMLElement
Element tag:
cm4ap-cemodule-file_markup-markup_panel
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
markupListActor | ListActor (opens new window) | The ListActor passes existing markup beans, or to which new markup beans can be passed, so that they can be saved by comments, for example. |
markupActor | MarkupActor | This actor connects the panel with the MarkupControls, where color and type of new markups are stored. When a change is made, events are thrown to which the panel reacts. |
showHideButton | boolean default: false | Determines whether the "Hide" button is displayed |
selectionActor | SelectionActor (opens new window) | The actor is required to get and set marked objects. |