Skip to content

Commit ea41cf1

Browse files
authored
image mapster demo 142 fixes (#132)
1 parent 127cf90 commit ea41cf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/z2ui5_cl_demo_app_142.clas.abap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ CLASS Z2UI5_CL_DEMO_APP_142 IMPLEMENTATION.
137137
).
138138
ENDIF.
139139

140-
view->_generic( ns = `html` name = `script` )->_cc_plain_xml( z2ui5_cl_cc_imagemapster=>set_js_config( ls_map_cfg ) ).
141-
140+
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 ) ).
141+
view->html( content = `<script> onWindowResize(200,200); </script>` ).
142142
client->view_display( page->stringify( ) ).
143143

144144
ENDMETHOD.

0 commit comments

Comments
 (0)