mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 22:09:24 +08:00
Popover: new parameter "showHeader" (#572)
* Popover: new parameter "showHeader" * Update src/z2ui5_cl_xml_view.clas.abap Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> --------- Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com> Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
parent
b7fab3dcec
commit
7a3f9e845c
|
@ -108,6 +108,7 @@ CLASS z2ui5_cl_xml_view DEFINITION
|
|||
!initialfocus TYPE clike OPTIONAL
|
||||
!contentwidth TYPE clike OPTIONAL
|
||||
!contentheight TYPE clike OPTIONAL
|
||||
!showheader type clike OPTIONAL
|
||||
RETURNING
|
||||
VALUE(result) TYPE REF TO z2ui5_cl_xml_view.
|
||||
|
||||
|
@ -4615,7 +4616,8 @@ CLASS Z2UI5_CL_XML_VIEW IMPLEMENTATION.
|
|||
( n = `placement` v = placement )
|
||||
( n = `initialFocus` v = initialfocus )
|
||||
( n = `contentHeight` v = contentheight )
|
||||
( n = `contentWidth` v = contentwidth ) ) ).
|
||||
( n = `contentWidth` v = contentwidth )
|
||||
( n = `showHeader` v = z2ui5_cl_fw_utility=>boolean_abap_2_json( showHeader ) ) ) ).
|
||||
ENDMETHOD.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user