mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-28 18:26:18 +08:00
add class property to simple_form (#1259)
Some checks are pending
build_downport / build_downport (push) Waiting to run
Some checks are pending
build_downport / build_downport (push) Waiting to run
This commit is contained in:
parent
1f46497e63
commit
cda48f9db7
|
@ -964,6 +964,7 @@ CLASS z2ui5_cl_xml_view DEFINITION
|
|||
METHODS simple_form
|
||||
IMPORTING !title TYPE clike OPTIONAL
|
||||
!layout TYPE clike OPTIONAL
|
||||
!class TYPE clike OPTIONAL
|
||||
editable TYPE clike OPTIONAL
|
||||
columnsxl TYPE clike OPTIONAL
|
||||
columnsl TYPE clike OPTIONAL
|
||||
|
@ -8082,6 +8083,7 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
|
|||
t_prop = VALUE #(
|
||||
( n = `title` v = title )
|
||||
( n = `layout` v = layout )
|
||||
( n = `class` v = class )
|
||||
( n = `adjustLabelSpan` v = adjustlabelspan )
|
||||
( n = `backgroundDesign` v = backgrounddesign )
|
||||
( n = `breakpointL` v = breakpointl )
|
||||
|
|
Loading…
Reference in New Issue
Block a user