Web Dynpro ABAP UI elements (Changed)
Use
|
Feature |
Type of Change |
Description |
|---|---|---|
|
Property contentDesign of Tab and Panel |
New |
The property contentDesign enables you to change the design of the content area of the UI elements Panel and Tab. You can specify whether the content area has a frame and whether it appears with a background color, with white background or with transparent background. For more information, see Panel Properties and Tab Properties. |
|
Property horizontalSizing of DropTarget |
New |
The property horizontalSizing enables you to specify the width of a DropTarget. For more information, see DropTarget Properties. |
|
FormattedTextView as cell editor in Table and CTable |
New |
The FormattedTextView UI element can now be used as a cell editor in Table or CTable. For more information, see Table and Client Table (CTable). |
|
Provide range information in onSelect event in Table |
New |
The new event parameters SELECTION_TYPE, SELECTION_START and SELECTION_END allow you to retrieve information on whether a select all, range select, or deselect all was applied in the Table. For more information, see Table Events. |
|
Display of truncated text as a tooltip |
New |
When the text in Label, Caption, TextView, Link or ToggleLink is truncated, the full text is now displayed as a tooltip. |
|
TextEdit as cell editor in Table and CTable |
Changed |
It is now possible to adjust the height of the TextEdit UI element when it is used as a cell editor in the Table or in the CTable. |