add class property to simple_form (#1259)
Some checks are pending
build_downport / build_downport (push) Waiting to run

This commit is contained in:
Christian Günter 2024-07-08 21:45:28 +02:00 committed by GitHub
parent 1f46497e63
commit cda48f9db7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 )