首页 > TAG信息列表 > ManagedObject

调用 sap.ui.base.ManagedObject 的构造函数时,如何传递绑定路径进去

我们通过一个具体的例子来学习。 考虑下列代码: new Dialog({ title: "{/title}", // embedded binding expression, points to a string property in the data model ... content: { // binding info object path : "/inputItems", // poi