zoukankan      html  css  js  c++  java
  • 一个有用的Chrome扩展应用:SAP UI5 Inspector

    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.

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    JAVA-复数计算器
    第十三周总结
    java多线程
    写作的意义
    mysql删除有外键表数据
    Linux firewall防火墙设置
    linux安装ftp
    SELECT list is not in GROUP BY clause and contains nonaggregated
    primordials is not defined
    maven手动添加jar包
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13639729.html
Copyright © 2011-2022 走看看