From 226698f168f194f58d7352f3ec23935a9c20dc84 Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Wed, 12 Apr 2023 18:40:57 +0200 Subject: [PATCH] demos (#172) * demos * demos --- src/00/z2ui5_cl_app_demo_23.clas.abap | 7 ---- src/00/z2ui5_cl_app_demo_32.clas.abap | 12 ------ src/00/z2ui5_cl_app_demo_36.clas.abap | 54 --------------------------- 3 files changed, 73 deletions(-) diff --git a/src/00/z2ui5_cl_app_demo_23.clas.abap b/src/00/z2ui5_cl_app_demo_23.clas.abap index 242c4029..b174303e 100644 --- a/src/00/z2ui5_cl_app_demo_23.clas.abap +++ b/src/00/z2ui5_cl_app_demo_23.clas.abap @@ -20,7 +20,6 @@ CLASS z2ui5_cl_app_demo_23 DEFINITION PUBLIC. METHODS z2ui5_on_init. METHODS z2ui5_on_event. METHODS z2ui5_on_render_main. - METHODS z2ui5_on_render_popup. PROTECTED SECTION. PRIVATE SECTION. @@ -46,7 +45,6 @@ CLASS z2ui5_cl_app_demo_23 IMPLEMENTATION. ENDIF. z2ui5_on_render_main( ). - z2ui5_on_render_popup( ). client->set_next( app-s_next ). CLEAR app-s_get. @@ -199,9 +197,4 @@ CLASS z2ui5_cl_app_demo_23 IMPLEMENTATION. ENDMETHOD. - - METHOD z2ui5_on_render_popup. - - - ENDMETHOD. ENDCLASS. diff --git a/src/00/z2ui5_cl_app_demo_32.clas.abap b/src/00/z2ui5_cl_app_demo_32.clas.abap index 33f0e2ad..b312cb93 100644 --- a/src/00/z2ui5_cl_app_demo_32.clas.abap +++ b/src/00/z2ui5_cl_app_demo_32.clas.abap @@ -5,12 +5,7 @@ CLASS z2ui5_cl_app_demo_32 DEFINITION PUBLIC. INTERFACES z2ui5_if_app. data mv_value type string. - DATA product TYPE string. - DATA quantity TYPE i. - DATA input21 TYPE string. - DATA input22 TYPE string. - DATA input41 TYPE string. PROTECTED SECTION. data client TYPE REF TO z2ui5_if_client. @@ -79,14 +74,7 @@ CLASS Z2UI5_CL_APP_DEMO_32 IMPLEMENTATION. METHOD z2ui5_on_init. - product = 'tomato'. - quantity = '500'. app-view_main = 'VIEW_MAIN'. - input41 = 'faasdfdfsaVIp'. - - input21 = '40'. - input22 = '40'. - mv_value = 'test'. ENDMETHOD. diff --git a/src/00/z2ui5_cl_app_demo_36.clas.abap b/src/00/z2ui5_cl_app_demo_36.clas.abap index 42d6fe1c..1b34b4a5 100644 --- a/src/00/z2ui5_cl_app_demo_36.clas.abap +++ b/src/00/z2ui5_cl_app_demo_36.clas.abap @@ -5,12 +5,7 @@ CLASS z2ui5_cl_app_demo_36 DEFINITION PUBLIC. INTERFACES z2ui5_if_app. data mv_value type string. - DATA product TYPE string. - DATA quantity TYPE i. - DATA input21 TYPE string. - DATA input22 TYPE string. - DATA input41 TYPE string. PROTECTED SECTION. data client TYPE REF TO z2ui5_if_client. @@ -79,14 +74,7 @@ CLASS Z2UI5_CL_APP_DEMO_36 IMPLEMENTATION. METHOD z2ui5_on_init. - product = 'tomato'. - quantity = '500'. app-view_main = 'VIEW_MAIN'. - input41 = 'faasdfdfsaVIp'. - - input21 = '40'. - input22 = '40'. - mv_value = 'test'. ENDMETHOD. @@ -109,48 +97,6 @@ CLASS Z2UI5_CL_APP_DEMO_36 IMPLEMENTATION. `` && `` && |\n| && `` && |\n| && - `` && |\n| && - |\n| && `

This is a heading with css

` && |\n| && `

This is a paragraph with css.

` && |\n| && `

My First JavaScript

` && |\n| &&