mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 23:06:30 +08:00
parent
ff6d74e3d2
commit
506c38dd8c
|
@ -65,7 +65,6 @@ CLASS z2ui5_cl_fw_handler DEFINITION
|
|||
t_message TYPE z2ui5_if_client=>ty_t_message_manager,
|
||||
check_clear TYPE abap_bool,
|
||||
END OF s_message_manager,
|
||||
_viewmodel TYPE string,
|
||||
END OF ty_s_next2.
|
||||
|
||||
TYPES:
|
||||
|
@ -134,7 +133,7 @@ ENDCLASS.
|
|||
|
||||
|
||||
|
||||
CLASS z2ui5_cl_fw_handler IMPLEMENTATION.
|
||||
CLASS Z2UI5_CL_FW_HANDLER IMPLEMENTATION.
|
||||
|
||||
|
||||
METHOD app_set_next.
|
||||
|
|
|
@ -51,6 +51,10 @@ CLASS z2ui5_cl_fw_http_handler IMPLEMENTATION.
|
|||
z2ui5_cl_cc_timer=>get_js( ) &&
|
||||
z2ui5_cl_cc_focus=>get_js( ) &&
|
||||
z2ui5_cl_cc_title=>get_js( ) &&
|
||||
z2ui5_cl_cc_title=>get_js( ) &&
|
||||
z2ui5_cl_cc_title=>get_js( ) &&
|
||||
z2ui5_cl_cc_title=>get_js( ) &&
|
||||
z2ui5_cl_cc_title=>get_js( ) &&
|
||||
z2ui5_cl_cc_scroll=>get_js( ) &&
|
||||
custom_js.
|
||||
* DATA(lv_cc) = ``.
|
||||
|
@ -94,6 +98,7 @@ CLASS z2ui5_cl_fw_http_handler IMPLEMENTATION.
|
|||
`<abc/>` && |\n|.
|
||||
|
||||
r_result = r_result && `<script>` && |\n| &&
|
||||
` sap.ui.core.BusyIndicator.show();` && |\n| &&
|
||||
` sap.ui.getCore().attachInit(function () {` && |\n| &&
|
||||
` "use strict";` && |\n| &&
|
||||
|\n| &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user