SAPUI5 Problem with singlePlanningCalendar mouseover
with sap ui version 1.71.53 it was possible to display information on mouseover:
Data loss protection alert message
We are creating a web app in SAPUI5 framework. Is there a way how to change the text in the alert popup that is displayed when navigating from the page, when the dirtyFlag is set to true? Now there is a different message when pressing back buttons and different message when pressing bookmark in the bookmark bar. We want to unify the message. Any suggestions?
Data loss protection alert message
We are creating a web app in SAPUI5 framework. Is there a way how to change the text in the alert popup that is displayed when navigating from the page, when the dirtyFlag is set to true? Now there is a different message when pressing back buttons and different message when pressing bookmark in the bookmark bar. We want to unify the message. Any suggestions?
UI5 Web Components side navigation for 3 depth
I am trying to use and customize the side navigation component for 3depth.
but i can’t use 3depth. just use only 3depth.
VizFrame SelectData Returns Null
Im generally new to UI5 and I am using version 1.71.
UI5 Routing – Route to different object target depending on button pressed
I have the following code in my Master.controller:
Control selection narrowing menu when hitting overlapping VOs in AnalyticMap SAP Ui5
This is the extract from the library that control the event when I click on overlapping Areas:
SAP UI5 Multiple File UploadSet Uploader locking error
I am using the uploadSet control to upload multiple files. I set the attribute instant upload to false so that the upload is triggered after you add a file to the table in the event “afterItemAdded” and the uploadUrl is set in the controller.
The files start the upload at the same time and then I get a lock error if one of the files finished before the other one.