You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 24 Next »

Workbench is a view that displays content items in a workspace. It is part of the content app framework, typically defined in the browser subapp. The workbench contains a list of content views. Common view types are tree, list and thumbnail.

Example workbench definition

workbench:
  contentViews:
    // add view definitions
  name: wbName

Workbench properties

contentViews

required

Parent node for the content view definitions. Defines how users can view content in the workbench.

Must contain at least one content view. For more information, see Content view definition.

extensionViews

optional

List of configured extension views. An extension view must be configured with ExtensionViewDefinition.

expandRatio

optional, default is 1.0

Defines how excess space is divided in the workbench.

icon

optional

CSS class that identifies an icon used on the view tab. For available names, see Icons.

view

optional

Actual view to be displayed in the extension slot. Examples include data analytics view and simple text view.

name

optional, default is workbench

Name of the workbench.

#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels