mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 07:39:24 +08:00
added register mesagemanager (#468)
added register mesagemanager for data validation via binding, check demo 67, and insert charcters in the Input fields
This commit is contained in:
parent
f03c8d3780
commit
904dc3623c
|
@ -26,7 +26,7 @@ ENDCLASS.
|
|||
|
||||
|
||||
|
||||
CLASS z2ui5_cl_http_handler IMPLEMENTATION.
|
||||
CLASS Z2UI5_CL_HTTP_HANDLER IMPLEMENTATION.
|
||||
|
||||
|
||||
METHOD http_get.
|
||||
|
@ -333,6 +333,7 @@ CLASS z2ui5_cl_http_handler IMPLEMENTATION.
|
|||
` } else {` && |\n| &&
|
||||
` oView.placeAt("content")` && |\n| &&
|
||||
` };` && |\n| &&
|
||||
` sap.ui.getCore().getMessageManager().registerObject(oView, true);` && |\n| &&
|
||||
` sap.z2ui5.oView = oView;` && |\n| &&
|
||||
` },` && |\n| &&
|
||||
` );` && |\n| &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user