Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev committed Mar 9, 2024
1 parent 9a02dd4 commit 1bb5ce9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 316 deletions.
115 changes: 0 additions & 115 deletions src/z2ui5_cl_demo_app_116.clas.abap

This file was deleted.

184 changes: 0 additions & 184 deletions src/z2ui5_cl_demo_app_116.clas.locals_imp.abap

This file was deleted.

16 changes: 0 additions & 16 deletions src/z2ui5_cl_demo_app_116.clas.xml

This file was deleted.

8 changes: 7 additions & 1 deletion src/z2ui5_cl_demo_app_178.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,13 @@ CLASS Z2UI5_CL_DEMO_APP_178 IMPLEMENTATION.
mode = 'SingleSelectMaster'
items = client->_bind_edit( prodh_nodes )
* toggleopenstate = client->_event( val = 'TOGGLE_STATE' t_arg = VALUE #( ( `${$parameters>/itemIndex}` ) ( `${$parameters>/expanded}` ) ) )
toggleopenstate = client->_event( val = 'TOGGLE_STATE' t_arg = VALUE #( ( `${$parameters>/itemContext/sPath}` ) ( `${$parameters>/expanded}` ) ) )
toggleopenstate = client->_event(
val = 'TOGGLE_STATE'
t_arg = VALUE #(
( `${$parameters>/itemContext/sPath}` )
( `${$parameters>/expanded}` ) )
s_ctrl = value #( model_name = client->cs_view-main )
)
)->items(
)->standard_tree_item( selected = '{IS_SELECTED}' title = '{TEXT}' ).

Expand Down

0 comments on commit 1bb5ce9

Please sign in to comment.