mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 21:42:45 +08:00
Add "enableformattedtext" to message_strip method. (#1451)
* Add "enableformattedtext" to message_strip method. * Add "enableformattedtext" to message_strip method2 * Add "enableformattedtext" to message_strip method3 * Add "enableformattedtext" to message_strip method4
This commit is contained in:
parent
3a4192d3e0
commit
3e5f73d555
|
@ -194,6 +194,7 @@ CLASS z2ui5_cl_xml_view DEFINITION
|
|||
!class TYPE clike OPTIONAL
|
||||
!visible TYPE clike OPTIONAL
|
||||
!showclosebutton TYPE clike OPTIONAL
|
||||
enableformattedtext TYPE clike OPTIONAL
|
||||
PREFERRED PARAMETER text
|
||||
RETURNING VALUE(result) TYPE REF TO z2ui5_cl_xml_view.
|
||||
|
||||
|
@ -6880,7 +6881,8 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
|
|||
( n = `customIcon` v = customicon )
|
||||
( n = `visible` v = z2ui5_cl_util=>boolean_abap_2_json( visible ) )
|
||||
( n = `showCloseButton` v = z2ui5_cl_util=>boolean_abap_2_json( showclosebutton ) )
|
||||
( n = `class` v = class ) ) ).
|
||||
( n = `class` v = class )
|
||||
( n = `enableFormattedText` v = z2ui5_cl_util=>boolean_abap_2_json( enableformattedtext ) ) ) ).
|
||||
ENDMETHOD.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user