Skip to content

Commit

Permalink
image mapster demo 142 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
choper725 committed Feb 29, 2024
1 parent 127cf90 commit 9f5ffc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/z2ui5_cl_demo_app_142.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ CLASS Z2UI5_CL_DEMO_APP_142 IMPLEMENTATION.
).
ENDIF.

view->_generic( ns = `html` name = `script` )->_cc_plain_xml( z2ui5_cl_cc_imagemapster=>set_js_config( ls_map_cfg ) ).

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>` ).
client->view_display( page->stringify( ) ).

ENDMETHOD.
Expand Down

0 comments on commit 9f5ffc1

Please sign in to comment.