* bugfixes

* Update README.md
This commit is contained in:
oblomov 2023-11-16 19:57:23 +01:00 committed by GitHub
parent 2ac649393c
commit 447bdbfb55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View File

@ -109,7 +109,7 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
client->message_toast_display( |{ quantity } Product ABC - send to the server| ). client->message_toast_display( |{ quantity } Product ABC - send to the server| ).
ENDCASE. ENDCASE.
client->view_display( z2ui5_cl_xml_view=>factory( client client->view_display( z2ui5_cl_xml_view=>factory(
)->page( 'abap2UI5 - Hello World App' )->page( 'abap2UI5 - Hello World App'
)->simple_form( )->content( ns = `form` )->simple_form( )->content( ns = `form`
)->title( 'Input here and send it to the server...' )->title( 'Input here and send it to the server...'

View File

@ -159,7 +159,7 @@ CLASS Z2UI5_CL_FW_APP IMPLEMENTATION.
IF mv_check_demo = abap_false. IF mv_check_demo = abap_false.
form->_ns_m( )->messagestrip( text = `Oops! You need to install abap2UI5 demos before continuing...` form->_ns_m( )->messagestrip( text = `Oops! You need to install abap2UI5 demos before continuing...`
type = `Warning` type = `Warning`
)->_go_new( )->_add( `link` )->_ns_m( )->link( text = `(HERE)` )->_go_new( )->_add( n = `link` ns = `sap.m` )->_ns_m( )->link( text = `(HERE)`
target = `_blank` target = `_blank`
href = `https://github.com/abap2UI5/abap2UI5-samples` ). href = `https://github.com/abap2UI5/abap2UI5-samples` ).
ENDIF. ENDIF.

View File

@ -18,7 +18,7 @@ CLASS z2ui5_cl_ui5 DEFINITION
METHODS _add METHODS _add
IMPORTING n TYPE clike IMPORTING n TYPE clike
ns TYPE clike OPTIONAL ns TYPE clike
t_p TYPE z2ui5_if_client=>ty_t_name_value OPTIONAL t_p TYPE z2ui5_if_client=>ty_t_name_value OPTIONAL
RETURNING VALUE(result) TYPE REF TO z2ui5_cl_ui5. RETURNING VALUE(result) TYPE REF TO z2ui5_cl_ui5.

View File

@ -23,7 +23,6 @@ CLASS z2ui5_cl_ui5_html IMPLEMENTATION.
_add( n = `script` _add( n = `script`
ns = `http://www.w3.org/1999/xhtml` ns = `http://www.w3.org/1999/xhtml`
t_p = VALUE #( ( n = `src` v = src ) ) ). t_p = VALUE #( ( n = `src` v = src ) ) ).
ENDMETHOD. ENDMETHOD.
METHOD style. METHOD style.

View File

@ -340,6 +340,7 @@ CLASS z2ui5_cl_ui5_m IMPLEMENTATION.
METHOD messagestrip. METHOD messagestrip.
result = me. result = me.
_add( n = `MessageStrip` _add( n = `MessageStrip`
ns = `sap.m`
t_p = VALUE #( ( n = `text` v = text ) t_p = VALUE #( ( n = `text` v = text )
( n = `type` v = type ) ( n = `type` v = type )
( n = `showIcon` v = z2ui5_cl_fw_utility=>boolean_abap_2_json( showicon ) ) ( n = `showIcon` v = z2ui5_cl_fw_utility=>boolean_abap_2_json( showicon ) )

View File

@ -5,7 +5,7 @@
<VSEOCLASS> <VSEOCLASS>
<CLSNAME>Z2UI5_CL_CC_GEOLOCATION</CLSNAME> <CLSNAME>Z2UI5_CL_CC_GEOLOCATION</CLSNAME>
<LANGU>E</LANGU> <LANGU>E</LANGU>
<DESCRIPT>browser - geolocation</DESCRIPT> <DESCRIPT>cc - geolocation</DESCRIPT>
<STATE>1</STATE> <STATE>1</STATE>
<CLSCCINCL>X</CLSCCINCL> <CLSCCINCL>X</CLSCCINCL>
<FIXPT>X</FIXPT> <FIXPT>X</FIXPT>

View File

@ -5,7 +5,7 @@
<VSEOCLASS> <VSEOCLASS>
<CLSNAME>Z2UI5_CL_CC_INFO</CLSNAME> <CLSNAME>Z2UI5_CL_CC_INFO</CLSNAME>
<LANGU>E</LANGU> <LANGU>E</LANGU>
<DESCRIPT>browser - info</DESCRIPT> <DESCRIPT>cc - browser info</DESCRIPT>
<STATE>1</STATE> <STATE>1</STATE>
<CLSCCINCL>X</CLSCCINCL> <CLSCCINCL>X</CLSCCINCL>
<FIXPT>X</FIXPT> <FIXPT>X</FIXPT>