!--a11y-->
ContextualPanel 

To be used only by the Pattern and Portal Platform group. Use by other applications and customers WILL NOT BE SUPPORTED! Should only be used for Work Center / Control Center applications.
A ContextuaPanel is an area on the left hand side of the screen and can consist of the following UI elements:
● ViewSwitch
● FreeContextualArea
● NavigationList.
The screenshot below illustrates the design of a ContextualPanel:

● width
specifies the width of the ContextualPanel and is of type int. It is a defined width without scrolling. If any containing texts are too long for the defined width, the text will be cut off. The only indication you see is an ellipsis that shows that there is more text. If the user places the cursor on the text, the tool tip will show the entire text.
Name |
Interface |
Type |
Initial Value |
Bindable |
Value Required |
enabled |
IWDUIElement |
boolean |
true |
bindable |
No |
tooltip |
IWDUIElement |
String |
|
bindable |
No |
visible |
IWDUIElement |
WDVisibility |
visible |
bindable |
No |
width |
IWDContextualPanel |
int |
220 |
bindable |
No |
· onPersonalize
The event onPersonalize is triggered if the user clicks the personalize button.