Type to start searching...

Drawer

References to Portlets to display in the Application Drawer area.

Description
These include global features like Notifications or Conversations
Properties
augment : uiIdentifier

Name of a drawer 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.

case : identifier

A name of class which this drawer is capable of displaying.

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

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

event : string

Event which triggers this drawer portlet to show.

name : uiIdentifier

The portlet reference name.

The name should follow development naming standards.
Note: Note that the name properties of the portlet refs should be unique within the page. The reason for this is to allow automated testing tools to find the right location.
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.

portlet : string

The referenced portlet name.

The portlet reference may be one of:


- MDA portlet name. e.g. portlet="training:EntityDetail"
- AFL module name containing “/” e.g. portlet=“app/radio” (only valid from Workspaces)
- URL to a remote portlet. e.g. portlet="http://www.myserver.com/myApp.html" (only valid
  from Workspaces)

Note: For remote portlets, the following syntax is supported.


- root:/ - prefix for URL, provides the current server context
    e.g. root:/myApp.html
- ${<contextVar>} - querystring parameter for context variable values
    e.g. root:/myApp.html?EntityId=${EntityId}
- ${=<contextVar>} - convenient shorthand for the previous syntax.
    e.g. root:/myApp.html?${=EntityId}


- $ - querystring parameter to set background to transparent
    e.g. http://www.myserver.com/myApp.html?${=EntityId}&$
- $=max - instructs the AFL-based portlets that they should maximize the IFRAME area.

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