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 127cf90 commit ea41cf1Copy full SHA for ea41cf1
src/z2ui5_cl_demo_app_142.clas.abap
@@ -137,8 +137,8 @@ CLASS Z2UI5_CL_DEMO_APP_142 IMPLEMENTATION.
137
).
138
ENDIF.
139
140
- view->_generic( ns = `html` name = `script` )->_cc_plain_xml( z2ui5_cl_cc_imagemapster=>set_js_config( ls_map_cfg ) ).
141
-
+ view->_generic( ns = `html` name = `script` )->_cc_plain_xml( z2ui5_cl_cc_imagemapster=>set_js_config( is_config = ls_map_cfg auto_resize = abap_true ) ).
+ view->html( content = `<script> onWindowResize(200,200); </script>` ).
142
client->view_display( page->stringify( ) ).
143
144
ENDMETHOD.
0 commit comments