Skip to content

Commit 93337d8

Browse files
authored
add soft tastatur to overview
1 parent b3da53a commit 93337d8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,6 +2142,13 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
21422142
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
21432143
).
21442144

2145+
panel->generic_tile( header = 'Hide/show Soft Tastatur'
2146+
subheader = ''
2147+
press = client->_event( 'z2ui5_cl_demo_app_352' )
2148+
mode = 'LineMode'
2149+
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
2150+
).
2151+
21452152
client->view_display( page->stringify( ) ).
21462153

21472154
ENDMETHOD.

0 commit comments

Comments
 (0)