Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sapui5

Sap.m.panel: Make Entire Header Clickable

I have sap.m.Panel and I want to enable expand / collapse where the user click on the header. But t… Read more Sap.m.panel: Make Entire Header Clickable

How To Use `oevent` When Loading Fragment Asynchronously?

I'm able to used oEvent when using this code: onPressDialog: function(oEvent) { if (!this._… Read more How To Use `oevent` When Loading Fragment Asynchronously?

Transposing Json Data

I know there are threads on this, but I dont get it and might need help on my json file. I want to … Read more Transposing Json Data

Set The Value Of A Global Variable In A Function

I'm currently working on an SAP Fiori app that consumes an OData service. I created a method in… Read more Set The Value Of A Global Variable In A Function

Is There A Better Alternative To Sap.ui.commons.layout.matrixlayout?

What's the best way to do a layout where the start content is fixed, the center is flex and the… Read more Is There A Better Alternative To Sap.ui.commons.layout.matrixlayout?

Using External Js Libraries In Sapui5

So I'm trying to inlcude an external .js file in my SAPUI5 Controller. jQuery.sap.includeS… Read more Using External Js Libraries In Sapui5

Openui5 Binding Property With A Function, Instead Of Direct Access

I would like to bind a property (flag_baz in this case) from a JSONModel to a checkbox. Thing is th… Read more Openui5 Binding Property With A Function, Instead Of Direct Access

Sapui5 Routing - Difference Between Controlid And Targetcontrol

In my routing configuration I can either set the property 'controlId' or 'targetControl… Read more Sapui5 Routing - Difference Between Controlid And Targetcontrol