Skip to content

Commit d511f62

Browse files
authored
update
1 parent 7025136 commit d511f62

File tree

1 file changed

+1
-1
lines changed
  • docs/development/specific

1 file changed

+1
-1
lines changed

docs/development/specific/url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DATA(lv_search) = client->get( )-s_config-search.
88
```
99

1010
### Open a new Tab
11-
11+
The following action opens a new tab `target blank`:
1212
```abap
1313
data(lv_url) = `https://www.abap2UI5.org`.
1414
client->follow_up_action( client->_event_client( val = client->cs_event-open_new_tab t_arg = VALUE #( ( lv_url ) ) ) ).

0 commit comments

Comments
 (0)