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 a712989 commit 939a2b8Copy full SHA for 939a2b8
src/z2ui5_cl_demo_app_142.clas.abap
@@ -42,7 +42,6 @@ CLASS Z2UI5_CL_DEMO_APP_142 IMPLEMENTATION.
42
)->_z2ui5( )->timer( client->_event( `START` )
43
)->_generic( ns = `html` name = `script` )->_cc_plain_xml( z2ui5_cl_cc_imagemapster=>get_js_local( )
44
)->stringify( ) ).
45
-
46
ENDIF.
47
48
IF client->get( )-check_on_navigated = abap_true AND check_initialized = abap_false.
@@ -80,7 +79,8 @@ CLASS Z2UI5_CL_DEMO_APP_142 IMPLEMENTATION.
80
79
ls_map_cfg-stroke = abap_true.
81
ls_map_cfg-stroke_opacity = `0.6`.
82
ls_map_cfg-stroke_width = `3`.
83
- ls_map_cfg-single_select = abap_true.
+ ls_map_cfg-selected = '-'.
+ ls_map_cfg-is_selectable = '-'.
84
ENDMETHOD.
85
86
0 commit comments