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的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    备忘
    基于ZooKeeper实现分布式锁
    git 使用ssh密钥
    git 的安装及使用
    sqlalchemy 使用pymysql连接mysql 1366错误
    SQL语句及5.7.2 mysql 用户管理
    C 实现快速排序
    C 实现冒泡排序
    C 实现选择排序
    sqlalchemy orm 操作 MySQL
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13639729.html
Copyright © 2011-2022 走看看