Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
JerryWang
Advisor
Advisor

There is a useful Chrome Extension for UI5 which could be downloaded via url:

Once installed, there will be a new tab "UI5" in Chrome development tool.

Within this tab, instead of displaying the native HTML dom elements in traditional "Elements" tab, it will display UI5 controls together with their properties. See the navigation back button for example.


Compare with the original property display for this navigation button:

Through comparison we can easily find out that the Chrome extension provides us a more neat view which can help us concentrate on those UI5 properties.

In the Bindings tab, there are more detail information regarding a control if it is bound to a given model field, for example the binding path, the current value of the model field, the field type and model type, as displayed below:

The Application Information tab contains general information of current UI5 application, so it is not necessary for you to press Ctrl+Alt+Shift+P to get this information displayed.

4 Comments