We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3da53a commit 93337d8Copy full SHA for 93337d8
src/z2ui5_cl_demo_app_000.clas.abap
@@ -2142,6 +2142,13 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
2142
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
2143
).
2144
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
+
2152
client->view_display( page->stringify( ) ).
2153
2154
ENDMETHOD.
0 commit comments