mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 22:04:38 +08:00
low release compatibility (#977)
This commit is contained in:
parent
0a0673650f
commit
6f64e6bf27
|
@ -128,7 +128,7 @@ CLASS z2ui5_cl_core_app_search IMPLEMENTATION.
|
|||
|
||||
METHOD view_display.
|
||||
|
||||
DATA(page) = z2ui5_cl_xml_view=>factory( )->shell( )->page( `abap2UI5 - App Finder`
|
||||
DATA(page) = z2ui5_cl_xml_view=>factory( )->shell( )->page( `abap2UI5 - App Finder`
|
||||
)->content( ).
|
||||
|
||||
page->icon_tab_header( selectedkey = client->_bind_edit( mv_selected_key )
|
||||
|
|
|
@ -6564,7 +6564,7 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
|
|||
METHOD range_slider.
|
||||
result = me.
|
||||
_generic( name = `RangeSlider`
|
||||
ns = `webc`
|
||||
* ns = `webc`
|
||||
t_prop = VALUE #( ( n = `class` v = class )
|
||||
( n = `endValue` v = endvalue )
|
||||
( n = `id` v = id )
|
||||
|
|
Loading…
Reference in New Issue
Block a user