Relative Content

Tag Archive for sapui5

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?

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.