Type to start searching...

WorkspaceRef

A Portal Application contains a list of Workspaces each of which declare the UX content, layout, and behaviour for an application feature.

Description
A portal has a list of workspaces specified in its WorkspaceRef element. The Navigation Drawer is populated with all non-latent (top level) Workspaces. From the Navigation Drawer, selected Workspaces display their content in the workspace area. Latent Workspaces can display their content through navigation from other Workspaces/Portlets, but do not appear in the Navigation Drawer.
Properties
augment : uiIdentifier

Name of a workspace reference in the augmented portal to insert after.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter. Case and length are not restricted. Letters and numbers are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

name : uiIdentifier

Uniquely identifies the WorkspaceRef in the workspaces collection.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter. Case and length are not restricted. Letters and numbers are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

workspace : string

Name of the workspace to include in the portal.

See
Workspace
Parents
  • Portal - Declares the application's structure, including its set of workspaces. Model Server serves the application at *serverRoot*/ui/portal/*portalName*.