
Properties in View Designer
ariaLandmark
With this property you can define Accessible Rich Internet Applications (ARIA) landmarks for container UI elements Group, Tray, Panel, PanelStack, ScrollContainer, and TransparentContainer. You select the UI element function to enable users to navigate with a screen reader within your application. If you set the ariaLandmark property, ARIA landmarks are added to an HTML element by the role attribute.
|
Value |
Description |
|---|---|
|
Application |
Web application area (in contrast to web document) |
|
Article |
Area consisting of an independent part of a document or a page (e.g. forum post, magazine article, web log entry, user comment) |
|
Banner |
Page header |
|
Complementary |
Area with supplementary information that supports the main content and is comprehensible without reference to this information |
|
Contentinfo |
Metadata that relates to the parent document (e.g. footnotes, copyright, or links to data protection statements) |
|
Form |
Elements that together make up a form. |
|
Main |
Main content area |
|
Navigation |
Elements to navigate within the document or to similar documents (e.g. links). |
|
None |
No landmark role |
|
Search |
Area with search function |
activateAccessKey
Activates access keys.
Both users and administrators can personalize this property.
design
Display of the Tray.
This property can be personalized by an administrator.
|
Value |
Visualization |
Description |
Can be Set Using Personalization |
|---|---|---|---|
|
fill |
|
The content area appears with a background color. |
Yes |
|
plain |
|
The content area appears with a white background and a frame. |
Yes |
|
transparent |
|
The background is transparent; the content area appears without a frame. |
Yes |
expandable
Specifies whether the Tray can be expanded in general.
expanded
Determines whether the Tray is expanded. If the value is false, only the tray heading with an expand button is displayed. The toolbar and content area are invisible in this state. When you press this icon, the Tray expands and the expand button changes to a collapse button.
This property, which does not have to be bound, can be changed by the client. See Properties Used in MultiPane or TablePopin
hasContentPadding
Specifies whether there is a padding between the content area and the tray border.
This property can be personalized by an administrator.
heightImpact
|
Value |
Description |
|---|---|
|
heightOfContent |
Default value Sets the height specified in property height as the height of the Tray (without the title line). For more information, see height. |
|
heightOfTray |
Sets the height specified in property height as the height of the complete Tray (content and title line). For more information, see height. |