Skip to content

Commit b3c177d

Browse files
authored
Update documentation on custom UI5 controls usage
Clarified the obsolescence of custom UI5 controls and recommended using built-in actions instead.
1 parent f3521c9 commit b3c177d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/cookbook/expert_more/custom_controls.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ outline: [2, 4]
66
::: warning Mostly Not Needed Anymore
77
Earlier versions of abap2UI5 required custom UI5 controls to cover common browser interactions — setting the page title, moving focus, scrolling, copying to the clipboard, opening new tabs, and so on. These are now built into the framework as **frontend events**, callable from ABAP via `client->action( client->cs_event-... )`. The custom controls that used to wrap these behaviors are obsolete.
88

9-
You can still build your own [Custom Controls](/advanced/extensibility/custom_control) when you need something the framework does not provide, but for everything listed below, use the dedicated built-in action instead.
109
:::
1110

1211
## Replaced Custom Controls

0 commit comments

Comments
 (0)